Added changelog
This commit is contained in:
File diff suppressed because one or more lines are too long
12
src/Data.js
12
src/Data.js
@@ -532,19 +532,22 @@ CM.Data.ModDescription = `<div class="listing">
|
|||||||
<a href="https://github.com/Aktanusa/CookieMonster" target="blank">Cookie Monster</a>
|
<a href="https://github.com/Aktanusa/CookieMonster" target="blank">Cookie Monster</a>
|
||||||
offers a wide range of tools and statistics to enhance your game experience.
|
offers a wide range of tools and statistics to enhance your game experience.
|
||||||
It is not a cheat interface – although it does offer helpers for golden cookies and such, everything can be toggled off at will to only leave how much information you want.</br>
|
It is not a cheat interface – although it does offer helpers for golden cookies and such, everything can be toggled off at will to only leave how much information you want.</br>
|
||||||
Progess on new updates and all previous release notes can be found on the GitHub page linked above!
|
Progess on new updates and all previous release notes can be found on the GitHub page linked above!</br>
|
||||||
|
Please also report any bugs you may find over there!</br>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
CM.Data.LatestReleaseNotes = `<div class="listing">
|
CM.Data.LatestReleaseNotes = `<div class="listing">
|
||||||
<b>The latest update (v 2.031.4) has introduced the following features:</b></br
|
<b>The latest update (v 2.031.4) has introduced the following features:</b></br>
|
||||||
|
- Added a changelog to the info tab and notification indicating a new version</br>
|
||||||
- Warnings in tooltips are now based on the income after buying the upgrade</br>
|
- Warnings in tooltips are now based on the income after buying the upgrade</br>
|
||||||
- A new warning and stat for Conjure Baked Goods in combination with Frenzy has been added</br>
|
- A new warning and stat for Conjure Baked Goods in combination with Frenzy has been added</br>
|
||||||
- User can now set a custom tooltip warning ("x times cps") in the settings</br>
|
- User can now set a custom tooltip warning ("x times cps") in the settings</br>
|
||||||
- Garden plots with plants that give cookies on harvest now display a tooltip with current and maximum reward</br>
|
- Garden plots with plants that give cookies on harvest now display a tooltip with current and maximum reward</br>
|
||||||
- The Harvest All button in the Garden now has a tooltip displaying the current reward</br>
|
- The Harvest All button in the Garden now has a tooltip displaying the current reward </br>
|
||||||
- The Ascend button can now display additional info (this can be turned off in the settings)</br>
|
- The Ascend button can now display additional info (this can be turned off in the settings) </br>
|
||||||
- The statistics page now displays the Heavenly Chips per second</br>
|
- The statistics page now displays the Heavenly Chips per second</br>
|
||||||
- The statistics page now displays the CPS needed for the next level in Chain Cookies</br>
|
- The statistics page now displays the CPS needed for the next level in Chain Cookies</br>
|
||||||
|
- The statistics page now displays the cookies needed for optimal rewards for garden plants</br>
|
||||||
- You can now set a Heavenly Chips target in the settings which will be counted down to in the statistics page</br>
|
- You can now set a Heavenly Chips target in the settings which will be counted down to in the statistics page</br>
|
||||||
- The color picker in the settings has been updated to its latest version</br>
|
- The color picker in the settings has been updated to its latest version</br>
|
||||||
- The overlay of seconds/percentage of timers is now toggle able and more readable</br>
|
- The overlay of seconds/percentage of timers is now toggle able and more readable</br>
|
||||||
@@ -564,5 +567,6 @@ CM.Data.LatestReleaseNotes = `<div class="listing">
|
|||||||
- Fixed the integration with mods that provide additional content, they should now no longer break CookieMonster</br>
|
- Fixed the integration with mods that provide additional content, they should now no longer break CookieMonster</br>
|
||||||
- The Timer bar will now disappear correctly when the Golden Switch has been activated</br>
|
- The Timer bar will now disappear correctly when the Golden Switch has been activated</br>
|
||||||
- Fixed errors in the calculation of the Chain Cookies and Wrinkler stats</br>
|
- Fixed errors in the calculation of the Chain Cookies and Wrinkler stats</br>
|
||||||
|
- Fixed buy warnings showing incorrectly</br>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user