v20240607

This commit is contained in:
naskya 2024-06-07 16:06:51 +09:00
parent 24f2dd61ec
commit 4a42579695
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
Breaking changes are indicated by the :warning: icon.
## Unreleased
## v20240607
- `GET` request is now allowed for the `latest-version` endpoint.

View file

@ -5,7 +5,7 @@ Critical security updates are indicated by the :warning: icon.
- Server administrators should check [notice-for-admins.md](./notice-for-admins.md) as well.
- Third-party client/bot developers may want to check [api-change.md](./api-change.md) as well.
## Unreleased
## [v20240607](https://firefish.dev/firefish/firefish/-/merge_requests/10978/commits)
- Add the ability to share posts via QR code
- Update the API document page (`/api-doc`)

View file

@ -2,7 +2,7 @@
You can skip intermediate versions when upgrading from an old version, but please read the notices and follow the instructions for each intermediate version before [upgrading](./upgrade.md).
## Unreleased
## v20240607
The following environment variables are deprecated and no longer have any effect:
- `MK_ONLY_QUEUE`

View file

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

View file

@ -436,7 +436,7 @@ export function fromMastodonId(mastodonId: string): string | null
* Converts the given text into the cat language.
*
* refs:
* * <https://misskey-hub.net/ns/#isCat>
* * <https://misskey-hub.net/ns#isCat>
* * <https://firefish.dev/ns#speakAsCat>
*
* # Arguments