release 1.1.10rc2
This commit is contained in:
parent
485596cbf3
commit
38d5f8962c
27
ChangeLog.md
27
ChangeLog.md
|
@ -1,3 +1,30 @@
|
||||||
|
# 1.1.10
|
||||||
|
|
||||||
|
* Permit bluetooth devices in hidconsole
|
||||||
|
* Add descriptor for Logitech MX Revolution Mouse M-RCL 124
|
||||||
|
* Improve determination for short and long messages
|
||||||
|
* Add descriptor for G500s
|
||||||
|
* Fix bug in scan-registers
|
||||||
|
* Add single depress and release options for rule mouse click action
|
||||||
|
* Add rule condition for hostname
|
||||||
|
* Update keysym generation to current list of keysyms
|
||||||
|
* Allow device 0 in hidconsole
|
||||||
|
* Upgrade messages when no supported device found
|
||||||
|
* Documentation update for the gnome extension for better Solaar rule support
|
||||||
|
* Remove udev-acl tag from udev rules
|
||||||
|
* Add support for process condition in Wayland
|
||||||
|
* Update French, Chinese, and German translations
|
||||||
|
* Add G733 Headset
|
||||||
|
* Restore tools/clean.sh
|
||||||
|
* Add Bluetooth Keyboard C714
|
||||||
|
* Update several device descriptions
|
||||||
|
* Update scan-registers.sh
|
||||||
|
* Remove assertion on last byte of ping responses
|
||||||
|
* Add symbolic version of solaar icon
|
||||||
|
* Fix bug when finding name or codename
|
||||||
|
* Update documentation
|
||||||
|
* Put version in initial INFO logging message
|
||||||
|
|
||||||
# 1.1.9
|
# 1.1.9
|
||||||
|
|
||||||
* Add descriptors for G535 wireless gaming headset and wireless keyboard EX110
|
* Add descriptors for G535 wireless gaming headset and wireless keyboard EX110
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Notes on Major Changes in Releases
|
# Notes on Major Changes in Releases
|
||||||
|
|
||||||
|
## Version 1.1.10
|
||||||
|
|
||||||
|
* The mouse click rule action can now just simulate depressing or releasing the button.
|
||||||
|
|
||||||
|
* There is a new rule condition to check the hostname.
|
||||||
|
|
||||||
## Version 1.1.9
|
## Version 1.1.9
|
||||||
|
|
||||||
* Solaar now exits with at 0 exit code when killed.
|
* Solaar now exits with at 0 exit code when killed.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.1.9
|
1.1.10rc2
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.1.10rc2" date="2023-09-17"/>
|
||||||
<release version="1.1.9" date="2023-04-05"/>
|
<release version="1.1.9" date="2023-04-05"/>
|
||||||
<release version="1.1.8" date="2022-12-17"/>
|
<release version="1.1.8" date="2022-12-17"/>
|
||||||
<release version="1.1.7" date="2022-11-03"/>
|
<release version="1.1.7" date="2022-11-03"/>
|
||||||
|
|
Loading…
Reference in New Issue