mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-27 18:41:57 +00:00
Update changelog/version
This commit is contained in:
parent
4126ec5c73
commit
ddafd17500
2 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
# The Modding Tree changelog:
|
# 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!)
|
- Added achievement/milestone popups (thank you to Jacorb for this contribution!)
|
||||||
(They have to be enabled with layer features)
|
(They have to be enabled with layer features)
|
||||||
- The changelog tab is back, and can be set in mod.js.
|
- The changelog tab is back, and can be set in mod.js.
|
||||||
- Layer nodes and respec buttons will not be clicked by pressing "enter".
|
- 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.
|
- The victory screen text is configurable.
|
||||||
- Added image and textStyle features to achievements.
|
- Added image and textStyle features to achievements.
|
||||||
- Added an argument to use specific rows in an "upgrades" component.
|
- Added an argument to use specific rows in an "upgrades" component.
|
||||||
|
|
|
@ -12,7 +12,7 @@ let modInfo = {
|
||||||
// Set your version in num and name
|
// Set your version in num and name
|
||||||
let VERSION = {
|
let VERSION = {
|
||||||
num: "2.3",
|
num: "2.3",
|
||||||
name: "Cooler and Newer",
|
name: "Cooler and Newer Edition",
|
||||||
}
|
}
|
||||||
|
|
||||||
let changelog = `<h1>Changelog:</h1><br>
|
let changelog = `<h1>Changelog:</h1><br>
|
||||||
|
|
Loading…
Reference in a new issue