- Added: datasets for PBL (cortex bakers) and YOU (you).
- Breaking change: The mod was updated to take the influence from Krumblor's auras into account, so many functions' signatures were updated accordingly.
- Changed: The threshold for when a good is highlighted is now higher and can be adjusted in the settings.
- Added: option to automatically hide non-highlighted goods
- Breaking change:
InsugarTrading.quantilerenamed toInsugarTrading.valueOfQuantileandInsugarTrading.inverseQuantilerenamed toInsugarTrading.quantileOfValue. - Breaking change:
InsugarTrading.isDataAvailableno longer fetches a dataset if data is unavailable. - Changed: The changelog is now in its own file,
rather than being part of
README.md. - Changed: The orange bar representing the current value of a good now has a minimum height.
- (internal) Added: Codegen tool to automatically create test cases for CookieClickerCppTools.
- Changed: Several internal changes, but (hopefully) no externally visible ones.
- Changed: Ported the mod to TypeScript, and added a more robust test suite.
- Removed: tools for generating the dataset in-game. The existence of CCCPP makes them redundant for vanilla Stock market, and if it is ever needed for modded content, it should be rewritten using e.g. Playwright or Cookie Connoisseur.
- Changed: Update to CCSE 2.026.
- Changed: The mod won't check the CCSE version anymore. (Reasoning: currently CCSE updates far more frequently that Choose Your Own Lump, and usually in a backwards-compatible manner. Not asking CCSE version every time makes the mod a bit more future-proof.)
- Changed: Update to CCSE 2.025.
- Changed: Update to CCSE 2.023.
- Changed: Update to CCSE 2.021 and display a notification on load.
- Fixed: a typo that ate the orange line in the histogram.
- Added: Bank levels between 1 and 50 are available, including Subsidiaries (Idleverses).
- Changed: Datasets replaced with datasets computed with Cookie Clicker C++ Tools.
- Changed: Minor change in graph style.
- Added: The graph now has vertical lines displaying specific quantiles.
- Added: Register the mod in the game's modding API.
- Fixed: a typo in the histogram generation code.
- Changed: Update to Cookie Clicker v2.031.
- Known issue: The datasets for the new building still need to be computed.
- Changed: Use CCSE v2.018.
- Fixed: a bug in which tooltip information would appear twice after a wipe save (hard reset).
- Changed: The 4.7M dataset was split in files of around 150K each (one for each bank level); only the needed datasets are downloaded. This should ease the burden on slower connections and speed up loading the mod.
- Changed: Minor improvements on the histogram display.
- Added: datasets for bank levels up to 30.
- Added: Display the mod's version number in the stats menu.
- Fixed: a performance bug when collecting data.
- Change: Move the 1.4MB dataset to its own file.
- Initial release.