Skip to content

Commit

Permalink
feat(version): bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvoltz committed Jan 28, 2021
1 parent af3b99f commit ab934cf
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 1 deletion.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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!

| [<img src="https://avatars.githubusercontent.com/u/60842330?v=4" width="75px;"/><br /><sub><b>Jörg Eichhorn</b></sub>](https://github.com/unclej84) | [<img src="https://avatars.githubusercontent.com/u/5175695?v=4" width="75px;"/><br /><sub><b>Andy Barnett</b></sub>](https://github.com/Andy-ABTec) |
| :---: | :---: |
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab934cf

Please sign in to comment.