release 1.1.11rc2
This commit is contained in:
parent
c66f3c3fe1
commit
438ea74dba
16
ChangeLog.md
16
ChangeLog.md
|
@ -1,5 +1,17 @@
|
|||
# 1.1.11rc1
|
||||
# 1.1.11rc2
|
||||
|
||||
* Simplify installation of udev rules
|
||||
* Add document on implementation
|
||||
* Tidy up scrolling appearance in configuration panel
|
||||
* Correctly handle profile button with no action
|
||||
* Don't unlock setting when changed by external means
|
||||
* Refactor code to record change to setting
|
||||
* Add GitHub action for tests
|
||||
* Introduce tests with pytest
|
||||
* Simplify logger instantiation
|
||||
* Update label and tooltip for divert-gkeys setting
|
||||
* Don't lock setting when an error occurs
|
||||
* Catch assertion errors when reading setting values from devices
|
||||
* Support LED Zone control feature
|
||||
* Dump and load device profiles
|
||||
* Select among profiles.
|
||||
|
@ -15,7 +27,7 @@
|
|||
* 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
|
||||
* Update Spanish, French, and Polish translations
|
||||
* Defend against lightspeed receivers that contact devices for basic information
|
||||
* Remove incorrect feature for M325 mice
|
||||
* Add K845 keyboard
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Notes on Major Changes in Releases
|
||||
|
||||
## Version 1.1.11rc1
|
||||
## Version 1.1.11rc2
|
||||
|
||||
* 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.
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.1.11rc1
|
||||
1.1.11rc2
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="1.1.11rc1" date="2024-02-09"/>
|
||||
<release version="1.1.11rc2" date="2024-02-12"/>
|
||||
<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"/>
|
||||
|
|
Loading…
Reference in New Issue