v20240215
This commit is contained in:
parent
d6b1c4ef87
commit
205ee8ae0c
3 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Unreleased
|
# v20240215
|
||||||
|
|
||||||
- separate settings for displaying rounded avatars for cat and non-cat accounts
|
- 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
|
- add a toggleable setting to replace the chat button with account menu on mobile
|
||||||
|
- reduce the size of the container image (!10667)
|
||||||
|
|
||||||
# v20240214
|
# v20240214
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## For systemd/pm2 users
|
## 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
|
```sh
|
||||||
cargo --version # check version
|
cargo --version # check version
|
||||||
rustup update # update version
|
rustup update # update version
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "firefish",
|
"name": "firefish",
|
||||||
"version": "20240214",
|
"version": "20240215",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://firefish.dev/firefish/firefish.git"
|
"url": "https://firefish.dev/firefish/firefish.git"
|
||||||
|
|
Loading…
Reference in a new issue