Skip to content

Commit

Permalink
Releasing v1.3.0 (#71)
Browse files Browse the repository at this point in the history
* Create LICENSE file

* Making Changelog, Updating Readme (#69)

* Extracting Changelog, updating Readme.

* Minor corrections.

* More clarity for 'ON on boot' — inverted output is taken into account.

* Making a pre-release channel configuration. (#67)

* Preparing v1.3.0 release (#70)

* Changelog: upcoming v1.3.0.

* Bumping the version in setup file.
  • Loading branch information
RobinTail authored Jul 3, 2023
1 parent 5a940f5 commit d63832b
Show file tree
Hide file tree
Showing 5 changed files with 731 additions and 47 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

## Version 1

### 1.3.0

- Making a pre-release channel.
- Updating the documentation.

### 1.2.0

- Add API command to get all the states at once.

### 1.1.1

- Add API command to get pin status `{'pin': 'r1', 'command': 'getStatus'}`.
- Poll GPIO to update the UI if the state changes in the background.

### 1.1.0

- Optional confirmation dialog when turning OFF.
- Auto ON/OFF on start and finish of the print job.
- Auto OFF delay for a fan, that should run longer after the print finished.

### 1.0.0

- Turn relays on and off.
- Changing icon.
- Power ON on boot.
Loading

0 comments on commit d63832b

Please sign in to comment.