v20240714

This commit is contained in:
naskya 2024-07-14 00:06:17 +09:00
parent 758df4a847
commit 87ff89cb53
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
Breaking changes are indicated by the :warning: icon.
## Unreleased
## v20240714
- The old Mastodon API has been replaced with a new implementation based on Iceshrimps.
- :warning: 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.

View file

@ -5,7 +5,7 @@ Critical security updates are indicated by the :warning: icon.
- 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.
## Unreleased
## [v20240714](https://firefish.dev/firefish/firefish/-/merge_requests/11146/commits)
- Mastodon API implementation was ported from Iceshrimp, with added Firefish extensions including push notifications, post languages, schedule post support, and more. (#10880)
- Fix bugs

View file

@ -6,7 +6,7 @@ You can skip intermediate versions when upgrading from an old version, but pleas
Please take a look at #10947.
## Unreleased
## v20240714
### For systemd/pm2 users

View file

@ -1,6 +1,6 @@
{
"name": "firefish",
"version": "20240710",
"version": "20240714",
"repository": {
"type": "git",
"url": "https://firefish.dev/firefish/firefish.git"