docs: update changelog, api-change, notice-for-admins

This commit is contained in:
naskya 2024-03-01 10:09:31 +09:00
parent 1b30cc900d
commit 5c0b5092ff
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C
3 changed files with 14 additions and 5 deletions

View file

@ -4,11 +4,13 @@ Breaking changes are indicated by the :warning: icon.
## Unreleased
- Added `following/requests/sent` endpoint for added Sent Following Requests List Feature.
- The following endpoints are added:
- `reply-mute/create`
- `reply-mute/delete`
- `reply-mute/list`
- With the addition of new features, the following endpoints are added:
- check your follow requests that haven't been approved
- `following/requests/sent`
- per-user reply mutes
- `reply-mute/create`
- `reply-mute/delete`
- `reply-mute/list`
- :warning: The following (horrible) endpoints are removed:
- `admin/vacuum`
- `reset-db`

View file

@ -4,6 +4,7 @@ Critical security updates are indicated by the :warning: icon.
## Unreleased
- Add a page (`/my/follow-requests/sent`) to check your follow requests that haven't been approved
- Add ability to hide replies from certain users in timelines
- Admins are now allowed to migrate their account
- This was requested by personal server admins

View file

@ -1,3 +1,9 @@
# Unreleased
## For all users
A new setting item has been added to control the log levels, so please consider updating your `.config/default.yml`. ([example settings](https://firefish.dev/firefish/firefish/-/blob/e7689fb302a0eed192b9515162258a39800f838a/.config/example.yml#L170-179))
# v20240225
## For Docker/Podman users