docs: update api-change.md

This commit is contained in:
naskya 2024-02-08 02:54:29 +09:00
parent c74e320519
commit c1d9923616
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -2,15 +2,10 @@
Breaking changes are indicated by the :warning: icon. Breaking changes are indicated by the :warning: icon.
## v1.0.5 (unreleased) ## v1.0.5-rc
### dev21
- `admin/update-meta` can now take `moreUrls` parameter, and response of `admin/meta` now includes `moreUrls` - `admin/update-meta` can now take `moreUrls` parameter, and response of `admin/meta` now includes `moreUrls`
- These URLs are used for the help menu ([related merge request](https://git.joinfirefish.org/firefish/firefish/-/merge_requests/10640)) - These URLs are used for the help menu ([related merge request](https://git.joinfirefish.org/firefish/firefish/-/merge_requests/10640))
### dev18
- :warning: response of `meta` no longer includes the following: - :warning: response of `meta` no longer includes the following:
- `enableTwitterIntegration` - `enableTwitterIntegration`
- `enableGithubIntegration` - `enableGithubIntegration`
@ -26,11 +21,5 @@ Breaking changes are indicated by the :warning: icon.
- `discordClientId` - `discordClientId`
- `discordClientSecret` - `discordClientSecret`
- :warning: response of `admin/show-user` no longer includes `integrations`. - :warning: response of `admin/show-user` no longer includes `integrations`.
### dev17
- Added `lang` parameter to `notes/create` and `notes/edit`. - Added `lang` parameter to `notes/create` and `notes/edit`.
### dev11
- :warning: `notes/translate` now requires credentials. - :warning: `notes/translate` now requires credentials.