+
+
+
+
+ {log.date}
+
+ |
+ {log.note} | +
---|
From 16b186d5fdea224fc68668ae6440b04b3869bf12 Mon Sep 17 00:00:00 2001 From: muckelba <34460584+muckelba@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:28:25 +0100 Subject: [PATCH] add changelog feature --- src/lib/changelog.json | 36 +++++++++++++++++++++ src/lib/components/Changelog.svelte | 38 +++++++++++++++++++++++ src/lib/components/Footer.svelte | 9 ++++++ src/lib/stores.js | 1 + src/lib/util.js | 7 ++++- src/routes/superglidetrainer/+page.svelte | 9 +++--- 6 files changed, 94 insertions(+), 6 deletions(-) create mode 100644 src/lib/changelog.json create mode 100644 src/lib/components/Changelog.svelte diff --git a/src/lib/changelog.json b/src/lib/changelog.json new file mode 100644 index 0000000..e51c643 --- /dev/null +++ b/src/lib/changelog.json @@ -0,0 +1,36 @@ +{ + "changelog": [ + { + "date": "25.03.2023", + "note": "Release" + }, + { + "date": "06.05.2023", + "note": "Warning for browsers with slow scanrate" + }, + { + "date": "26.06.2023", + "note": "Controller Support, new FAQ entries" + }, + { + "date": "14.08.2023", + "note": "New FAQ entries" + }, + { + "date": "09.11.2023", + "note": "Revised text and added more info all over the site. Especially in the FAQ and helpful tips. New button linking to Mokeys big Superglide-Guide. Hid analytics when first opening the site, automatically expands when starting the training" + }, + { + "date": "15.11.2023", + "note": "Holding shift no longer prevents other inputs" + }, + { + "date": "16.11.2023", + "note": "Fixed ctrl and shift binds" + }, + { + "date": "24.11.2023", + "note": "Fixed scrollwheel binds" + } + ] +} diff --git a/src/lib/components/Changelog.svelte b/src/lib/components/Changelog.svelte new file mode 100644 index 0000000..a951a59 --- /dev/null +++ b/src/lib/components/Changelog.svelte @@ -0,0 +1,38 @@ + + +