diff --git a/docs/api-change.md b/docs/api-change.md index 96b79ad594..2ae2275707 100644 --- a/docs/api-change.md +++ b/docs/api-change.md @@ -2,7 +2,7 @@ Breaking changes are indicated by the :warning: icon. -## Unreleased +## v20240607 - `GET` request is now allowed for the `latest-version` endpoint. diff --git a/docs/changelog.md b/docs/changelog.md index fed74fa585..8c1aeeaf79 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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`) diff --git a/docs/notice-for-admins.md b/docs/notice-for-admins.md index b65a91a773..f919ff23ea 100644 --- a/docs/notice-for-admins.md +++ b/docs/notice-for-admins.md @@ -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` diff --git a/package.json b/package.json index 33b13daa34..f2c7938d35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firefish", - "version": "20240601", + "version": "20240607", "repository": { "type": "git", "url": "https://firefish.dev/firefish/firefish.git" diff --git a/packages/backend-rs/index.d.ts b/packages/backend-rs/index.d.ts index 0de1dccf78..06bb7e1430 100644 --- a/packages/backend-rs/index.d.ts +++ b/packages/backend-rs/index.d.ts @@ -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