From 99f253cff642dafdb88f11bf8cc2812f7799478a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:52:56 +0000 Subject: [PATCH] v5.9.0 --- .known_good_references | 2 +- CHANGELOG.md | 10 ++++++++++ Gemfile.lock | 2 +- lib/openhab/dsl/version.rb | 2 +- templates/default/fulldoc/html/js/app.js | 2 +- templates/default/layout/html/versions.erb | 2 +- 6 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.known_good_references b/.known_good_references index d217439956..73fa422892 100644 --- a/.known_good_references +++ b/.known_good_references @@ -1,4 +1,4 @@ -/openhab-jruby/5.8 +/openhab-jruby/5.9 /openhab-jruby/main https://bundler.io/ https://bundler.io/guides/bundler_in_a_single_file_ruby_script.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 31fd395cc9..06fba18794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # JRuby openHAB Scripting Change Log +## [v5.9.0](https://github.com/openhab/openhab-jruby/tree/v5.9.0) (2023-10-09) + +[Full Changelog](https://github.com/openhab/openhab-jruby/compare/v5.8.0...v5.9.0) + +### Features + +- Support all attributes of channel builder [\#178](https://github.com/openhab/openhab-jruby/pull/178) ([jimtng](https://github.com/jimtng)) +- Refactor ChannelsArray lookup by channel id and uid [\#177](https://github.com/openhab/openhab-jruby/pull/177) ([jimtng](https://github.com/jimtng)) +- Inspect the full details of Channel attributes [\#176](https://github.com/openhab/openhab-jruby/pull/176) ([jimtng](https://github.com/jimtng)) + ## [v5.8.0](https://github.com/openhab/openhab-jruby/tree/v5.8.0) (2023-10-07) [Full Changelog](https://github.com/openhab/openhab-jruby/compare/v5.7.1...v5.8.0) diff --git a/Gemfile.lock b/Gemfile.lock index 4bca3004ac..5db0c441d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - openhab-scripting (5.8.0) + openhab-scripting (5.9.0) bundler (~> 2.2) marcel (~> 1.0) method_source (~> 1.0) diff --git a/lib/openhab/dsl/version.rb b/lib/openhab/dsl/version.rb index 3732e4903c..e21425295d 100644 --- a/lib/openhab/dsl/version.rb +++ b/lib/openhab/dsl/version.rb @@ -4,6 +4,6 @@ module OpenHAB module DSL # Version of openHAB helper libraries # @return [String] - VERSION = "5.8.0" + VERSION = "5.9.0" end end diff --git a/templates/default/fulldoc/html/js/app.js b/templates/default/fulldoc/html/js/app.js index 43c1e56089..b5a7357094 100644 --- a/templates/default/fulldoc/html/js/app.js +++ b/templates/default/fulldoc/html/js/app.js @@ -211,7 +211,7 @@ function enableHovers() { } function selectVersion() { - if (document.location.pathname.startsWith("/openhab-jruby/5.8/")) { + if (document.location.pathname.startsWith("/openhab-jruby/5.9/")) { $(".version-button.stable").toggleClass("current"); } else if (document.location.pathname.startsWith("/docs/") || document.location.pathname.startsWith("/openhab-jruby/main/") || diff --git a/templates/default/layout/html/versions.erb b/templates/default/layout/html/versions.erb index 31d40b79f2..141ce15611 100644 --- a/templates/default/layout/html/versions.erb +++ b/templates/default/layout/html/versions.erb @@ -1,6 +1,6 @@