Skip to content

4.2.0: Speed improvements, new hardware and fixes

Compare
Choose a tag to compare
@theyosh theyosh released this 13 Feb 15:53
· 1811 commits to main since this release

Proudly announcing version 4.2.0! This version has a lot of small fixes and improvements. Here is a list of some major updates:

Highlights

  • Speed improvement loading the GUI. All GUI files are now gzipped during installation and used for serving compressed content to the browser. This should reduce the needed bandwidth with a factor 4 to 5. And therefore the gui should load faster.
  • Added Mijia Bluetooth Temperature/Humidity Sensor with LCD Display (a look a like of the MiTemp) thanks to @cnelsonsic
  • Finalized the notification system. Including LCD displays and sound buzzers with songs
  • Partly support for Raspbian Bullseye OS
  • Fixed numerous Area bugs
    • Updating and deleting is not working correctly
    • Better day and night lights support based on weather data

After the update, re-run the installer, restart/reboot and clear browser cacher.

Upgrading

Use the following steps to upgrade TerrariumPI

  1. Stop TerrariumPI sudo service terrariumpi stop
  2. Update the code git pull
  3. Rerun the installer sudo ./install.sh
  4. Start TerrariumPI sudo service terrariumpi start

What's Changed

New Contributors

Full Changelog: 4.1.0...4.2.0