Skip to content

Commit

Permalink
release 1.1.13rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed May 8, 2024
1 parent 6c11f4e commit f30999a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions Release_Notes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 2 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/solaar/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.12
1.1.13rc1
1 change: 1 addition & 0 deletions share/solaar/io.github.pwr_solaar.solaar.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
</screenshots>

<releases>
<release version="1.1.13rc1" date="2024-05-08"/>
<release version="1.1.12" date="2024-04-27"/>
<release version="1.1.11" date="2024-02-18"/>
<release version="1.1.10" date="2023-09-23"/>
Expand Down

0 comments on commit f30999a

Please sign in to comment.