Skip to content

4.1.0: A new version of TP4

Compare
Choose a tag to compare
@theyosh theyosh released this 10 Dec 21:13
· 1567 commits to main since this release

And here is another update of TerrariumPI version 4! With this release there are some organizational changes.

After the update, re-run the installer, reboot and clear browser cache in your browser.

The main change is that the master branch is renamed to main. And that the main branch is now the actual active branch for TerrariumPI version 4. That means that people that are already running TP4 on the 4.x.y.z branch, should head over to the main branch. This can be done in four easy steps. Run the following commands inside the TerrariumPI folder.

  1. git remote set-branches origin '*'
  2. git fetch -v
  3. git checkout main
  4. git pull

This update needs a rerun of the installer. As there are new modules needed for new hardware, make sure you run the installer after downloading the latest code. So run sudo ./install.sh after you pulled the latest code from the main branch.

More information can be found at the release news item

What's Changed

New Contributors

Full Changelog: 4.0.0...4.1.0