Skip to content

Releases: CookieMonsterTeam/CookieMonster

Version 2.021.2

11 Oct 02:31
Compare
Choose a tag to compare

Minor release to add Fortune ticker helper.

  • Added sound when a Fortune comes up in the ticker (all code from @Azmaeus, thank you!) (Issue #260 and #262)
  • Added a stat to list missing Fortune upgrades to buy (Issue #263 and #271)

Version 2.021.1

07 Oct 03:03
Compare
Choose a tag to compare

Minor release for new release of Cookie Clicker.

  • Fix to work with Version 2.021 of CC (Issues #257, #259, and #265) (Thanks to @darkenvy for the hotfix to help people out)

Version 2.019.1

01 Apr 17:37
Compare
Choose a tag to compare

A non update release for new version of Cookie Clicker

  • Updated version number to match Cookie Clicker

Version 2.018.1

14 Mar 02:58
Compare
Choose a tag to compare

Minor release for new release of Cookie Clicker.

  • Fixed display of cookie clicks being lower after loading Cookie Monster (Issue #238)
  • Fixed Century Egg tooltip sometimes show wrong income (Issue #232)
  • Added/fixed some URLs to be HTTPS (Issue #233 and #234, thanks @crunk1 and @florensie)
  • Added notification on garden tick (based on @doorajar code) (Issue #180)
  • Separate the configuration for flash/sound for Golden Cookies and Season Special
  • Added the option to remove the upgrade bar (Issue #201, thanks @fofoni)
  • Fix to work with Version 2.018 of CC (Issue #239 and #241)

Version 2.016.1

28 Oct 00:44
Compare
Choose a tag to compare

Minor release for new release of Cookie Clicker.

  • Added option for turning off the timer in Grimoire magic meter
  • Fix bug with timer bar displacing wrinkler detection area (Issue #213) and use game detection instead of copying code
  • Changed how editing sound URLs to be better (aka you don't need to change the URL and save within the 10 second refresh window anymore)
  • Fix to work with Version 2.016 of CC

Version 2.012.1

08 Aug 15:46
Compare
Choose a tag to compare

Super small release for new release of Cookie Clicker. There was practically no changes.

  • Fix to work with Version 2.012 of CC

Version 2.0109.1

01 Aug 23:55
Compare
Choose a tag to compare

Small release for new release of Cookie Clicker. Includes a few other bug fixes and some new features, that I wanted to release when I had more done.

  • Fix Prestige stats not taking account of extra buildings from Spontaneous Edifice (Issue #175)
  • Added the options 10s, 15s, 30s to average CPS (Issue #198)
  • Expand the number labels since now the game hits even higher numbers! (Issue #197)
  • Renamed previous Scientific Notation to Engineering Notation and added real Scientific Notation (Issue #110)
  • Fix calculation error due to timing being off by a little bit (happens more often on slower computers) (Issue #200)
  • Split the tooltip options
  • Fix to work with Version 2.0109 of CC (Issue #208)

Version 2.0106.1

25 Apr 00:51
Compare
Choose a tag to compare

Minor hotfix release!

  • Fixed for Version 2.0106.1 of Cookie Clicker (Issue #179 and #181)
  • Changed the "Pop All" button to pop only normal Wrinklers (Issue #140 and #171)

Version 2.0045.1

06 Mar 02:40
Compare
Choose a tag to compare

Minor hotfix release!

  • Fixed for Version 2.0045 of Cookie Clicker
  • Updated Greasemonkey/Tampermonkey script (Issues #153 and #158). Thanks to @Pantalaim0n and @CrackedP0t for the suggestion with the use of unsafeWindow but I went with @cpeter256 version with window.eval instead
  • Updated README to use HTTPS instead of HTTP (Issue #163) thanks to @sigv
  • Fixed tooltip toggle description
  • Fixed various typos

P.S. Sorry for the delay, had some power outages.

Version 2.0042.2

12 Sep 21:34
Compare
Choose a tag to compare

A semi big release!

  • Fixed max prestige not always max with fixes to tooltip description also (Issue #131)
  • Changed default for average CPS/clicks to be 1m/1s since people kept getting confused
  • Fixed tooltip placement in minigames
  • Fix reset bonus stat to sometimes show the wrong number before 100% of potential is unlocked
  • Changed average CPS to ignore some outliers
  • Fix Wrinklers typo in description (found by @tayrayb) (Issue #142)
  • Added timer to Grimoire spells (Issue #136, #138) with the help from @hoten
  • Some optimizations and minor bug fixes