diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..34d03d1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,40 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [1.3.0] - 2021-01-28 +### 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) + +## [1.2.0] - 2021-01-16 +### 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 + +## [1.1.0] - 2021-01-16 +### 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) + +## 1.1.0 +### Added +- Initial release to community, official plugin on the OctoPrint plugin repository. + +[Unreleased]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v1.3.0...HEAD +[1.3.0]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v1.1.0...v1.2.0 +[1.1.0]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/releases/tag/v1.1.0 diff --git a/README.md b/README.md index 6ef677a..7263df2 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ This plugin implements the software control side of an OctoPrint Control Panel f [![Screenshot of demo video](https://img.youtube.com/vi/78emT1ollu4/0.jpg)](https://youtu.be/78emT1ollu4 "Click here to watch a demo on YouTube") +## Resources + +Check out our [Community Discussions](https://github.com/sethvoltz/OctoPrint-DisplayPanel/discussions) forum for build show and tell, discussing new features and community support! + ## Hardware Besides the [3D printed parts](https://www.thingiverse.com/thing:4674214), you will need the following parts: @@ -63,3 +67,10 @@ There are no configuration options for this plugin at the moment. Plug and play! ![Hardware shot from front](docs/glamour-1.jpeg) ![Hardware shot from back](docs/glamour-2.jpeg) ![Hardware In-Situ](docs/in-situ.jpeg) + +## Thanks + +**Many thanks** to the amazing community contributors that help support and improve this for everyone! + +| [
Jörg Eichhorn](https://github.com/unclej84) | [
Andy Barnett](https://github.com/Andy-ABTec) | +| :---: | :---: | diff --git a/setup.py b/setup.py index 047ac8b..3094e6e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint-DisplayPanel" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.2.0" +plugin_version = "1.3.0" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module