From b66188cbf9a66bf0b584b473ad288584c73b9572 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 14 Aug 2023 03:02:10 +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 19d1d8d..e00fc30 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.8"; +export const CURRENT_CHANGELOG = "0.6.0"; diff --git a/frontend/src/routes/page/changelog/changelog.md b/frontend/src/routes/page/changelog/changelog.md index 8010582..ba55989 100644 --- a/frontend/src/routes/page/changelog/changelog.md +++ b/frontend/src/routes/page/changelog/changelog.md @@ -1,5 +1,15 @@ # Changelog +## 0.6.0 - August 14th 2023 + +- **Reworked the profile edit pages and split them into multiple subpages.** + - This should improve performance on these pages, as well as make expanding them easier in the future. + - The edit pages have been moved to `/@{username}/edit` and `/@{username}/{member}/edit`, respectively— + `/edit/profile` and `/edit/member/{id}` now redirect to the new pages. +- Added the ability to type in a timezone manually, in case the auto detection fails. +- Fixed prns.cc redirects not working if a member's name contained non-ASCII characters. +- Made errors more descriptive. + ## 0.5.8 - August 2nd 2023 - **Added an (optional) local time display to user profiles.**