docs: move user-facing changes to changelog
This commit is contained in:
parent
8b27b5d629
commit
585f0309f4
2 changed files with 6 additions and 6 deletions
|
@ -8,6 +8,12 @@ Critical security updates are indicated by the :warning: icon.
|
|||
## Unreleased
|
||||
|
||||
- Ported Mastodon API support from Iceshrimp, with added Firefish extensions including push notifications, post languages, schedule post support, and more.
|
||||
- The old Mastodon API has been replaced with a new implementation based on Iceshrimp’s.
|
||||
|
||||
**Breaking changes:**
|
||||
|
||||
- The new Mastodon API uses a new format to manage Mastodon sessions in the database, whereas old implementation uses Misskey sessions. All previous client app and token registrations will not work with the new API. All clients need to be re-registered and all users need to re-authenticate.
|
||||
- All IDs (of statuses/notes, notifications, users, etc.) will be using the alphanumerical format, aligning with the Firefish/Misskey API. The old numerical IDs will not work when queried against the new API.
|
||||
|
||||
## [v20240523](https://firefish.dev/firefish/firefish/-/merge_requests/10898/commits)
|
||||
|
||||
|
|
|
@ -8,12 +8,6 @@ You can skip intermediate versions when upgrading from an old version, but pleas
|
|||
|
||||
Required Node.js version has been bumped from v18.17.0 to v18.19.0. Also, as written in the [v20240430 note](https://firefish.dev/firefish/firefish/-/blob/d3394b97f021dea323ec3ae36e39930680242482/docs/notice-for-admins.md#v20240430), it is highly recommended that you use an even newer version since v18.19.0 has known vulnerabilities.
|
||||
|
||||
### For Mastodon API users
|
||||
|
||||
The old Mastodon API has been replaced with a new implementation based on Iceshrimp’s. **Breaking changes:**
|
||||
- The new API uses a new format to manage Mastodon sessions in the database, whereas old implementation uses Misskey sessions. All previous client app and token registrations will not work with the new API. All clients need to be re-registered and all users need to re-authenticate.
|
||||
- All IDs (of statuses/notes, notifications, users, etc.) will be using the alphanumerical format, aligning with the Firefish/Misskey API. The old numerical IDs will not work when queried against the new API.
|
||||
|
||||
## v20240523
|
||||
|
||||
### For all users
|
||||
|
|
Loading…
Reference in a new issue