From f30999a96a3c9122184d0cb3487201bb6be6bff0 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Wed, 8 May 2024 08:53:46 -0400 Subject: [PATCH] release 1.1.13rc1 --- CHANGELOG.md | 15 +++++++++++++++ Release_Notes.md | 4 ++++ docs/index.md | 5 ++--- lib/solaar/version | 2 +- .../io.github.pwr_solaar.solaar.metainfo.xml | 1 + 5 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 191ea6c5c..974994ac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + * Check for existence of keys file before opening * Perform translation for all translatable strings. * Add included hid_parser to packages installed diff --git a/Release_Notes.md b/Release_Notes.md index dacb9d1ef..2c2a441c2 100644 --- a/Release_Notes.md +++ b/Release_Notes.md @@ -1,5 +1,9 @@ # 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 * 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. diff --git a/docs/index.md b/docs/index.md index 47f8d76ae..746ba9bad 100644 --- a/docs/index.md +++ b/docs/index.md @@ -133,6 +133,8 @@ for the step-by-step procedure for manual installation. ## 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. 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. @@ -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 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 results in missing or wrong-sized icons. The `--tray-icon-size` option forces Solaar to use icon files of appropriate size diff --git a/lib/solaar/version b/lib/solaar/version index ccad953ac..12aea29ce 100644 --- a/lib/solaar/version +++ b/lib/solaar/version @@ -1 +1 @@ -1.1.12 +1.1.13rc1 diff --git a/share/solaar/io.github.pwr_solaar.solaar.metainfo.xml b/share/solaar/io.github.pwr_solaar.solaar.metainfo.xml index fa37cbcf6..53d1dd6f2 100644 --- a/share/solaar/io.github.pwr_solaar.solaar.metainfo.xml +++ b/share/solaar/io.github.pwr_solaar.solaar.metainfo.xml @@ -47,6 +47,7 @@ +