update changelog

This commit is contained in:
sam 2023-08-14 03:02:10 +02:00
parent 49eb964ed8
commit b66188cbf9
No known key found for this signature in database
GPG Key ID: B4EF20DDE721CAA1
2 changed files with 11 additions and 1 deletions

View File

@ -13,4 +13,4 @@ const initialThemeValue = browser
export const themeStore = writable<string>(initialThemeValue); export const themeStore = writable<string>(initialThemeValue);
export const CURRENT_CHANGELOG = "0.5.8"; export const CURRENT_CHANGELOG = "0.6.0";

View File

@ -1,5 +1,15 @@
# Changelog # 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 ## 0.5.8 - August 2nd 2023
- **Added an (optional) local time display to user profiles.** - **Added an (optional) local time display to user profiles.**