Skip to content

4.5.0: OpenWeatherMap fix

Compare
Choose a tag to compare
@theyosh theyosh released this 29 Oct 12:57
· 1112 commits to main since this release

This release is mainly for supporting the OpenWeatherMap API change. There is a new API version, and therefore some logic has changed. With this new release we can support all free version of the OpenWeatherMap API.

Log rotation should not lock up the engine during the night when the log fie is rotated.

Extra documentation: https://theyosh.github.io/TerrariumPI/posts/2022/10/29/release-terrariumpi-v-4-5-0/

Upgrading

Use the following steps to upgrade TerrariumPI

  • 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.4.0...4.5.0