Skip to content

Commit 5d1dfe5

Browse files
committed
Finalize changelog for 0.7
1 parent 967c0c3 commit 5d1dfe5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/ts/changelogs.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ export const versionChangelogs: Changelog[] = [
7171
{
7272
type: "minor",
7373
version: "0.4",
74-
note: "\"Hey, what happened to 0.3?\" <br>\
75-
Well, you see... I made 0.3 while I also had 0.4 content being actively worked on, so I kinda just skipped it because this is a BIG update!",
74+
note: "\"Hey, what happened to 0.3?\" / Well, you see... I made 0.3 while I also had 0.4 content being actively worked on, so I kinda just skipped it because this is a BIG update!",
7675
added: [
7776
"Final major buildings (Wallet & Church).",
7877
"Upgrades! Only first level upgrades are currently available, excluding the keyboard which has 2 upgrades.",
@@ -232,7 +231,7 @@ export const versionChangelogs: Changelog[] = [
232231
{
233232
type: "minor",
234233
version: "0.7",
235-
note: "Hi. It's hard to explain in a simple changelog how much this update has done. See everything you're looking at? I can confidently say that what is happening behind the scenes for what you're looking at has changed drastically.",
234+
note: "Hi. It's hard to explain in a simple changelog how much this update has done. See everything you're looking at? I can confidently say that what is happening behind the scenes for what you're looking at is completely overhauled.",
236235
name: "the boilerplate update",
237236
added: [
238237
"\"Cookies Per Click\" statistic.",
@@ -264,7 +263,8 @@ export const versionChangelogs: Changelog[] = [
264263
],
265264
removed: [
266265
"Removed the mobile version due to the extreme amount of work required to upkeep it alongside the main version. (#36)",
267-
]
266+
],
267+
release: "December 29th, 2025"
268268
}
269269
];
270270

0 commit comments

Comments
 (0)