Skip to content

0.7.6 Bug Fix Release

Compare
Choose a tag to compare
@lbussy lbussy released this 24 Apr 18:46
40bcc28

The most important user-facing bug fixed in this release is a nagging iSpindel bug that would happen in certain circumstances like a reboot/power outage. The iSpundel value would be null and cause one of the JavaScripts to error out.

Upgrading

Existing users of BrewPi Remix 0.5.3 and above may upgrade with:

sudo /home/brewpi/utils/doUpdate.sh

If you are not on version 0.5.3 or above (or if you have no idea what version you are on,) use the following command to upgrade to the latest version:

curl -L upgrade.brewpiremix.com | sudo bash

You must run this from within your /home/brewpi directory or from each chamber's directory in multi-chamber mode.

Tools

No significant changes

Scripts

Commit Summary

  • d8a41b6 Add .local to exclusions
  • 168cfa6 Add toolPath to config
  • 7bb0589 Whitespace cleanup
  • 3dd2d27 Remove trailing comma after null (#174)
  • 03ca630 Add gitInfo.py for future use
  • 4c93d3e Skip perms on venv (#185)

File Changes

  • M .gitignore (1)
  • M BrewPiUtil.py (7)
  • M Tilt.py (2)
  • M brewpi.py (2)
  • M brewpiJson.py (2)
  • A gitInfo.py (132)
  • M programController.py (2)
  • M settings/defaults.cfg (1)
  • M utils/doCleanup.sh (8)
  • M utils/doDaemon.sh (8)
  • M utils/doDepends.sh (12)
  • M utils/doIndex.sh (10)
  • M utils/doMenu.sh (6)
  • M utils/doPerms.sh (16)
  • M utils/doUpdate.sh (30)
  • M utils/doWiFi.sh (10)

Patch Links:

Web UI

No changes