1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-21 16:13:55 +00:00

Added a missing feature to changelog, and changed version

This commit is contained in:
Harley White 2021-04-29 19:25:39 -04:00
parent ac32febded
commit f22629bca3
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@
- You no longer need to supply 'rows' and 'cols' for any Big Features. - You no longer need to supply 'rows' and 'cols' for any Big Features.
- Node symbols can use HTML. - Node symbols can use HTML.
- Added documentation for the respec button. - Added documentation for the respec button.
- Added ctrlDown and shiftDown variables.
- Added prestigeNotify to subtabs, and prestigeNotify in subtabs also highlights the layer node. - Added prestigeNotify to subtabs, and prestigeNotify in subtabs also highlights the layer node.
- The version number no longer contains special characters or irrational numbers. - The version number no longer contains special characters or irrational numbers.

View file

@ -5,7 +5,7 @@ var scrolled = false;
// Don't change this // Don't change this
const TMT_VERSION = { const TMT_VERSION = {
tmtNum: "2.4", tmtNum: "2.4.0.1",
tmtName: "Rationalized Edition" tmtName: "Rationalized Edition"
} }