/** Data related directly to Cookie Monster */ export const VersionMajor = '2.031'; export const VersionMinor = '7'; /** Information about Cookie Monster to be displayed in the info section */ export const ModDescription = `
Cookie Monster 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.
Progess on new updates and all previous release notes can be found on the GitHub page linked above!
Please also report any bugs you may find over there!
`; /** Latest releasenotes of Cookie Monster to be displayed in the info section */ export const LatestReleaseNotes = `
These are the release notes for the latest update (v 2.031.7).

This update implements the following functions:
- Updated the ordering and description of all settings of Cookie Monster
- Colours of Flash notifications can now be set by the user
- 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
- The statistics page now shows cookies earned by clicking for a selected time period
- The statistics page can now show missing normal achievements, this can be toggled in the settings

This update fixes the following bugs:
- Fixed some typo's
- No longer show the wrinkler pop buttons when wrinklers can't spawn
- Fixed incorrect calculation of plant maturity for relevant tooltips
- Fixed edit prompts not working in settings
- Fixed red and purple being switched around for PP colour coding
- Fixed incorrect notation of numbers in Dragon tooltip and interface
- Fixed incorrect calculation of changing Dragon aura cost
- Fixed incorrect calculation of changing Pantheon gods effect
- Fixed fluctuating PP values when god Cyclius was selected
- Fixed black flickering when Golden Cookies or buffs start
`;