mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-01-18 03:31:30 +00:00
docs: Better Changelog Formatting
This commit is contained in:
parent
35fd1a96b9
commit
a8ff1ceb88
1 changed files with 12 additions and 12 deletions
24
changelog.md
24
changelog.md
|
@ -1,12 +1,12 @@
|
||||||
# The Modding Tree changelog:
|
# The Modding Tree changelog:
|
||||||
|
|
||||||
# v2.6.6.2 = 9/9/21
|
### v2.6.6.2 = 9/9/21
|
||||||
- nodeStyle can now be used to set fonts.
|
- nodeStyle can now be used to set fonts.
|
||||||
|
|
||||||
# v2.6.6.1 = 9/8/21
|
### v2.6.6.1 = 9/8/21
|
||||||
- Fixed options not updating when new ones are added.
|
- Fixed options not updating when new ones are added.
|
||||||
|
|
||||||
# v2.6.6 - 9/7/21
|
## v2.6.6 - 9/7/21
|
||||||
- Added option for shift-clicking nodes toggling their tooltips.
|
- Added option for shift-clicking nodes toggling their tooltips.
|
||||||
- Fixed NaN check for setting Decimal values with text boxes.
|
- Fixed NaN check for setting Decimal values with text boxes.
|
||||||
- Added display-image, h-line, and v-line to documentation.
|
- Added display-image, h-line, and v-line to documentation.
|
||||||
|
@ -16,10 +16,10 @@
|
||||||
- Updated break_eternity library.
|
- Updated break_eternity library.
|
||||||
- Cleaned up buyable/clickable code.
|
- Cleaned up buyable/clickable code.
|
||||||
|
|
||||||
# v2.6.5.1 - 7/13/21
|
### v2.6.5.1 - 7/13/21
|
||||||
- Fixed offline production more.
|
- Fixed offline production more.
|
||||||
|
|
||||||
# v2.6.5 - 7/7/21
|
## v2.6.5 - 7/7/21
|
||||||
- Fixed offline production.
|
- Fixed offline production.
|
||||||
- Fixed formatting for small negative numbers.
|
- Fixed formatting for small negative numbers.
|
||||||
- Fixed divide by zero when a 0-second tick occurs.
|
- Fixed divide by zero when a 0-second tick occurs.
|
||||||
|
@ -27,12 +27,12 @@
|
||||||
- Locked challenges cannot be entered.
|
- Locked challenges cannot be entered.
|
||||||
- Fixed a bug with subtab glow colors.
|
- Fixed a bug with subtab glow colors.
|
||||||
|
|
||||||
# v2.6.4.2 - 6/17/21
|
### v2.6.4.2 - 6/17/21
|
||||||
- Fixed a bug with the endgame screen.
|
- Fixed a bug with the endgame screen.
|
||||||
- Fixed hotkey-related crash.
|
- Fixed hotkey-related crash.
|
||||||
- Fixed resetting not working correctly.
|
- Fixed resetting not working correctly.
|
||||||
|
|
||||||
# v2.6.4 - 6/17/21
|
## v2.6.4 - 6/17/21
|
||||||
- The game now autosaves before closing, if autosave is on. (Thank you to thepaperpilot for this!)
|
- The game now autosaves before closing, if autosave is on. (Thank you to thepaperpilot for this!)
|
||||||
- More Anti-NaN safety.
|
- More Anti-NaN safety.
|
||||||
- Fixed challenges glowing from countsAs.
|
- Fixed challenges glowing from countsAs.
|
||||||
|
@ -43,14 +43,14 @@
|
||||||
- Changed some default values on startup to prevent potential issues.
|
- Changed some default values on startup to prevent potential issues.
|
||||||
- Cleaned up resetting.
|
- Cleaned up resetting.
|
||||||
|
|
||||||
# v2.6.3 - 6/11/21
|
## v2.6.3 - 6/11/21
|
||||||
- Added better support for using multiple layer files and similar. See modFiles in modInfo.
|
- Added better support for using multiple layer files and similar. See modFiles in modInfo.
|
||||||
- The demo now has each layer in its own file as well.
|
- The demo now has each layer in its own file as well.
|
||||||
|
|
||||||
# v2.6.2.2 - 6/10/21
|
### v2.6.2.2 - 6/10/21
|
||||||
- Fixed an error message regarding popup.css.
|
- Fixed an error message regarding popup.css.
|
||||||
|
|
||||||
# v2.6.2.1 - 6/10/21
|
### v2.6.2.1 - 6/10/21
|
||||||
- Fixed a visual bug with milestones.
|
- Fixed a visual bug with milestones.
|
||||||
|
|
||||||
## v2.6.2 - 6/10/21
|
## v2.6.2 - 6/10/21
|
||||||
|
@ -71,11 +71,11 @@
|
||||||
- Added "instant" feature for bars. (not useful for most people)
|
- Added "instant" feature for bars. (not useful for most people)
|
||||||
- Improvements to theme code, partially by Cubedey.
|
- Improvements to theme code, partially by Cubedey.
|
||||||
|
|
||||||
## v2.6.0.1 - 6/4/21
|
### v2.6.0.1 - 6/4/21
|
||||||
- Removed excess NaN alerts (now only checks player, not temp).
|
- Removed excess NaN alerts (now only checks player, not temp).
|
||||||
- Fixed background images covering up tree branches.
|
- Fixed background images covering up tree branches.
|
||||||
|
|
||||||
## v2.6: Fixed Reality - 6/3/21
|
# v2.6: Fixed Reality - 6/3/21
|
||||||
- Fixed issues with NaN checking. The game also will not save if the save is broken.
|
- Fixed issues with NaN checking. The game also will not save if the save is broken.
|
||||||
- Added a drop-down menu component!
|
- Added a drop-down menu component!
|
||||||
- Added upgrade-tree component!
|
- Added upgrade-tree component!
|
||||||
|
|
Loading…
Add table
Reference in a new issue