v20240424

This commit is contained in:
naskya 2024-04-24 15:42:23 +09:00
parent 9bf17dcb3c
commit 4816d75e23
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
Breaking changes are indicated by the :warning: icon.
## Unreleased
## v20240424
- Added `antennaLimit` field to the response of `meta` and `admin/meta`, and the request of `admin/update-meta` (optional).
- Added `filter` optional parameter to `notes/renotes` endpoint to filter the types of renotes. It can take the following values:

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
## [v20240424](https://firefish.dev/firefish/firefish/-/merge_requests/10765/commits)
- Improve the usability of the feature to prevent forgetting to write alt texts
- Add a server-wide setting for the maximum number of antennas each user can create

View file

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