After 6 months we have a new release. This release is what later, as the software is maturing. This results in less bugfixes and only updates for external libraries. But this release does fix multiple small bugs.
Read the full release news message here
What's Changed
- Bump nokogiri from 1.18.2 to 1.18.3 by @dependabot in #983
- Bump jinja2 from 3.1.5 to 3.1.6 by @dependabot in #986
- Bump json from 2.10.1 to 2.10.2 by @dependabot in #988
- Bump prismjs from 1.29.0 to 1.30.0 by @dependabot in #987
- Bump @sveltejs/kit from 2.20.5 to 2.20.6 by @dependabot in #998
- Bump nokogiri from 1.18.7 to 1.18.8 by @dependabot in #1000
- Bump setuptools from 78.1.0 to 78.1.1 by @dependabot in #1012
Upgrading
Use the following steps to upgrade TerrariumPI
Docker
- Stop TerrariumPI:
docker compose down
- Update version number in
docker-compose.yaml
and 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.2...4.12.3