Skip to content

Commit

Permalink
release 1.1.14rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Dec 23, 2024
1 parent d0b67bc commit d1b34f8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 1.1.14rc1

# 1.1.14rc2

* Add ratchet setting for smart shift enhanced devices
* Refactor Gesture into enum
* Replace ERROR NamedInts by IntEnum (#2645)
* Refactor hidpp20 to use enum
* Update Swedish, Norwegian Nynorsk (nn), and Norwegian Bokmål (nb) translations
* Use IntEnum for firmware and cidgroup constances
* Change pairing error values to intenums
* Fix initialization bug for PackedRangeControl
* Add tests for feature class, process_notification, and key_is_down
* Check all bits for extended report rate
* Add type hints
* Improve about dialog
* Reduce dependencies
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.13
1.1.14rc2
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 @@ -47,6 +47,7 @@
</screenshots>

<releases>
<release version="1.1.14r2" date="2024-12-23"/>
<release version="1.1.13" date="2024-05-11"/>
<release version="1.1.12" date="2024-04-27"/>
<release version="1.1.11" date="2024-02-18"/>
Expand Down

0 comments on commit d1b34f8

Please sign in to comment.