release 1.0.5
This commit is contained in:
parent
69df28c155
commit
83f45218de
|
|
@ -1,5 +1,10 @@
|
||||||
1.0.5rc2:
|
1.0.5:
|
||||||
|
* Update documentation on devices forgetting settings.
|
||||||
|
* Improve help messages
|
||||||
|
* Fix bug in finding receiver to pair
|
||||||
* Solaar config command can set keyed settings.
|
* Solaar config command can set keyed settings.
|
||||||
|
|
||||||
|
1.0.5rc2:
|
||||||
* Add setting for polling rate
|
* Add setting for polling rate
|
||||||
* Use long HID++ messages for all 2.0 requests
|
* Use long HID++ messages for all 2.0 requests
|
||||||
* Update German, Italian, and Polish translations
|
* Update German, Italian, and Polish translations
|
||||||
|
|
|
||||||
|
|
@ -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.5rc2
|
version: 1.0.5
|
||||||
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.5rc2'
|
__version__ = '1.0.5'
|
||||||
NAME = 'Solaar'
|
NAME = 'Solaar'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue