Skip to content

Releases: uhppoted/uhppote-cli

v0.7.3-beta

01 Jun 18:41
Compare
Choose a tag to compare
v0.7.3-beta Pre-release
Pre-release

Release Notes

  1. Maintenance release for compatibility with uhppote-core v0.7.3
  2. Fixed errors in README (cf. #8)

v0.7.2-beta

26 Jan 21:43
Compare
Choose a tag to compare
v0.7.2-beta Pre-release
Pre-release

Release Notes

  1. Replaced event rollover with handling for nil and overwritten events (cf. #7)
  2. Reworked get-events to also retrieve the current event index
  3. Reworked get-event to support retrieving multiple events with next:N
  4. Updated command line arguments to support types.BindAddr, types.BroadcastAddr and types.ListenAddr for more human friendly command-line options and configuration

v0.7.1-beta

01 Jul 17:38
Compare
Choose a tag to compare
v0.7.1-beta Pre-release
Pre-release

Release Notes

  1. Added support for the task list functionality from the extended API:

    • clear-task-list
    • add-task
    • refresh-task-list
    • set-task-list
  2. Documented missing commands in the README

v0.7.0-beta

11 Jun 20:55
Compare
Choose a tag to compare
v0.7.0-beta Pre-release
Pre-release

Release Notes

  1. Added commands to manage time profiles:
    • get-time-profile
    • set-time-profile
    • get-time-profiles
    • set-time-profiles
    • clear-time-profiles
  2. Reworked card commands to include support for time profiles:
    • get-card
    • get-card-by-index
    • put-card
  3. Reworked ACL commands to include support for time profiles:
    • get-acl
    • compare-acl
    • load-acl
    • show
    • grant
  4. Added more command documentation to the README.
  5. Reworked for compatibility with the updated uhppote-core device/driver architecture

v0.6.12-beta

28 Apr 20:29
Compare
Choose a tag to compare
v0.6.12-beta Pre-release
Pre-release

Release Notes

  1. Added validation for bind, broadcast and listen ports to mitigate common misconfigurations.
  2. Corrected typo in README

v0.6.10-beta

17 Feb 19:46
Compare
Choose a tag to compare
v0.6.10-beta Pre-release
Pre-release

Release Notes

  1. Bumps version for initial release of uhppoted-app-wild-apricot.

v0.6.8-beta

11 Jan 20:33
Compare
Choose a tag to compare
v0.6.8-beta Pre-release
Pre-release

Release Notes

  1. Maintenance release for compatibility with uhppote-core v0.6.8

v0.6.7-beta

02 Jan 21:31
Compare
Choose a tag to compare
v0.6.7-beta Pre-release
Pre-release

Release Notes

  1. Implements record-special-events command to enable/disable door open, door close and
    door button events (cf. uhppoted/uhppote-core#2)

v0.6.5-beta

11 Nov 19:15
Compare
Choose a tag to compare
v0.6.5-beta Pre-release
Pre-release

Release Notes

  1. Maintenance release for version compatibility with NodeRED module
  2. Includes changes to support in progress httpd implementation

v0.6.4-beta

14 Aug 16:22
Compare
Choose a tag to compare
v0.6.4-beta Pre-release
Pre-release

Release Notes

  1. Includes device ID in the get-device request message
  2. Reworks get-event to retrieve the next event from the current index and update the index
  3. Error messages are routed to stderr