v20240728

This commit is contained in:
naskya 2024-07-28 01:28:03 +09:00
parent 9be8ba153d
commit af8c6bffb8
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
## v20240728
- Added `name`, `category`, `aliases`, `license` optional parameters to `admin/emoji/add` endpoint.
- Added `name` optional parameter to `drive/files/upload-from-url` endpoint.

View file

@ -7,7 +7,7 @@ This changelog is not an exhaustive list. Code refactorings, minor bug fixes, do
- Server administrators must check [notice-for-admins.md](https://firefish.dev/firefish/firefish/-/blob/main/docs/notice-for-admins.md) as well.
- Third-party client/bot developers may want to check [api-change.md](https://firefish.dev/firefish/firefish/-/blob/main/docs/api-change.md) as well.
## Unreleased
## [v20240728](https://firefish.dev/firefish/firefish/-/merge_requests/11211/commits)
- Improve `admin/emoji/add` API
- Fix bugs

View file

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