2024-02-13 14:22:25 +01:00
# Unreleased
## For systemd/pm2 users
- Required Rust version has been bumped from v1.68 to v1.74.
```sh
cargo --version # check version
rustup update # update version
```
2024-02-12 16:51:05 +01:00
# v20240213
2024-02-12 15:14:23 +01:00
2024-02-12 18:01:12 +01:00
## For systemd/pm2 users
2024-02-12 15:14:23 +01:00
- `packages/backend/native-utils` can be removed.
- This directory was removed in the repository, but it's not completely removed from your system by `git pull --ff` , because some folders like `packages/backend/native-utils/built` are not tracked by git.
```sh
rm --recursive --force packages/backend/native-utils
```
2024-02-06 07:55:56 +01:00
# v20240206
2024-02-06 07:38:03 +01:00
## For all users
- The git repository has been moved, so please update the `git remote` url.
```sh
git remote set-url origin https://firefish.dev/firefish/firefish.git
```
2024-02-12 18:01:12 +01:00
## For systemd/pm2 users
2024-02-06 07:51:05 +01:00
2024-02-12 08:14:00 +01:00
- Required Rust version has been bumped from v1.68 to v1.70.
2024-02-06 07:51:05 +01:00
- `libvips` is no longer required (unless your server os is *BSD), so you may uninstall it from your system. Make sure to execute the following commands after that:
```sh
pnpm clean-npm
pnpm install
```
2024-02-06 07:38:03 +01:00
## For Docker/Podman users
- The image tag has been changed to `registry.firefish.dev/firefish/firefish:latest` , so please update `docker-compose.yml` .