update changelog

This commit is contained in:
Sam 2023-04-24 17:04:48 +02:00
parent 6ae6ea5496
commit 95e7951c76
No known key found for this signature in database
GPG Key ID: B4EF20DDE721CAA1
2 changed files with 12 additions and 4 deletions

View File

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

View File

@ -1,5 +1,16 @@
# Changelog
## 0.4.1 - April 24th 2023
- Added buttons to change the order of links on profiles.
- Added a "copy link" button to user and member profiles.
- Added a second set of page buttons below the member list.
- Added a captcha when signing up to prevent spam bots.
- Custom preferences with "treat as favourite" checked are now shown in the member list.
- Changed how the member list is displayed: the site will now show between two and five members per row depending on screen size.
- Fixed the save button sometimes not showing up when editing custom preferences.
- Fixed custom preferences not showing up if they were added in the current editing session.
## 0.4.0 - April 20th 2023
- **Added custom preferences!**
@ -10,8 +21,5 @@
in addition to Discord and Mastodon.
- Added this changelog.
- Added a donation link to the footer, and a message on the settings page. Sadly, running a website like this costs money :(
---
- The website will now correctly handle tokens expiring, so you don't get stuck in an infinite loop as soon as they expire anymore.
- Fixed pronoun links, pronouns with special characters will link to the correct page now.