v20240516

This commit is contained in:
naskya 2024-05-16 16:16:29 +09:00
parent 03323e40fa
commit 088dfd21e7
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
Breaking changes are indicated by the :warning: icon.
## Unreleased
## v20240516
- :warning: `server-info` (an endpoint to get server hardware information) now requires credentials.
- :warning: `net` (server's default network interface) has been removed from `admin/server-info`.

View File

@ -5,7 +5,7 @@ Critical security updates are indicated by the :warning: icon.
- Server administrators should check [notice-for-admins.md](./notice-for-admins.md) as well.
- Third-party client/bot developers may want to check [api-change.md](./api-change.md) as well.
## Unreleased
## [v20240516](https://firefish.dev/firefish/firefish/-/merge_requests/10854/commits)
- Improve timeline UX (you can restore the original appearance by settings)
- Remove `$[center]` MFM function

View File

@ -2,7 +2,7 @@
You can skip intermediate versions when upgrading from an old version, but please read the notices and follow the instructions for each intermediate version before [upgrading](./upgrade.md).
## Unreleased
## v20240516
### For all users

View File

@ -1,6 +1,6 @@
{
"name": "firefish",
"version": "20240504",
"version": "20240516",
"repository": {
"type": "git",
"url": "https://firefish.dev/firefish/firefish.git"