From 0d4beb9d9b5698acb0748795d29a0c0d1a7d38f1 Mon Sep 17 00:00:00 2001 From: naskya Date: Wed, 21 Feb 2024 08:44:06 +0900 Subject: [PATCH] v20240221 --- docs/api-change.md | 2 +- docs/changelog.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api-change.md b/docs/api-change.md index dc4d24e25a..29989ded87 100644 --- a/docs/api-change.md +++ b/docs/api-change.md @@ -2,7 +2,7 @@ Breaking changes are indicated by the :warning: icon. -## Unreleased +## v20240221 - Added `admin/set-emoji-moderator` endpoint, where moderators can give these permissions to regular users: - `add`: Add new custom emojis, set tag/category/license to newly added custom emojis diff --git a/docs/changelog.md b/docs/changelog.md index 16e26994cf..63b6c08081 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,7 @@ Critical security updates are indicated by the :warning: icon. -## Unreleased +## v20240221 - Add the ability to give regular (non-moderator) users permission to manage custom emojis - Fix a bug that made impossible to update user profiles under some conditions diff --git a/package.json b/package.json index b0fb36d8c0..4aaca74cb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firefish", - "version": "20240217-1", + "version": "20240221", "repository": { "type": "git", "url": "https://firefish.dev/firefish/firefish.git"