From eba31f8bdaff22d8e4eb2b392ab8cc4a6167290b Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 2 Aug 2023 23:50:44 +0200 Subject: [PATCH] update changelog --- frontend/src/lib/store.ts | 2 +- frontend/src/routes/page/changelog/changelog.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/store.ts b/frontend/src/lib/store.ts index 2f88900..19d1d8d 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.5.3"; +export const CURRENT_CHANGELOG = "0.5.8"; diff --git a/frontend/src/routes/page/changelog/changelog.md b/frontend/src/routes/page/changelog/changelog.md index 0eadc6c..8010582 100644 --- a/frontend/src/routes/page/changelog/changelog.md +++ b/frontend/src/routes/page/changelog/changelog.md @@ -1,5 +1,15 @@ # Changelog +## 0.5.8 - August 2nd 2023 + +- **Added an (optional) local time display to user profiles.** +- Increased the maximum number of pride flags to 500. +- Added a badge to the profiles of admin users. +- Added an indicator icon for unlisted members. +- Fixed fediverse login for GoToSocial, glitch-cafe, Hometown, and Firefish. +- Fixed other users' custom preferences showing up on the edit profile page sometimes. +- Fixed the acknowledge warning button not working. + ## 0.5.3 - June 3rd 2023 - Added a link shortener at **prns.cc**! There is now an additional button on all user and member pages to copy a shorter link.