Skip to content

v2.7.3

Compare
Choose a tag to compare
@JeffB42 JeffB42 released this 25 Apr 00:42
· 9 commits to master since this release
b073bbe

About 2.7.3:

  • Fixed bug with custom action not containing a confirm attribute.
  • Added the logging of the panel's name when the current panel is changed.
  • Added 'yellow bar' to scripts with a confirmation.
  • Added 'Are you sure you want to proceed' text to match what one sees in OctoPrint.
  • Added guard against RawConfirm being nil or empty
  • Added more logging to doRequest() and handleResponse()

Install On a New System
To install on a new system, perform the steps listed at https://github.com/Z-Bolt/OctoScreen

Update An Existing Installation
To update an existing installation, run the following commands:

wget https://github.com/Z-Bolt/OctoScreen/releases/download/v2.7.3/octoscreen_2.7.3_armhf.deb
sudo dpkg -r octoscreen
sudo dpkg -i octoscreen_2.7.3_armhf.deb
sudo reboot now