release 1.1.8rc3
This commit is contained in:
parent
3c9f2f616c
commit
408090ad38
|
@ -1,5 +1,8 @@
|
||||||
# 1.1.8rc2
|
# 1.1.8rc3
|
||||||
|
|
||||||
|
* Add parameter to thumb wheel rule conditions
|
||||||
|
* Rename Serbian translation file
|
||||||
|
* Update Polish translation
|
||||||
* Improve handling of wheel notifications
|
* Improve handling of wheel notifications
|
||||||
* Only record changes of scroll wheel ratchet
|
* Only record changes of scroll wheel ratchet
|
||||||
* Don't mark setting as absent if there are device errors
|
* Don't mark setting as absent if there are device errors
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Notes on Major Changes in Releases
|
# Notes on Major Changes in Releases
|
||||||
|
|
||||||
|
## Version 1.1.8
|
||||||
|
|
||||||
|
* The thumb wheel rule conditions take an optional parameter that checks for total signed thumb wheel movement.
|
||||||
|
|
||||||
## Version 1.1.7
|
## Version 1.1.7
|
||||||
|
|
||||||
* Solaar responds to scroll wheel ratchet notifications by changing its scroll wheel ratcheting.
|
* Solaar responds to scroll wheel ratchet notifications by changing its scroll wheel ratcheting.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.1.8rc2
|
1.1.8rc3
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.1.8rc2" date="2022-12-10"/>
|
<release version="1.1.8rc3" date="2022-12-12"/>
|
||||||
<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