release 1.1.11rc1

This commit is contained in:
Peter F. Patel-Schneider 2023-11-05 07:39:03 -05:00
parent c8fc6990b5
commit e8ef9a176d
4 changed files with 50 additions and 1 deletions

View File

@ -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 # 1.1.10
* Add information about NixOS flake package * Add information about NixOS flake package

View File

@ -1,5 +1,17 @@
# Notes on Major Changes in Releases # 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 ## Version 1.1.10
* The mouse click rule action can now just simulate depressing or releasing the button. * The mouse click rule action can now just simulate depressing or releasing the button.

View File

@ -1 +1 @@
1.1.10 1.1.11rc1

View File

@ -44,6 +44,7 @@
</screenshots> </screenshots>
<releases> <releases>
<release version="1.1.11rc1" date="2024-02-09"/>
<release version="1.1.10" date="2023-09-23"/> <release version="1.1.10" date="2023-09-23"/>
<release version="1.1.9" date="2023-04-05"/> <release version="1.1.9" date="2023-04-05"/>
<release version="1.1.8" date="2022-12-17"/> <release version="1.1.8" date="2022-12-17"/>