4.12.5: Summer release fix
New gauge graph settings fix
With the new Gauge graph feature, we created a small bug. So we had to fix that, and after some tinkering and remarks on the Matrix channel, we have re-designed the gauge graph value settings. You can now just select which value you want to show on the gauge graphs.
Unfortunately there is no migration of the gauge settings values. So with this release you have to re-select the values you want to show. Sorry
Upgrading
Use the following steps to upgrade TerrariumPI
Docker
- Stop TerrariumPI:
docker compose down - Update version number in
docker-compose.yamland rundocker compose pull - Start TerrariumPI:
docker compose up -d
Or go to the upgrade steps on the documentation page
Manual
- Stop TerrariumPI:
sudo service terrariumpi stop - Update the code:
git pull - Rerun the installer:
sudo ./install.sh - Start TerrariumPI:
sudo service terrariumpi start
Or go to the upgrade steps on the documentation page
Full Changelog: 4.12.4...4.12.5