Releases: sethvoltz/OctoPrint-DisplayPanel
Releases · sethvoltz/OctoPrint-DisplayPanel
Version 3.0.1
Version 3.0.0 - Refactor :allthethings:
Many thanks to Karl Gutwin for the amazing work refactoring the codebase to make it more extensible and promote future expansion. Moved to v3.0 as this deserves a major version bump.
Refactor
- Modularize panel interface and add a "virtual panel" in the web UI (kgutwin)
- Modularize display screens for future expansion (kgutwin)
Version 2.1.1
Fixes
- Fix off-by-one issue with bi-color section on display
Version 2.1.0
Changed
- Add missing dependency for RPi.GPIO (unclej84)
- Trap and log errors in retrieving system stats to avoid getting stuck in "Gathering System Stats" (kgutwin)
- Play button now can be used to connect to a disconnected printer and start a queued job (kgutwin)
Version 2.0.1
Changed
- Apply changed plugin name to settings panel
- Trim down printer screen to fit all text
Version 2.0.0
Changed
- Changed plugin name from Display Panel to Micro Panel
Version 1.4.0
Added
- Z-height display while printing if the DisplayLayerProgress plugin is installed
- Pull Request template
Changed
- Trim down system screen to fit all text
Version 1.3.0
Added
- Support for bi-color (or two-color) OLED displays, keeping the progress from crossing the section (unclej84)
- Started tracking changes with a Changelog (right here!)
- Contributor thanks in the README
Changed
- Improved language across the board to be more clear about the settings (Andy-ABTec)
Version 1.2.0
Added
- Enable display timeout with setting (unclej84)
- Add a new method of calculating remaining time to drive the progress bar (unclej84)
Changed
- Updated language on some of the controls to be more clear with new options
Version 1.1.0
Added
- Configuration panel UI within OctoPrint (unclej84)
- Allow configuration of GPIO pins for buttons (unclej84)
- Allow 180º rotation of the screen for more hardware installation freedom (unclej84)