Skip to content

Commit

Permalink
release 1.1.11rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Feb 9, 2024
1 parent c8fc699 commit 9de365b
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 1 deletion.
36 changes: 36 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# 1.1.11

* Support LED Zone control feature
* Dump and load device profiles
* Select among profiles.
* Support backlight levels and duration
* Use "Report Rate" instead of "Polling" for movement report rate
* Support extended report rate setting
* Add stable branch to release.sh (#2236)
* Fix changelog parsing in release.sh
* Update installation.md with new udev rules location
* Downgrade assertion on missing notification flag to warning
* Write empty file if there are no rules to save
* Be defensive in device error messages
* Add descriptions of M650, PRO X 2, G915, MX Anywhere 2S, G305, and MX Keys S
* Report hidraw node in debugging messages
* Add names for new Logitech features
* Update Spanish and French translations
* Defend against lightspeed receivers that contact devices for basic information
* Remove incorrect feature for M325 mice
* Add K845 keyboard
* Add partial support for macOS and minimal support for Windows
* Correctly enumerate devices on receiver
* Add wording in documentation about Logitech reusing model numbers
* Better handling and installation of icons
* Catch errors when pinging to try to put device online
* Be more cautious when creating log messages to avoid exceptions
* Correctly handle NoSuchDevice exception when pinging device
* Fix test in rules for device equality
* Add installation instructions for pipx and add not about other GTK system packages
* Fix bug in NamedInt
* Add support for MK550
* Install udev rule files to correct placces
* Expand expected ping responses
* Update codename when device status changes

# 1.1.10

* Add information about NixOS flake package
Expand Down
12 changes: 12 additions & 0 deletions Release_Notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Notes on Major Changes in Releases

## Version 1.1.11rc1

* Solaar can dump device profiles in YAMLfor devices that support profiles and load profiles back from an edited file. See [the capabilities page](https://pwr-solaar.github.io/Solaar/capabilities) for more information.

* Solaar has settings for each LED Zone that a device supports under feature Color LED Effects.

* Solaar has settings for extended report rate, backlight levels, durations, and profile selection.

* Solaar now partly works in MacOS. Please open new issues for problems. Solaar may work in Windows. Please open new issues for problems. See https://github.com/pwr-Solaar/Solaar/pull/1971 for more information. Fixing problems in MacOS or Windows may take considerable time.

* Solaar works better when the Python package hid-parser is available. Distriubtions should try have this package installed.

## Version 1.1.10

* The mouse click rule action can now just simulate depressing or releasing the button.
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.10
1.1.11rc1
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 @@ -44,6 +44,7 @@
</screenshots>

<releases>
<release version="1.1.11rc1" date="2024-02-09"/>
<release version="1.1.10" date="2023-09-23"/>
<release version="1.1.9" date="2023-04-05"/>
<release version="1.1.8" date="2022-12-17"/>
Expand Down

0 comments on commit 9de365b

Please sign in to comment.