Releases: dalgwen/openhab-addons
Releases · dalgwen/openhab-addons
Java223 4.2.0 SNAPSHOT ALPHA1
A JSR223 JAVA add-on for OpenHAB.
- full JSR 223 support (use in files, in GUI, transformations, inline rule action, etc...)
- auto injection of OpenHAB variable/preset for simplicity
- library support for sharing code (.jar and .java)
- rule annotations available in the helper library for creating rules the easiest way
- helper library files auto generation for items, things, and actions, with strong typing and ease of use
- cache compiled scripts in memory for blazingly fast executions after the first one (sub millisecond overload)
- no boilerplate code for simple script: you can do a one liner script, as declaring a class and a method is optional.
- optional reuse of instances script to share values between execution occurrences
- designed to be easily used with your favorite IDE
Signal 4.2.0 SNAPSHOT BETA11
Update to signal-cli 0.13.6
Signal 4.2.0 SNAPSHOT BETA10
Adding i686 32 bits
Bump signal-cli to 0.13.4
Signal 4.2.0 SNAPSHOT BETA9
musl support + update to signal-cli 0.13.3 + support for reaction
MUSL support attempt
4.1.0_SNAPSHOT-signal-BETA9_musl_test [signal] musl support + update to signal-cli 0.13.3 + support for rea…
Signal 4.1.0 SNAPSHOT BETA8
Update signal-cli version to 0.13 (backported to java 17)
Signal 4.1.0 SNAPSHOT BETA7
Update user agent to overcome stupid server check verification
Signal 4.1.0 SNAPSHOT BETA6
- Update signal-cli version to fix error when registering new linked account (accomodate changes in the whisper signal server side)
- Renaming feature to avoid kar autodeletion by openHAB ?
Signal 4.1.0 SNAPSHOT BETA5
First version targeting openHAB 4.
Written with java 17 and no more java 11 rewrite.
In the hope of resolving the sqlite error, the binary is now a KAR file, and sqlite is now a dependency feature.
[Enocean] Fix unusable bundle in OH 4.0.0
This release is a test release to know if the fix could be merged in OH