From ced21ad4a4678af4f8208fb7347b6c2e8717444c Mon Sep 17 00:00:00 2001 From: twystd Date: Wed, 29 Nov 2023 10:43:36 -0800 Subject: [PATCH] Release v0.8.7 --- CHANGELOG.md | 18 ++++++++++++++++-- README.md | 34 ++++++++-------------------------- go.mod | 6 +++--- go.sum | 12 ++++++------ 4 files changed, 33 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 077ea0e..34c7206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # CHANGELOG -## Unreleased +## [0.8.7](https://github.com/uhppoted/uhppote-cli/releases/tag/v0.8.7) - 2023-12-01 ### Added -1. Implemented set-super-passwords command to set the _super_ passwords for a door. +1. Implemented `set-super-passwords` command to set the _super_ passwords for a door. ### Updated 1. Replaced `nil` event pointer with zero value in `get-status`. @@ -119,3 +119,17 @@ ### Changed 1. Added validation for `bind`, `broadcast` and `listen` ports to mitigate common misconfigurations. 2. Corrected typo in _README_ + +## Older + +| *Version* | *Description* | +| v0.6.10 | Maintenance release for version compatibility with `uhppoted-app-wild-apricot` | +| v0.6.8 | Maintenance release for version compatibility with `uhppote-core` `v0.6.8` | +| v0.6.7 | Implements `record-special-events` command to enable/disable door events | +| v0.6.5 | Maintenance release for version compatibility with `node-red-contrib-uhppoted` | +| v0.6.4 | Maintenance release for version compatibility with `uhppoted-app-sheets` | +| v0.6.3 | Reworked get-cards to handle deleted records | +| v0.6.2 | Fixed get-events for controllers without any events and improved configuration filse handling | +| v0.6.1 | Added ACL commands to simplify managing card permissions across multiple controllers | +| v0.6.0 | Maintenance release to keep compatibility with updated `uhppote-core` | +| v0.5.1 | Initial release following restructuring into standalone Go *modules* and *git submodules* | diff --git a/README.md b/README.md index 8847617..3be42ec 100644 --- a/README.md +++ b/README.md @@ -16,32 +16,14 @@ The CLI provides a cross-platform set of command-line functions that allow direc as well as facilitating scripting for automation of routine tasks e.g. synchronizing controller system time across daylight savings changes. -## Releases - -| *Version* | *Description* | -| --------- | -------------------------------------------------------------------------------------------------- | -| v0.8.6 | Added `activate-keypads` command to enable reader keypads | -| v0.8.5 | Added `set-interlock` command to set controller door interlock mode | -| v0.8.4 | Added `set-pc-control` command and support for card keypad PINs | -| v0.8.3 | Added ARM64 to release builds | -| v0.8.2 | Maintenance release for version compatibility with `uhppote-core` v0.8.2 | -| v0.8.1 | Maintenance release for version compatibility with `uhppote-core` v0.8.1 | -| v0.8.0 | Maintenance release for version compatibility with `uhppote-core` v0.8.0 | -| v0.7.3 | Maintenance release for version compatibility with `uhppote-core` v0.7.3 | -| v0.7.2 | Replaced event rollover with `overwritten` event handling | -| v0.7.1 | Added task list commands | -| v0.7.0 | Added commands to get-, set- and clear time profiles | -| v0.6.12 | Added validation for `bind`, `broadcast` and `listen` ports | -| v0.6.10 | Maintenance release for version compatibility with `uhppoted-app-wild-apricot` | -| v0.6.8 | Maintenance release for version compatibility with `uhppote-core` `v0.6.8` | -| v0.6.7 | Implements `record-special-events` command to enable/disable door events | -| v0.6.5 | Maintenance release for version compatibility with `node-red-contrib-uhppoted` | -| v0.6.4 | Maintenance release for version compatibility with `uhppoted-app-sheets` | -| v0.6.3 | Reworked get-cards to handle deleted records | -| v0.6.2 | Fixed get-events for controllers without any events and improved configuration filse handling | -| v0.6.1 | Added ACL commands to simplify managing card permissions across multiple controllers | -| v0.6.0 | Maintenance release to keep compatibility with updated `uhppote-core` | -| v0.5.1 | Initial release following restructuring into standalone Go *modules* and *git submodules* | +## Release Notes + +### Current Release + +** [v0.8.7](https://github.com/uhppoted/uhppote-cli/releases/tag/v0.8.7) - 2023-12-01** + +1. Implemented `set-super-passwords` command to set the _super_ passwords for a door. +2. Replaced `nil` event pointer with zero value in `get-status`. ## Installation diff --git a/go.mod b/go.mod index cb764a5..0c3f464 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/uhppoted/uhppote-cli go 1.21 require ( - github.com/uhppoted/uhppote-core v0.8.7-0.20231024161310-ebe955f9d238 - github.com/uhppoted/uhppoted-lib v0.8.7-0.20231024172141-b454e52e3418 + github.com/uhppoted/uhppote-core v0.8.7 + github.com/uhppoted/uhppoted-lib v0.8.7 ) -require golang.org/x/sys v0.13.0 // indirect +require golang.org/x/sys v0.15.0 // indirect diff --git a/go.sum b/go.sum index 132fc77..aa97cec 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,6 @@ -github.com/uhppoted/uhppote-core v0.8.7-0.20231024161310-ebe955f9d238 h1:l+56DX9qnwgxs6UYNkM0OxoxEVvxynlW8SG13dCVk5E= -github.com/uhppoted/uhppote-core v0.8.7-0.20231024161310-ebe955f9d238/go.mod h1:XDXzu5MxPhS7IqXQ1q3hY+KWiYDdLB4Gb7JUDcFqwgY= -github.com/uhppoted/uhppoted-lib v0.8.7-0.20231024172141-b454e52e3418 h1:mk0Qwa2mel8OnVtbMUCz6ae7mA5sB9kGr1VU/lHePhQ= -github.com/uhppoted/uhppoted-lib v0.8.7-0.20231024172141-b454e52e3418/go.mod h1:lZwvB02yeNGKaawUw/Jxns0rP7R8Ff4a6Mq9ckcUEBw= -golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE= -golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +github.com/uhppoted/uhppote-core v0.8.7 h1:hb85EI1tBhBLIaH/s9t93zy+KeJDIUWJjIeJr5s76i0= +github.com/uhppoted/uhppote-core v0.8.7/go.mod h1:XDXzu5MxPhS7IqXQ1q3hY+KWiYDdLB4Gb7JUDcFqwgY= +github.com/uhppoted/uhppoted-lib v0.8.7 h1:+xmD30DRzQY+VbIweHCxkvnOPoa6y2ad2oYtIuUQAlo= +github.com/uhppoted/uhppoted-lib v0.8.7/go.mod h1:Y94QZWgZH8mGiU2rPKtY88Pto7LDsduw/jUDm16nBQg= +golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc= +golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=