All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.0.2 - 2022-01-24
- Handling of OctoPrint API prints, as filament data is not available then as estimators are postponed.
3.0.1 - 2021-04-11
- Update micro panel tab to render the scaled up image with nearest neighbor (crisp pixels)
3.0.0 - 2021-04-11
- Modularize panel interface and add a "virtual panel" in the web UI (kgutwin)
- Modularize display screens for future expansion (kgutwin)
2.1.1 - 2021-03-04
- Fix off-by-one issue with bi-color section on display
2.1.0 - 2021-02-28
- 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)
2.0.1 - 2021-02-07
- Apply changed plugin name to settings panel (unclej84)
- Trim down printer screen to fit all text (unclej84)
2.0.0 - 2021-01-29
- Changed plugin name from Display Panel to Micro Panel
1.4.0 - 2021-01-29
- Z-height display while printing if the DisplayLayerProgress plugin is installed
- Pull Request template
- Trim down system screen to fit all text
1.3.0 - 2021-01-28
- 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
- Improved language across the board to be more clear about the settings (Andy-ABTec)
1.2.0 - 2021-01-16
- Enable display timeout with setting (unclej84)
- Add a new method of calculating remaining time to drive the progress bar (unclej84)
- Updated language on some of the controls to be more clear with new options
1.1.0 - 2021-01-16
- 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)
- Initial release to community, official plugin on the OctoPrint plugin repository.