v2.7.3
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