release 1.1.13
This commit is contained in:
parent
bfc06502c1
commit
ea77335ecf
|
@ -1,5 +1,6 @@
|
||||||
# 1.1.13rc1
|
# 1.1.13
|
||||||
|
|
||||||
|
* Update Polish and Russian translations.
|
||||||
* Fix bug in suspend and resume callback
|
* Fix bug in suspend and resume callback
|
||||||
* Add choices universe for backlight setting
|
* Add choices universe for backlight setting
|
||||||
* Add simplify diversion.py and add unit tests
|
* Add simplify diversion.py and add unit tests
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## Version 1.1.13
|
## Version 1.1.13
|
||||||
|
|
||||||
|
* Solaar will drop support for Python 3.7 immediately after version 1.1.13.
|
||||||
|
|
||||||
* Version 1.1.12 does not push settings to many devices after a resume resulting in the device reverting to its default behaviour. This is fixed in 1.1.13.
|
* Version 1.1.12 does not push settings to many devices after a resume resulting in the device reverting to its default behaviour. This is fixed in 1.1.13.
|
||||||
|
|
||||||
## Version 1.1.12
|
## Version 1.1.12
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.1.13rc1
|
1.1.13
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.1.13rc1" date="2024-05-08"/>
|
<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"/>
|
||||||
<release version="1.1.10" date="2023-09-23"/>
|
<release version="1.1.10" date="2023-09-23"/>
|
||||||
|
|
Loading…
Reference in New Issue