Skip to content

Commit

Permalink
Release v0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Jan 11, 2021
1 parent 44f0222 commit 1a4cd6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DIST ?= development
DEBUG ?= --debug
VERSION = v0.6.7
VERSION = v0.6.8
LDFLAGS = -ldflags "-X uhppote.VERSION=$(VERSION)"

.PHONY: bump
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Supported operating systems:

| *Version* | *Description* |
| --------- | ----------------------------------------------------------------------------------------- |
| v0.6.8 | Improved internal support for UHPPOTE v6.62 firmware |
| v0.6.7 | Implements `record-special-events` for enabling and disabling door events |
| v0.6.5 | Maintenance release for version compatibility with NodeRED module |
| v0.6.4 | Added support for uhppoted-app-sheets |
Expand Down
11 changes: 4 additions & 7 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@

### IN PROGRESS

- [x] Remove deprecated GetCardByIndex implementation
- [x] godoc for RecordSpecialEvents
- [x] Implement RecordSpecialEvents to enable/disable door and pushbutton events

- [ ] Rearchitecture as factory/device/driver
- [ ] Remove IDevice interface
- [ ] Make UHPPOTE.Devices a private field
- [x] Add v6.62 listen event message to encoder

## TODO

- [ ] Add https://odi.ch/weblog/posting.php?posting=731 to cookbook
- [ ] Rearchitecture as factory/device/driver
- [ ] Remove IDevice interface
- [ ] Make UHPPOTE.Devices a private field

### uhppote
- [ ] concurrent requests
Expand Down

0 comments on commit 1a4cd6a

Please sign in to comment.