diff --git a/frontend/src/lib/store.ts b/frontend/src/lib/store.ts index 443ff67..2fdea81 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.4.2"; +export const CURRENT_CHANGELOG = "0.5.0"; diff --git a/frontend/src/routes/page/changelog/changelog.md b/frontend/src/routes/page/changelog/changelog.md index 6dfa390..7b7f8c9 100644 --- a/frontend/src/routes/page/changelog/changelog.md +++ b/frontend/src/routes/page/changelog/changelog.md @@ -1,5 +1,15 @@ # 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 - The report button will no longer show up for your own members.