Skip to content

4.8.0: Return of the Telegram

Compare
Choose a tag to compare
@theyosh theyosh released this 11 Nov 13:18
· 834 commits to main since this release

A new release with a big new feature. There is support for Telegram in the notification system. It took some time to implement because I do not use it. So lucky there was @cmonicob, which made a nice start and did all the testing to make it work. A big thank you!! I only optimized some code.

More information can be found at the documentation site.

Due to the new Telegram code, a rerun of the installer is mandatory. Else TerrariumPI will not startup after the upgrade.

What's Changed

New Contributors

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.7.0...4.8.0