Skip to content

Commit

Permalink
release 1.1.10rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Sep 17, 2023
1 parent 485596c commit 38d5f89
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
27 changes: 27 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# 1.1.10

* Permit bluetooth devices in hidconsole
* Add descriptor for Logitech MX Revolution Mouse M-RCL 124
* Improve determination for short and long messages
* Add descriptor for G500s
* Fix bug in scan-registers
* Add single depress and release options for rule mouse click action
* Add rule condition for hostname
* Update keysym generation to current list of keysyms
* Allow device 0 in hidconsole
* Upgrade messages when no supported device found
* Documentation update for the gnome extension for better Solaar rule support
* Remove udev-acl tag from udev rules
* Add support for process condition in Wayland
* Update French, Chinese, and German translations
* Add G733 Headset
* Restore tools/clean.sh
* Add Bluetooth Keyboard C714
* Update several device descriptions
* Update scan-registers.sh
* Remove assertion on last byte of ping responses
* Add symbolic version of solaar icon
* Fix bug when finding name or codename
* Update documentation
* Put version in initial INFO logging message

# 1.1.9

* Add descriptors for G535 wireless gaming headset and wireless keyboard EX110
Expand Down
6 changes: 6 additions & 0 deletions Release_Notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Notes on Major Changes in Releases

## Version 1.1.10

* The mouse click rule action can now just simulate depressing or releasing the button.

* There is a new rule condition to check the hostname.

## Version 1.1.9

* Solaar now exits with at 0 exit code when killed.
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.9
1.1.10rc2
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.10rc2" date="2023-09-17"/>
<release version="1.1.9" date="2023-04-05"/>
<release version="1.1.8" date="2022-12-17"/>
<release version="1.1.7" date="2022-11-03"/>
Expand Down

0 comments on commit 38d5f89

Please sign in to comment.