release 1.1.16
This commit is contained in:
parent
51630421b2
commit
b8ccec37ed
|
|
@ -1,3 +1,8 @@
|
||||||
|
# 1.1.16
|
||||||
|
|
||||||
|
* Add new flags for reprogrammable keys feature
|
||||||
|
* Correctly handle missing battery feature
|
||||||
|
|
||||||
# 1.1.15
|
# 1.1.15
|
||||||
|
|
||||||
* Correctly re-raise permissions exception
|
* Correctly re-raise permissions exception
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,12 @@
|
||||||
# Notes on Major Changes in Releases
|
# Notes on Major Changes in Releases
|
||||||
|
|
||||||
|
## Version 1.1.16
|
||||||
|
|
||||||
|
* Two bugs that were affecting users in 1.1.15 are fixed.
|
||||||
|
|
||||||
## Version 1.1.15
|
## Version 1.1.15
|
||||||
|
|
||||||
|
* Some key names have been changed to match Logitech names. Rules that use removed names will no longer work and will end up with a key of 0.
|
||||||
* Device and Action rule conditions match on device codename and name
|
* Device and Action rule conditions match on device codename and name
|
||||||
* Solaar supports configuration of Bluetooth devices on macOS.
|
* Solaar supports configuration of Bluetooth devices on macOS.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.1.15
|
1.1.16
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.1.15" date="2025-10-21">
|
<release version="1.1.16" date="2025-10-23">
|
||||||
<release version="1.1.14" date="2025-01-01"/>
|
<release version="1.1.14" date="2025-01-01"/>
|
||||||
<release version="1.1.13" date="2024-05-11"/>
|
<release version="1.1.13" date="2024-05-11"/>
|
||||||
<release version="1.1.12" date="2024-04-27"/>
|
<release version="1.1.12" date="2024-04-27"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue