v2.6.2-rc.1
This is the first release candidate for v2.6.2, featuring a few small bug fixes.
The intent behind this release candidate is to allow additional testing.
Installation instructions
As a pre-release, the automatic updating is not available.
- Connect to your Pi (or other device) using SSH
- Identify the architecture of your device by running
uname -m
- Download the build matching that artitechture from the list below onto your device. You can use
wget <URL of build>
to do that - Install the build using
sudo dpkg -i <path to file downloaded>
- Reboot the device or restart OctoDash
sudo service getty@tty1 restart
Feedback is welcome, and can be provided either through the Issues tab here on GitHub or on Discord.
What's Changed
- Fix bug with actions with no gcode by @Hillshum in #5331
- Use toggle endpoint for PSU control by @Hillshum in #5332
- Add the API key to thumbnail requests by @Hillshum in #5361
Full Changelog: v2.6.1...v2.6.2-rc.1