release 1.1.14rc4
This commit is contained in:
parent
87afc3659e
commit
dc28f92d5f
|
@ -1,11 +1,12 @@
|
||||||
# 1.1.14rc3
|
# 1.1.14rc4
|
||||||
|
|
||||||
|
* Handle fake feature enums in show
|
||||||
* Fix battery entries in config.yaml
|
* Fix battery entries in config.yaml
|
||||||
* Add ratchet setting for smart shift enhanced devices
|
* Add ratchet setting for smart shift enhanced devices
|
||||||
* Refactor Gesture into enum
|
* Refactor Gesture into enum
|
||||||
* Replace ERROR NamedInts by IntEnum (#2645)
|
* Replace ERROR NamedInts by IntEnum (#2645)
|
||||||
* Refactor hidpp20 to use enum
|
* Refactor hidpp20 to use enum
|
||||||
* Update Swedish, Norwegian Nynorsk (nn), and Norwegian Bokmål (nb) translations
|
* Update Polish, Swedish, Norwegian Nynorsk (nn), and Norwegian Bokmål (nb) translations
|
||||||
* Use IntEnum for firmware and cidgroup constances
|
* Use IntEnum for firmware and cidgroup constances
|
||||||
* Change pairing error values to intenums
|
* Change pairing error values to intenums
|
||||||
* Fix initialization bug for PackedRangeControl
|
* Fix initialization bug for PackedRangeControl
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.1.14rc3
|
1.1.14rc4
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.1.14rc3" date="2024-12-23"/>
|
<release version="1.1.14rc4" date="2024-12-24"/>
|
||||||
<release version="1.1.13" date="2024-05-11"/>
|
<release version="1.1.13" date="2024-05-11"/>
|
||||||
<release version="1.1.12" date="2024-04-27"/>
|
<release version="1.1.12" date="2024-04-27"/>
|
||||||
<release version="1.1.11" date="2024-02-18"/>
|
<release version="1.1.11" date="2024-02-18"/>
|
||||||
|
|
Loading…
Reference in New Issue