Skip to content

Commit 119faa5

Browse files
committed
Update to version 2.031.7
1 parent 32c38fd commit 119faa5

File tree

5 files changed

+22
-25
lines changed

5 files changed

+22
-25
lines changed

CookieMonster.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/CookieMonster.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/CookieMonster.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cookiemonster-mod",
3-
"version": "2.031.6",
3+
"version": "2.031.7",
44
"description": "Cookie Monster is an add-on that you can load into Cookie Clicker which offers a wide range of tools and statistics to enhance the game. 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. This is a helper and everything is an option.",
55
"main": "CookieMonster.js",
66
"keywords": [

src/Data/Moddata.js

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** Data related directly to Cookie Monster */
22

33
export const VersionMajor = '2.031';
4-
export const VersionMinor = '6';
4+
export const VersionMinor = '7';
55

66
/** Information about Cookie Monster to be displayed in the info section */
77
export const ModDescription = `<div class="listing">
@@ -15,28 +15,25 @@ export const ModDescription = `<div class="listing">
1515

1616
/** Latest releasenotes of Cookie Monster to be displayed in the info section */
1717
export const LatestReleaseNotes = `<div class="listing">
18-
The latest update (v 2.031.6) has revamped the way PP is colourcoded. In the previous versions this was not always correct and we had some settings that made it even more incorrect. With this update Cookie Monster compares the PP of a building to all other possibilities (also buying 10 or 100) of a building and colors the PP accordingly.</br>
19-
This means that if it is better to buy 10 of a building immediately rather than to buy in increments of 1 Cookie Monster will now show this! In this case the buy 1 option will be yellow, while the buy 10 option will be green.</br>
20-
This also means that you will see some more diverse colors. Rather than coloring according to arbitrary "middle values" Cookie Monster now uses a top 10, 20 and 30. While this might take some getting used to we believe the new system is much better in conveying useful information to the user while also being more correct!</br>
18+
These are the release notes for the latest update (v 2.031.7).</br>
2119
</br>
22-
This update also implements the following functions:</br>
23-
- Added a tooltip displaying the reward to the extra pop wrinkler buttons</br>
24-
- Added tooltips to the Gods in the Pantheon</br>
25-
- The tooltip for Elder Pledge now displays correctly, although it takes some time to load after Cookie Monster has been loaded</br>
26-
- You can now test the volume and sound of notifications in the settings screen</br>
27-
- The bottom bar will now flicker less and each column has received a bit of padding</br>
28-
- Introduced new colour scheme for PP, see the explanation of colors in the Readme or the settings</br>
29-
- Added option to show buttons that can hide the upgrade and building section</br>
30-
- Added option to display PP as a time unit, note that these are only approximations. PP does not translate directly into time (the name is deceptive, we know...)</br>
31-
- Statistics page now shows chance for random drops when they have not been achieved</br>
32-
- In a later hotfix we have added a Rigidel mode that will colour all buy 1 options grey</br>
20+
This update implements the following functions:</br>
21+
- Updated the ordering and description of all settings of Cookie Monster</br>
22+
- Colours of Flash notifications can now be set by the user</br>
23+
- You can now select a number of settings to be your 'favourite'. They will be displayed at the top of all other settings in a new section. This functionality is toggleable and you can find it in the miscellaneous section</br>
24+
- The statistics page now shows cookies earned by clicking for a selected time period</br>
25+
- The statistics page can now show missing normal achievements, this can be toggled in the settings</br>
3326
</br>
3427
This update fixes the following bugs:</br>
35-
- Incorrect amount for "required for max plant reward" in statistics page</br>
36-
- Fixed the tooltips of the '?' buttons in the statistics page not showing</br>
37-
- Fixed some unclear settings descriptions </br>
38-
</br>
39-
Please submit any bug reports or feature requests to the <a href="https://github.com/Aktanusa/CookieMonster">GitHub page!</a>
40-
</br>
28+
- Fixed some typo's</br>
29+
- No longer show the wrinkler pop buttons when wrinklers can't spawn</br>
30+
- Fixed incorrect calculation of plant maturity for relevant tooltips</br>
31+
- Fixed edit prompts not working in settings</br>
32+
- Fixed red and purple being switched around for PP colour coding</br>
33+
- Fixed incorrect notation of numbers in Dragon tooltip and interface</br>
34+
- Fixed incorrect calculation of changing Dragon aura cost</br>
35+
- Fixed incorrect calculation of changing Pantheon gods effect</br>
36+
- Fixed fluctuating PP values when god Cyclius was selected</br>
37+
- Fixed black flickering when Golden Cookies or buffs start</br>
4138
</div>
4239
`;

0 commit comments

Comments
 (0)