Skip to content

Commit

Permalink
release 1.1.11rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Feb 12, 2024
1 parent c66f3c3 commit a903a06
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
18 changes: 15 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Release_Notes.md
Original file line number Diff line number Diff line change
@@ -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.

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.11rc1
1.1.11rc2
2 changes: 1 addition & 1 deletion share/solaar/io.github.pwr_solaar.solaar.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit a903a06

Please sign in to comment.