update changelog

This commit is contained in:
Sam 2023-05-29 04:05:45 +02:00
parent 52f9cfe881
commit 05cba6937f
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.4.2"; export const CURRENT_CHANGELOG = "0.5.0";

View File

@ -1,5 +1,15 @@
# Changelog # Changelog
## 0.5.0 - May 29th 2023
- **Added pride flags!**
These will show up below avatars and are completely customizable:
you can upload up to one hundred different flags and pick which ones will show up on which profiles.
- `.` and `..` are no longer valid member names, as these break member pages. Any other number of periods is still allowed.
- Added Plausible analytics.
- Added some extra info to the [settings page](/settings).
- Added [API documentation](/api).
## 0.4.2 - May 11th 2023 ## 0.4.2 - May 11th 2023
- The report button will no longer show up for your own members. - The report button will no longer show up for your own members.