update changelog

This commit is contained in:
sam 2023-08-02 23:50:44 +02:00
parent 846483ee17
commit eba31f8bda
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 CURRENT_CHANGELOG = "0.5.3";
export const CURRENT_CHANGELOG = "0.5.8";

View File

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