From ddafd175004e614a96cd696e7ff84be730a27768 Mon Sep 17 00:00:00 2001 From: Acamaeda Date: Thu, 10 Dec 2020 01:25:17 -0500 Subject: [PATCH] Update changelog/version --- changelog.md | 3 ++- js/Demo/demoMod.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index bee96e7..06f497e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,11 @@ # The Modding Tree changelog: -## v2.3: Cooler and Newer - 12/09/20 +## v2.3: Cooler and Newer Edition - 12/10/20 - Added achievement/milestone popups (thank you to Jacorb for this contribution!) (They have to be enabled with layer features) - The changelog tab is back, and can be set in mod.js. - Layer nodes and respec buttons will not be clicked by pressing "enter". +- Possible fix for flickering tooltips and strange transitions. - The victory screen text is configurable. - Added image and textStyle features to achievements. - Added an argument to use specific rows in an "upgrades" component. diff --git a/js/Demo/demoMod.js b/js/Demo/demoMod.js index 409e60b..5461186 100644 --- a/js/Demo/demoMod.js +++ b/js/Demo/demoMod.js @@ -12,7 +12,7 @@ let modInfo = { // Set your version in num and name let VERSION = { num: "2.3", - name: "Cooler and Newer", + name: "Cooler and Newer Edition", } let changelog = `

Changelog: