docs: update changelog
This commit is contained in:
parent
f1ea14fcdf
commit
ae80d29268
1 changed files with 9 additions and 2 deletions
|
@ -7,14 +7,21 @@ Critical security updates are indicated by the :warning: icon.
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
- Ported Mastodon API support from Iceshrimp, with added Firefish extensions including push notifications, post languages, schedule post support, and more.
|
- Mastodon API implementation was ported 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.
|
|
||||||
|
### Acknowledgement
|
||||||
|
|
||||||
|
The new Mastodon API support would not have been possible without the significant dedication of Laura Hausmann (Iceshrimp lead developer). We thank her and other Iceshrimp contributors from the bottom of our hearts.
|
||||||
|
|
||||||
### Breaking changes
|
### 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.
|
- 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.
|
- 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.
|
||||||
|
|
||||||
|
### Important Notice
|
||||||
|
|
||||||
|
There are still some incompatibilities and unimplemented things, so please keep in mind that you may experience glitchy behavior on Mastodon clients, and please do NOT report such issues to the Mastodon client developers. Such a “bug” is likely due to our implementation, and Mastodon client developers should not be bothered by such an invalid bug report. In the worst scenario, Mastodon clients may simply block non-Mastodon implementations (some Mastodon clients already do that). If you want to file an issue, please ensure the bug is reproducible with a vanilla Mastodon server.
|
||||||
|
|
||||||
## [v20240630](https://firefish.dev/firefish/firefish/-/merge_requests/11072/commits)
|
## [v20240630](https://firefish.dev/firefish/firefish/-/merge_requests/11072/commits)
|
||||||
|
|
||||||
- Add ability to automatically append #Alt4Me hashtag when posting a file without an alt text ([What is #Alt4Me?](https://social.growyourown.services/@FediTips/112055775451305236))
|
- Add ability to automatically append #Alt4Me hashtag when posting a file without an alt text ([What is #Alt4Me?](https://social.growyourown.services/@FediTips/112055775451305236))
|
||||||
|
|
Loading…
Reference in a new issue