forked from mirrors/pronouns.cc
update changelog
This commit is contained in:
parent
846483ee17
commit
eba31f8bda
2 changed files with 11 additions and 1 deletions
|
@ -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";
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue