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.**