4.1.0: A new version of TP4
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.
- git remote set-branches origin '*'
- git fetch -v
- git checkout main
- 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
- Implement Sparkfun Qwiic Relays by @fujexo in #621
- Added support for TP4 in Docker by @alec-pinson in #626
New Contributors
- @fujexo made their first contribution in #621
- @alec-pinson made their first contribution in #626
Full Changelog: 4.0.0...4.1.0