From 95e7951c767ebbb9fda203e2caeab1b2007aee05 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 24 Apr 2023 17:04:48 +0200 Subject: [PATCH] update changelog --- frontend/src/lib/store.ts | 2 +- frontend/src/routes/page/changelog/changelog.md | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/frontend/src/lib/store.ts b/frontend/src/lib/store.ts index cac34b8..058e9e4 100644 --- a/frontend/src/lib/store.ts +++ b/frontend/src/lib/store.ts @@ -13,4 +13,4 @@ const initialThemeValue = browser export const themeStore = writable(initialThemeValue); -export const CURRENT_CHANGELOG = "0.4.0"; +export const CURRENT_CHANGELOG = "0.4.1"; diff --git a/frontend/src/routes/page/changelog/changelog.md b/frontend/src/routes/page/changelog/changelog.md index bca87ce..d732215 100644 --- a/frontend/src/routes/page/changelog/changelog.md +++ b/frontend/src/routes/page/changelog/changelog.md @@ -1,5 +1,16 @@ # Changelog +## 0.4.1 - April 24th 2023 + +- Added buttons to change the order of links on profiles. +- Added a "copy link" button to user and member profiles. +- Added a second set of page buttons below the member list. +- Added a captcha when signing up to prevent spam bots. +- Custom preferences with "treat as favourite" checked are now shown in the member list. +- Changed how the member list is displayed: the site will now show between two and five members per row depending on screen size. +- Fixed the save button sometimes not showing up when editing custom preferences. +- Fixed custom preferences not showing up if they were added in the current editing session. + ## 0.4.0 - April 20th 2023 - **Added custom preferences!** @@ -10,8 +21,5 @@ in addition to Discord and Mastodon. - Added this changelog. - Added a donation link to the footer, and a message on the settings page. Sadly, running a website like this costs money :( - ---- - - The website will now correctly handle tokens expiring, so you don't get stuck in an infinite loop as soon as they expire anymore. - Fixed pronoun links, pronouns with special characters will link to the correct page now.