release 1.0.7rc3
This commit is contained in:
parent
64d48a19a7
commit
9fca203372
|
@ -1,3 +1,11 @@
|
||||||
|
1.0.7rc3:
|
||||||
|
* Don't use time_ns so as not to require Python 3.7
|
||||||
|
* Correctly determine setting box in change_click method
|
||||||
|
* Handle fake Nano connection notifications
|
||||||
|
* Lock on actual handle, not just on handle number
|
||||||
|
* Mark Nano receiver C52F as not unpairing
|
||||||
|
* Upgrade pairing/unpairing documentation
|
||||||
|
|
||||||
1.0.7rc2:
|
1.0.7rc2:
|
||||||
* Don't signal status change when battery changes from None to None.
|
* Don't signal status change when battery changes from None to None.
|
||||||
* Add Japanese translation
|
* Add Japanese translation
|
||||||
|
|
|
@ -4,7 +4,7 @@ tagline: Linux Device Manager for Logitech Unifying Receivers and Devices.
|
||||||
owner: pwr-Solaar
|
owner: pwr-Solaar
|
||||||
owner_url: https://github.com/pwr-Solaar
|
owner_url: https://github.com/pwr-Solaar
|
||||||
repository: pwr-Solaar/Solaar
|
repository: pwr-Solaar/Solaar
|
||||||
version: 1.0.7rc2
|
version: 1.0.7rc3
|
||||||
show_downloads: false
|
show_downloads: false
|
||||||
encoding: utf-8
|
encoding: utf-8
|
||||||
theme: jekyll-theme-slate
|
theme: jekyll-theme-slate
|
||||||
|
|
|
@ -19,5 +19,5 @@
|
||||||
|
|
||||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||||
|
|
||||||
__version__ = '1.0.7rc2'
|
__version__ = '1.0.7rc3'
|
||||||
NAME = 'Solaar'
|
NAME = 'Solaar'
|
||||||
|
|
Loading…
Reference in New Issue