Releases: HolgerHees/openhab-addons
Releases · HolgerHees/openhab-addons
bug fix release
- fixed memory leak on rule reloading (old script engine is properly closed)
- fixed tranformation service 'PY3'
- fixed log prefix
- fixed lifecycleTracker
- cleanups
postUpdate and sendCommand fixes
fixed postUpdate, postUpdateIfDifferent, sendCommand and sendCommandIfDifferent for openhab value types like UP/DOWN etc)
cleanups and metadata api changes
- code cleanup of internal trigger validation
- various helper lib code cleanups
- added Registry.setItemMetadata and Registry.removeItemMetadata
Minor bug fix release
Fixed "Run Now" - UI in 4.3+
v0.3
- rule decorator support for functions in addition to classes which allows much simpler rules
- allow import of script modules in addition to lib modules
- fixes for WebUI based rules (currently still not working because of another major bug )
- internal graal binding cleanups and simplifications
- cleanups in triggers helper module
@when and @onlyif support
- implemented "when" and "onlyif" decorator support
- Item.getPersistance renamed to Item.getPersistence
- fixed TimeOfDayTrigger and DateTimeTrigger
v0.1
first public release