release 1.1.12rc2
This commit is contained in:
parent
932bc5cb0e
commit
3160e3b3d6
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,12 +1,17 @@
|
|||
# 1.1.12rc1
|
||||
|
||||
# 1.1.12rc2
|
||||
* Check for existence of keys file before opening
|
||||
* Perform translation for all translatable strings.
|
||||
* Add included hid_parser to packages installed
|
||||
* Improve label and description for LED zone settings
|
||||
* Add message about Onboard Profiles to LED Zone settings
|
||||
* Initialize device registers to empty list
|
||||
* Use bluez dbus signals to disconnect and connect bluetooth devices
|
||||
* Handle a different signal for onboard profiles directory in ROM
|
||||
* Introduce small delay in getting pairing information to let receiver settle after pairing
|
||||
* Improve testing for settings_templates, settings, hidpp20, and device and fix small bugs found
|
||||
* Add extended adjustable DPI setting
|
||||
* Improve and extend infrastructure for testing setting_templates
|
||||
* Update Greek translation
|
||||
* Update Greek, Polish, and Russian translations
|
||||
* Implement and test per-key lighting
|
||||
* Refactor and test pair_window in GUI
|
||||
* Handle situation when read of a setting fails in GUI
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.1.12rc1
|
||||
1.1.12rc2
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="1.1.12rc1" date="2024-04-19"/>
|
||||
<release version="1.1.12rc2" date="2024-04-22"/>
|
||||
<release version="1.1.11" date="2024-02-18"/>
|
||||
<release version="1.1.10" date="2023-09-23"/>
|
||||
<release version="1.1.9" date="2023-04-05"/>
|
||||
|
|
Loading…
Reference in New Issue