forked from mirrors/pronouns.cc
update changelog
This commit is contained in:
parent
7c7f948ad6
commit
0e9ac347c0
2 changed files with 10 additions and 1 deletions
|
@ -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.1";
|
export const CURRENT_CHANGELOG = "0.4.2";
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.4.2 - May 11th 2023
|
||||||
|
|
||||||
|
- The report button will no longer show up for your own members.
|
||||||
|
- Added a warning on the edit member page if your member list is hidden.
|
||||||
|
- Fixed hidden members not showing up when viewing your _own_ user page.
|
||||||
|
- The site will now default to a dark theme while loading, to remove the white flash when using a dark theme.
|
||||||
|
Sadly, it's one or the other, so light theme users will now see a _dark_ flash when the site is loading—
|
||||||
|
having asked multiple users, the general consensus is that a dark flash is better than a light flash.
|
||||||
|
|
||||||
## 0.4.1 - April 24th 2023
|
## 0.4.1 - April 24th 2023
|
||||||
|
|
||||||
- Added buttons to change the order of links on profiles.
|
- Added buttons to change the order of links on profiles.
|
||||||
|
|
Loading…
Reference in a new issue