2023-09-03 04:18:48 +02:00
|
|
|
# Changes to the Firefish API
|
|
|
|
|
2023-09-26 06:08:43 +02:00
|
|
|
Breaking changes are indicated by the :warning: icon.
|
2023-09-14 21:24:04 +02:00
|
|
|
|
2023-09-03 04:18:48 +02:00
|
|
|
## v1.0.5 (unreleased)
|
|
|
|
|
2023-10-16 19:05:32 +02:00
|
|
|
### dev18
|
|
|
|
|
|
|
|
- :warning: response of `meta` no longer includes the following:
|
|
|
|
- `enableTwitterIntegration`
|
|
|
|
- `enableGithubIntegration`
|
|
|
|
- `enableDiscordIntegration`
|
|
|
|
- :warning: parameter of `admin/update-meta` and response of `admin/meta` no longer include the following:
|
|
|
|
- `enableTwitterIntegration`
|
|
|
|
- `enableGithubIntegration`
|
|
|
|
- `enableDiscordIntegration`
|
|
|
|
- `twitterConsumerKey`
|
|
|
|
- `twitterConsumerSecret`
|
|
|
|
- `githubClientId`
|
|
|
|
- `githubClientSecret`
|
|
|
|
- `discordClientId`
|
|
|
|
- `discordClientSecret`
|
|
|
|
- :warning: response of `admin/show-user` no longer includes `integrations`.
|
|
|
|
|
2023-09-26 05:20:26 +02:00
|
|
|
### dev17
|
|
|
|
|
2023-09-22 03:29:33 +02:00
|
|
|
- Added `lang` parameter to `notes/create` and `notes/edit`.
|
|
|
|
|
2023-09-03 04:18:48 +02:00
|
|
|
### dev11
|
|
|
|
|
2023-09-14 21:24:04 +02:00
|
|
|
- :warning: `notes/translate` now requires credentials.
|