v20240728
This commit is contained in:
parent
9be8ba153d
commit
af8c6bffb8
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Breaking changes are indicated by the :warning: icon.
|
Breaking changes are indicated by the :warning: icon.
|
||||||
|
|
||||||
## Unreleased
|
## v20240728
|
||||||
|
|
||||||
- Added `name`, `category`, `aliases`, `license` optional parameters to `admin/emoji/add` endpoint.
|
- Added `name`, `category`, `aliases`, `license` optional parameters to `admin/emoji/add` endpoint.
|
||||||
- Added `name` optional parameter to `drive/files/upload-from-url` endpoint.
|
- Added `name` optional parameter to `drive/files/upload-from-url` endpoint.
|
||||||
|
|
|
@ -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.
|
- 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.
|
- 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
|
- Improve `admin/emoji/add` API
|
||||||
- Fix bugs
|
- Fix bugs
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "firefish",
|
"name": "firefish",
|
||||||
"version": "20240725",
|
"version": "20240728",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://firefish.dev/firefish/firefish.git"
|
"url": "https://firefish.dev/firefish/firefish.git"
|
||||||
|
|
Loading…
Reference in a new issue