docs: update changelog, api-change, notice-for-admins
This commit is contained in:
parent
1b30cc900d
commit
5c0b5092ff
3 changed files with 14 additions and 5 deletions
|
@ -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`
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue