Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

1.1.0: feat: Added support for channel triggers in rules language

Pre-release
Pre-release
Compare
Choose a tag to compare
@boc-tothefuture boc-tothefuture released this 27 Dec 17:07
· 1006 commits to main since this release

JRuby OpenHAB Scripting change log

All notable changes to this project will be documented in this file.

Project versioning adheres to Semantic Versioning.

Commit convention is based on Conventional Commits.

Change log format is based on Keep a Changelog.

1.1.0

Added

  • Added support for channels triggers to rules

Changed

  • Fixed documentation for changed/updated/receive_command options

1.0.0

Changed

  • Breaking: Changed commanded method for rules to received_command

0.2.0

Added

  • Ability to execute rules based on commands sent to items, groups and group members
  • Ability to send updates from item objects

Changed

  • Fixed documentation for comparing dimensioned items against strings

0.1.0

Added

  • Support for item updates within rules languages

Changed

  • Installation instructions to specify using latest release rather than a specific version

0.0.1

  • Initial release