File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /openhab-jruby/5.41
1+ /openhab-jruby/5.42
22/openhab-jruby/main
33https://bundler.io/
44https://bundler.io/guides/bundler_in_a_single_file_ruby_script.html
Original file line number Diff line number Diff line change 11# JRuby openHAB Scripting Change Log
22
3+ ## [ v5.42.0] ( https://github.com/openhab/openhab-jruby/tree/v5.42.0 ) (2025-09-23)
4+
5+ ** Full Changelog** : [ v5.41.0...v5.42.0] ( https://github.com/openhab/openhab-jruby/compare/v5.41.0...v5.42.0 )
6+
37## [ v5.41.0] ( https://github.com/openhab/openhab-jruby/tree/v5.41.0 ) (2025-09-22)
48
59### Features
Original file line number Diff line number Diff line change 88PATH
99 remote: .
1010 specs:
11- openhab-scripting (5.41 .0 )
11+ openhab-scripting (5.42 .0 )
1212 bundler (~> 2.2 )
1313 marcel (~> 1.0 )
1414 method_source (~> 1.0 )
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ function populateArchivedVersions() {
4343 "5.38" ,
4444 "5.39" ,
4545 "5.40" ,
46+ "5.41" ,
4647 ] ; // ARCHIVED_VERSIONS_MARKER
4748 const versionDropdown = $ ( "#version-dropdown" ) ;
4849 archivedVersions . forEach ( ( version ) => {
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ module OpenHAB
44 module DSL
55 # Version of openHAB helper libraries
66 # @return [String]
7- VERSION = "5.41 .0"
7+ VERSION = "5.42 .0"
88 end
99end
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ function enableHovers() {
211211}
212212
213213function selectVersion ( ) {
214- if ( document . location . pathname . startsWith ( "/openhab-jruby/5.41 /" ) ) {
214+ if ( document . location . pathname . startsWith ( "/openhab-jruby/5.42 /" ) ) {
215215 $ ( ".version-button.stable" ) . toggleClass ( "current" ) ;
216216 } else if ( document . location . pathname . startsWith ( "/docs/" ) ||
217217 document . location . pathname . startsWith ( "/openhab-jruby/main/" ) ||
Original file line number Diff line number Diff line change 11< div class ="page-versions ">
22 < ul class ="version-switcher ">
3- < li > < a href ="/openhab-jruby/5.41 " class ="version-button stable " onclick ="gotoVersion(event) "> Stable < small > (5.41 )</ small > </ a > </ li >
3+ < li > < a href ="/openhab-jruby/5.42 " class ="version-button stable " onclick ="gotoVersion(event) "> Stable < small > (5.42 )</ small > </ a > </ li >
44 < li > < a href ="/openhab-jruby/main " class ="version-button main " onclick ="gotoVersion(event) "> Latest < small > (main)</ small > </ a > </ li >
55 </ ul >
66 < div class ="archived-versions ">
You can’t perform that action at this time.
0 commit comments