Skip to content

Commit 9330b22

Browse files
committed
Add 0.7.1 changelogs and close issues I forgot to
Fixes #59 Everything added to the changelog was in the milestone (https://github.com/clickercookie/clickercookie.github.io/milestone/2). Not everything added to the changelog will be definitively added, it is just planned.
1 parent e70173c commit 9330b22

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

src/ts/changelogs.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,23 @@ export const versionChangelogs: Changelog[] = [
265265
"Removed the mobile version due to the extreme amount of work required to upkeep it alongside the main version. (#36)",
266266
],
267267
release: "December 29th, 2025"
268+
},
269+
{
270+
type: "patch",
271+
version: "0.7.1",
272+
name: "tbd",
273+
added: [
274+
"Metadata is now visible in the modlist (#61, todo)",
275+
],
276+
changed: [
277+
"Switched to SCSS (#59)",
278+
"Many styles have been adjusted for consistent sizing and spacing. As a result, some elements may appear slightly different.",
279+
"Advanced Popup content is now easier to create (#31, todo)"
280+
],
281+
fixed: [
282+
"Loading saves allowed saves from other version branches (#68, todo)"
283+
],
284+
release: "tbd"
268285
}
269286
];
270287

0 commit comments

Comments
 (0)