v20240215

This commit is contained in:
naskya 2024-02-15 13:52:35 +09:00
parent d6b1c4ef87
commit 205ee8ae0c
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C
3 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

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