release 1.1.13rc1

This commit is contained in:
Peter F. Patel-Schneider 2024-05-08 08:53:46 -04:00
parent 6c11f4e480
commit f30999a96a
5 changed files with 23 additions and 4 deletions

View File

@ -1,4 +1,19 @@
# 1.1.13rc1
* Fix bug in suspend and resume callback
* Add choices universe for backlight setting
* Add simplify diversion.py and add unit tests
* Get and use current host number for K375sFnSwap because of bug in firmware of MX Keys S
* Fix bug with logo in about window
* Don't ping device just to get logging information
* Optimize write for per-key lighting
* Add and initialize per-key lighting to a special no-change value
* Remove some Python 2 compatibility code
* Update French translation
* Refactor rule loading for testability
# 1.1.12 # 1.1.12
* Check for existence of keys file before opening * Check for existence of keys file before opening
* Perform translation for all translatable strings. * Perform translation for all translatable strings.
* Add included hid_parser to packages installed * Add included hid_parser to packages installed

View File

@ -1,5 +1,9 @@
# Notes on Major Changes in Releases # Notes on Major Changes in Releases
## Version 1.1.13
* Version 1.1.12 does not push settings to many devices after a resume resulting in the device reverting to its default behaviour. This is fixed in 1.1.13.
## Version 1.1.12 ## Version 1.1.12
* Solaar now processes DBus disconnection and connection messages from Bluez and re-initializes devices when they reconnect, to handle to a change introduced in Bluez 5.73. The HID++ driver does not re-initialize devices, which causes problems with smooth scrolling. Until the issue is resolved having Scroll Wheel Resolution set to true (and not ignored) may be helpful. * Solaar now processes DBus disconnection and connection messages from Bluez and re-initializes devices when they reconnect, to handle to a change introduced in Bluez 5.73. The HID++ driver does not re-initialize devices, which causes problems with smooth scrolling. Until the issue is resolved having Scroll Wheel Resolution set to true (and not ignored) may be helpful.

View File

@ -133,6 +133,8 @@ for the step-by-step procedure for manual installation.
## Known Issues ## Known Issues
- Solaar version 1.1.12 has a bug resulting in devices remaining in their default configuration after a system resume. This is fixed in 1.1.13.
- Bluez 5.73 does not remove Bluetooth devices when they disconnect. - Bluez 5.73 does not remove Bluetooth devices when they disconnect.
Solaar 1.1.12 processes the DBus disconnection and connection messages from Bluez and does re-initialize devices when they reconnect. Solaar 1.1.12 processes the DBus disconnection and connection messages from Bluez and does re-initialize devices when they reconnect.
The HID++ driver does not re-initialize devices, which causes problems with smooth scrolling. The HID++ driver does not re-initialize devices, which causes problems with smooth scrolling.
@ -157,9 +159,6 @@ for the step-by-step procedure for manual installation.
resulting in responses being sent back that look like other messages. For some devices this causes resulting in responses being sent back that look like other messages. For some devices this causes
Solaar to report incorrect battery levels. Solaar to report incorrect battery levels.
- If the Python hid-parser package is not available, Solaar will not recognize some devices.
Use pip to install hid-parser.
- Solaar normally uses icon names for its icons, which in some system tray implementations - Solaar normally uses icon names for its icons, which in some system tray implementations
results in missing or wrong-sized icons. results in missing or wrong-sized icons.
The `--tray-icon-size` option forces Solaar to use icon files of appropriate size The `--tray-icon-size` option forces Solaar to use icon files of appropriate size

View File

@ -1 +1 @@
1.1.12 1.1.13rc1

View File

@ -47,6 +47,7 @@
</screenshots> </screenshots>
<releases> <releases>
<release version="1.1.13rc1" date="2024-05-08"/>
<release version="1.1.12" date="2024-04-27"/> <release version="1.1.12" date="2024-04-27"/>
<release version="1.1.11" date="2024-02-18"/> <release version="1.1.11" date="2024-02-18"/>
<release version="1.1.10" date="2023-09-23"/> <release version="1.1.10" date="2023-09-23"/>