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

Releases: boc-tothefuture/openhab-jruby

4.47.0

02 Dec 02:09
Compare
Choose a tag to compare

4.47.0 (2022-12-02)

Features

  • log JRuby/Ruby version and ruby description at start (1ad9a50)

4.46.2

01 Dec 05:07
Compare
Choose a tag to compare

4.46.2 (2022-12-01)

Bug Fixes

  • docs: remove duplicate monday (cf33b20)

Documentation

4.46.1

01 Dec 04:40
Compare
Choose a tag to compare

4.46.1 (2022-12-01)

Bug Fixes

  • gemfile update to increment version past yanked gem and rubocop fixes (bf59840)

4.45.2

02 Oct 19:55
Compare
Choose a tag to compare

4.45.2 (2022-10-02)

Bug Fixes

  • items: ensure enumerable methods from items use ItemProxy (a149f96)
  • logging: use the class name for class loggers (e87e03b)

4.45.1

21 Sep 11:40
Compare
Choose a tag to compare

4.45.1 (2022-09-21)

Bug Fixes

  • math: configure rounding params when doing BigDecimal division (e1cee18), closes #640

Continuous Integration

  • update openhab source url to github (792015e)

4.45.0

18 Sep 07:47
Compare
Choose a tag to compare

4.45.0 (2022-09-18)

Features

  • time: support arithmetic and comparison operators (e3466db)
  • time_of_day: support a range of LocalTime for TimeOfDay#between? (fd12e3d)

Documentation

  • clean up ordering in Misc section (a6a0beb)

4.44.2

06 Sep 21:56
Compare
Choose a tag to compare

4.44.2 (2022-09-06)

Bug Fixes

  • cron: fix clean up of cron handler (4190255)
  • items: ensure items coming from group members are wrapped in ItemProxy (19bd416)

4.44.1

20 Aug 15:55
Compare
Choose a tag to compare

4.44.1 (2022-08-20)

Bug Fixes

  • ruby: fix error with jruby 9.3.7 (82dced4)

4.44.0

31 Jul 13:47
Compare
Choose a tag to compare

4.44.0 (2022-07-31)

Features

  • rule: add tags to rules (d5c29de)
  • rules: improve rule name inference (a0b30ec)

Code Refactoring

  • standardize on java format for java class references (ae519bf)

Build System

  • change the default openhab version to 3.3.0 (1fb42d0)

4.43.3

25 Jul 22:28
Compare
Choose a tag to compare

4.43.3 (2022-07-25)

Bug Fixes

  • actions: don't use a singleton method for monkeypatching ScriptThingActions (e330a0f), closes #596