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:
parent
ac32febded
commit
f22629bca3
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue