Skip to content

4.6.2: Spring is here

Compare
Choose a tag to compare
@theyosh theyosh released this 25 Mar 14:41
· 663 commits to main since this release

This is a maintenance release which fixes a lot of audio player and playlist issues. So that should now work again.

Than we have fixed the IO expanders pcf857(4/5). The used library is not that stable, and has some bugs. So we had to work around that. And now it should all work correctly. This will also fix the support for HD30A 4 Channel Electromagnetic I2C Relay 12V 30A.

Extra documentation and full release information: https://theyosh.github.io/TerrariumPI/posts/2023/03/25/release-terrariumpi-v-4-6-2/

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.6.1...4.6.2