release 1.1.9rc1

This commit is contained in:
Peter F. Patel-Schneider 2022-12-17 13:20:53 -05:00
parent c6f468db06
commit 078cded603
4 changed files with 44 additions and 1 deletions

View File

@ -1,3 +1,35 @@
# 1.1.9rc1
* Remove some deprecated GTK code
* Use zero exit code for kill interrupts
* Add rule Test condition for battery charging
* Get wpid for 28Mz devices from udev when enumerating
* Add Device condition to rules
* Don't show wireless link or battery information when unknown or not present
* Add desccriptor for G9x and LX7 mice
* Fix bug in determining kind of devices for 27Mz receivers
* Set initial lock status of smooth scrolling features to ignore
* Fix glitch in configuration file update when changing versions
* Add more debugging output for rules
* Clean up pinging code
* Put initial ping of direct-connected devices inside listener thread
* Read and check before write of range settings
* Improve pairing determination
* Cut off determination of receiver devices when all have been found
* Remove derived configuration fields when Solaar version changes
* Allow device descriptors without name and codename
* Filter and escape technical detail fields
* Add setting for ADC power managemen
* Correctly determine whether to ping with a long HID++ message
* Add description for K470 keyboard from the MK470 combo (#1945)
* Add setting value for mouse gestures
* Update German and French translations
* Remove old clean.sh and monitor.py tools
* Retry opening device if permissions error encountered
* Better handlling of IO errors at device creation
* Add KeyIsDown rule condition to check whether a diverted key is down
* Clean up device and receiver creation
# 1.1.8 # 1.1.8
* Add parameter to thumb wheel rule conditions * Add parameter to thumb wheel rule conditions

View File

@ -1,5 +1,15 @@
# Notes on Major Changes in Releases # Notes on Major Changes in Releases
## Version 1.1.9
* Solaar now exits with at 0 exit code when killed.
* Two Solaar settings can interfere with the implementation of smooth scrolling in modern Linux HID++ drivers. These settings are initially set to ignore so that this interference does not happen.
* The Device rule condition checks for the device that produced a notification.
* The KeyIsDown rule condition checks whether a *diverted* rule key is down.
## Version 1.1.8 ## Version 1.1.8
* The thumb wheel rule conditions take an optional parameter that checks for total signed thumb wheel movement. * The thumb wheel rule conditions take an optional parameter that checks for total signed thumb wheel movement.

View File

@ -1 +1 @@
1.1.8 1.1.9rc1

View File

@ -44,6 +44,7 @@
</screenshots> </screenshots>
<releases> <releases>
<release version="1.1.9rc1" date="2023-03-09"/>
<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"/>
<release version="1.1.6" date="2022-10-24"/> <release version="1.1.6" date="2022-10-24"/>