release 1.1.8rc1
This commit is contained in:
parent
773dac56b6
commit
4c5f583607
27
ChangeLog.md
27
ChangeLog.md
|
@ -1,4 +1,29 @@
|
||||||
# 1.1.7
|
# 1.1.8rc1
|
||||||
|
|
||||||
|
* Improve handling of wheel notifications
|
||||||
|
* Only record changes of scroll wheel ratchet
|
||||||
|
* Don't mark setting as absent if there are device errors
|
||||||
|
* More robust access to keyword exception fields
|
||||||
|
* Add support for config change feature
|
||||||
|
* Clean up GTK code
|
||||||
|
* Update documentation on mouse gestures and known issues
|
||||||
|
* Get commit information from git describe and dpkg-parsechangelog
|
||||||
|
* Update pre-commit tools to current versions
|
||||||
|
* Update installation instructions
|
||||||
|
* Add 8-character commit hash to version information
|
||||||
|
* Update solaar.desktop (#1857)
|
||||||
|
* Get release in setup.py by reading lib/solaar/__init__.py
|
||||||
|
* Remove version number from docs/_config.yml
|
||||||
|
* Update solaar.desktop
|
||||||
|
* Update es.po
|
||||||
|
* Clarify status of C542 receiver
|
||||||
|
* Update devices directory
|
||||||
|
* Add description of several devices
|
||||||
|
* Show name of disconnecting receiver or device in disconnect warning
|
||||||
|
* Reduce standard size of rule editor window
|
||||||
|
* Remove unnecessary dependency on typing_extensions
|
||||||
|
|
||||||
|
# 1.1.7
|
||||||
|
|
||||||
* Add dependency on typing_extension to setup.py
|
* Add dependency on typing_extension to setup.py
|
||||||
* Don't defer saves in CLI and don't require Gtk in CLI
|
* Don't defer saves in CLI and don't require Gtk in CLI
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.1.7
|
1.1.8rc1
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.1.8rc1" date="2022-12-10"/>
|
||||||
<release version="1.1.7" date="2022-11-03"/>
|
<release version="1.1.7" date="2022-11-03"/>
|
||||||
<release version="1.1.6" date="2022-10-24"/>
|
<release version="1.1.6" date="2022-10-24"/>
|
||||||
<release version="1.1.5" date="2022-09-14"/>
|
<release version="1.1.5" date="2022-09-14"/>
|
||||||
|
|
Loading…
Reference in New Issue