-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpatchnotes.json
47 lines (47 loc) · 4.23 KB
/
patchnotes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"1.0": {
"title":"Initial commit",
"message": "Initial commit",
"html": "Initial commit"
},
"1.1": {
"title":"Bug Fixes",
"message": "Settings will no longer spazz out\nAffordable being enabled is now saved.",
"html": "<ul style='list-style-type: disc; text-align: left;'><li>Settings will no longer spazz out</li><li>Affordable being enabled is now saved.</li></ul>"
},
"1.2": {
"title":"Improvements",
"message": "Startup Notification can now be disabled\nSorters know about bulk buying now",
"html": "<ul style='list-style-type: disc; text-align: left;'><li>Startup Notification can now be disabled</li><li>Sorters know about bulk buying now</li></ul>"
},
"1.3": {
"title":"Update Checker",
"message": "Building Sorter now checks for updates!\nIf patch-notes are available, it allows you to view the patch-notes as well",
"html": "Building Sorter now checks for updates!<br>If patch-notes are available, it allows you to view the patch-notes as well"
},
"2.0": {
"title": "Extra Sorting",
"message": "NEW SORTER: Custom Sorters now exist. (Careful)\nNEW SORTER: CookieMonster's Payback Period sorter.(Requires CookieMonster to be installed)\nNEW SORTER: FrozenCookie's Efficiency sorter.(Requires FrozenCookies to be installed)\nCan now enable/disable each sorter\nRevamped saving/loading to be more viable in future\nUpdated Patchnotes checker for those pesky side-cases.\nFixed disabling the mod temporarily.\nFixed the settings being bumpy when using CookieMonster.\nPut most of the stylization of all BuildingSorter's elements in a <style> tag.",
"html": "<ul style='list-style-type: disc; text-align: left;'><li>NEW SORTER: Custom Sorters now exist. (Careful)</li><li>NEW SORTER: CookieMonster's Payback Period sorter.(Requires CookieMonster to be installed)</li><li>NEW SORTER: FrozenCookie's Efficiency sorter.(Requires FrozenCookies to be installed)</li><li>Can now enable/disable each sorter</li><li>Revamped saving/loading to be more viable in future</li><li>Updated Patchnotes checker for those pesky side-cases.</li><li>Fixed disabling the mod temporarily.</li><li>Fixed the settings being bumpy when using CookieMonster.</li><li>Put most of the stylization of all BuildingSorter's elements in a <style> tag.</li></ul>"
},
"2.1": {
"title": "Tweaks",
"message": "Fixed CustomSorters crashing on game load\nFixed CPS sorter being backwards\nImproved FrozenCookie's Efficiency sorter to use FrozenCookie built in sorter.\nIncluded support FrozenCookie by Icehawk78\nUpdated Steam mod to be more user-friendly.",
"html": "<ul><li>Fixed CustomSorters crashing on game load</li><li>Fixed CPS sorter being backwards</li><li>Improved FrozenCookie's Efficiency sorter to use FrozenCookie built in sorter.</li><li>Included support FrozenCookie by Icehawk78</li><li>Updated Steam mod to be more user-friendly.</li></ul>"
},
"2.4": {
"title": "Minor QoL Change",
"message": "FrozenCookies and CookieMonster sorters are now enabled by default.\nMinor improvements to checks for updates, and saving settings.\nSorting by upgrades, now won't recommend upgrades you've already purchased.\nA lot more of the Mod's structure has been revealed and has more accessible via Game.mods.BuildingSorter",
"html": "<ul><li><i>FrozenCookies</i> and <i>CookieMonster</i> sorters are now enabled by default.</li><li>Minor improvements to checks for updates, and saving settings.</li><li>Sorting by upgrades, now won't recommend upgrades you've already purchased.</li>\n<li>A lot more of the Mod's structure has been revealed and has more accessible via <span style=\"font-family: Monospace\">Game.mods.BuildingSorter</span></li></ul>"
},
"2.5": {
"title":"Fixed Saving",
"message": "Saves were bugged out in v2.4. Fixed!\nRapid reloading caused saved settings to be removed in some browsers. Now a 24 character string is saved in localStorage to act as a backup.",
"html": "<ul><li>Saves were bugged out in v2.4. Fixed!</li><li>Rapid reloading caused saved settings to be removed in some browsers. Now a 24 character string is saved in localStorage to act as a backup.</li></ul>"
},
"2.6": {
"title": "Renamed a Sorter",
"message": "The sorter \"Built In\" is now called \"Default\"",
"html": "<ul><li>The sorter \"Built In\" is now called \"Default\"</li></ul>"
}
}