From 205ee8ae0c6a7824cb191f97ee1483805cbe7f39 Mon Sep 17 00:00:00 2001 From: naskya Date: Thu, 15 Feb 2024 13:52:35 +0900 Subject: [PATCH] v20240215 --- docs/changelog.md | 3 ++- docs/notice-for-admins.md | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index bc076c0467..d6502a4790 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,7 +1,8 @@ -# Unreleased +# v20240215 - separate settings for displaying rounded avatars for cat and non-cat accounts - add a toggleable setting to replace the chat button with account menu on mobile +- reduce the size of the container image (!10667) # v20240214 diff --git a/docs/notice-for-admins.md b/docs/notice-for-admins.md index b62a9a36fd..5814c89e94 100644 --- a/docs/notice-for-admins.md +++ b/docs/notice-for-admins.md @@ -2,7 +2,7 @@ ## For systemd/pm2 users -- Required Rust version has been bumped from v1.68 to v1.74. +- Required Rust version has been bumped from v1.70 to v1.74. ```sh cargo --version # check version rustup update # update version diff --git a/package.json b/package.json index 9b8bd6a728..22dc0cbfcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firefish", - "version": "20240214", + "version": "20240215", "repository": { "type": "git", "url": "https://firefish.dev/firefish/firefish.git"