4.8.0: Return of the Telegram
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
- Change method of SBC model detection by @theophile in #841
- update telegram Bot #828 by @cmonicob in #843
- Develop by @cmonicob in #853
New Contributors
- @theophile made their first contribution in #841
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