From eb69a28e98d8b1eaba9ece2db70b9b7ba38b4d88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:58:14 +0000 Subject: [PATCH] v5.25.0 --- .known_good_references | 2 +- CHANGELOG.md | 9 +++++++++ Gemfile.lock | 2 +- Gemfile.ruby-2.6.lock | 2 +- lib/openhab/dsl/version.rb | 2 +- templates/default/fulldoc/html/js/app.js | 2 +- templates/default/layout/html/versions.erb | 2 +- 7 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.known_good_references b/.known_good_references index a1268bdd4..6bdc32ead 100644 --- a/.known_good_references +++ b/.known_good_references @@ -1,4 +1,4 @@ -/openhab-jruby/5.24 +/openhab-jruby/5.25 /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 ec5047690..187b93c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # JRuby openHAB Scripting Change Log +## [v5.25.0](https://github.com/openhab/openhab-jruby/tree/v5.25.0) (2024-08-20) + +### Features + +- Add `Thing#bridge?` by [@jimtng](https://github.com/jimtng) in [#324](https://github.com/openhab/openhab-jruby/pull/324) +- Support adding group members with `GroupItem.members.add` by [@jimtng](https://github.com/jimtng) in [#322](https://github.com/openhab/openhab-jruby/pull/322) + +**Full Changelog**: [v5.24.2...v5.25.0](https://github.com/openhab/openhab-jruby/compare/v5.24.2...v5.25.0) + ## [v5.24.2](https://github.com/openhab/openhab-jruby/tree/v5.24.2) (2024-07-30) ### Features diff --git a/Gemfile.lock b/Gemfile.lock index ca623d8b3..3676da063 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - openhab-scripting (5.24.2) + openhab-scripting (5.25.0) bundler (~> 2.2) marcel (~> 1.0) method_source (~> 1.0) diff --git a/Gemfile.ruby-2.6.lock b/Gemfile.ruby-2.6.lock index 48f243783..88fb92af1 100644 --- a/Gemfile.ruby-2.6.lock +++ b/Gemfile.ruby-2.6.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - openhab-scripting (5.24.2) + openhab-scripting (5.25.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 433ab8b16..3bd47d2d6 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.24.2" + VERSION = "5.25.0" end end diff --git a/templates/default/fulldoc/html/js/app.js b/templates/default/fulldoc/html/js/app.js index 94645364c..fd38b9edb 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.24/")) { + if (document.location.pathname.startsWith("/openhab-jruby/5.25/")) { $(".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 a2a803080..7a180bbe9 100644 --- a/templates/default/layout/html/versions.erb +++ b/templates/default/layout/html/versions.erb @@ -1,6 +1,6 @@
<% archived_versions = %w[] %>