Skip to content

4.8.2: First release in 2024

Compare
Choose a tag to compare
@theyosh theyosh released this 07 Jan 15:14
· 153 commits to main since this release

The first release in 2024 is here. With this release we have added a new bluetooth controllable relay. This is the Voltcraft SEM6000. Which is pretty small and easy to use.

Futhermore there are some code fixes for Telegram and we have added a GUI build patch.

Important: In this update we have moved some 3rd party libraries to PIP libraries. Make sure you rerun the installer!

What's Changed

Upgrading

Use the following steps to upgrade TerrariumPI

Docker

Do a docker compose pull to get the new image and with docker compose up -d to start the new release.

Manual

  • Stop TerrariumPI: sudo service terrariumpi stop
  • Update the code: git pull
  • Rerun the installer: sudo ./install.sh
  • Start TerrariumPI: sudo service terrariumpi start

Full Changelog: 4.8.1...4.8.2