Skip to content

Releases: openhab/openhab-jruby

v5.14.0

05 Jan 21:59
Compare
Choose a tag to compare

Features

  • Add more helper methods to access linked channels by @ccutrer in #215
  • testing: add helper to initialize missing thing types by @ccutrer in #218

Bug Fixes

Full Changelog: v5.13.0...v5.14.0

v5.13.0

05 Jan 21:39
Compare
Choose a tag to compare

Features

  • Add tags and description to #script and #scene by @jimtng in #214
  • Support staticIcon and dynamic icon in sitemap by @jimtng in #212
  • Support Buttongrid in Sitemap Builder by @jimtng in #211

Bug Fixes

  • Fix condition handling for colors and visibility in sitemap builder by @jimtng in #210

Full Changelog: v5.12.1...v5.13.0

v5.12.1

29 Dec 16:50
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: v5.12.0...v5.12.1

v5.12.0

19 Dec 16:26
Compare
Choose a tag to compare

v5.12.0 (2023-12-19)

Features

Bug Fixes

  • Support AND'd visibility and color rules in sitemap builder by @ccutrer in #200
  • Avoid extra ensure state check from item helper commands by @ccutrer in #190

Full Changelog: v5.11.0...v5.12.0

v5.11.0

29 Oct 17:35
Compare
Choose a tag to compare

v5.11.0 (2023-10-29)

Full Changelog

Features

  • Add ensure_states! and bang version of command shortcuts #184 (jimtng)

Bug Fixes

  • Allow configuring predefined channels in Thing builder #189 (jimtng)
  • Infer accepted_item_type in ChannelBuilder #187 (jimtng)

v5.10.0

25 Oct 16:15
Compare
Choose a tag to compare

v5.10.0 (2023-10-25)

Full Changelog

Features

  • Add Item.link, Item.unlink, and Item.links.clear to add/remove a link to a channel #180 (jimtng)
  • Add event.group for triggeringGroup #160 (jimtng)

Bug Fixes

  • Fix ProfileCallback#handle_command when an item is linked to a different channel type #182 (jimtng)
  • Warn when creating a tag that already exists #181 (jimtng)

v5.9.0

09 Oct 16:55
Compare
Choose a tag to compare

v5.9.0 (2023-10-09)

Full Changelog

Features

  • Support all attributes of channel builder #178 (jimtng)
  • Refactor ChannelsArray lookup by channel id and uid #177 (jimtng)
  • Inspect the full details of Channel attributes #176 (jimtng)

v5.8.0

07 Oct 15:36
Compare
Choose a tag to compare

v5.8.0 (2023-10-07)

Full Changelog

Features

  • Add Thing#provider #167 (ccutrer)
  • Support removing custom semantic tags #162 (jimtng)
  • Support expire configuration options in Item Builder #158 (jimtng)
  • Allow updating things/items/sitemaps by recreating them #157 (jimtng)
  • Allow symbolic channel name in ItemBuilder #156 (jimtng)
  • Add UI script's uid to logger prefix #152 (jimtng)

Bug Fixes

  • Metadata::Hash#provider shouldn't raise an exception #161
  • Fix latitude/longitude/altitude getters on Location objects #174 (uqs)
  • Semantics.add should raise an error if parent is invalid #168 (jimtng)
  • Verify item builder's dimension #165 (jimtng)
  • Fix a non-array passed to item's groups argument inside group block #164 (jimtng)
  • Fix entity lookup inside item builder's item block #163 (jimtng)

v5.7.1

18 Sep 14:59
Compare
Choose a tag to compare

v5.7.1 (2023-09-18)

Full Changelog

Features

  • Stringify keys in http headers #150 (jimtng)
  • Use block's source location as timer's log identifier #149 (jimtng)

v5.7.0

18 Sep 01:51
Compare
Choose a tag to compare

v5.7.0 (2023-09-18)

Full Changelog

Features

Bug Fixes

  • Fix QuantityType arithmetic of mixed units #147 (jimtng)