release 1.0.2
This commit is contained in:
parent
fac6cd6840
commit
4a108b3ab7
|
@ -1,3 +1,6 @@
|
|||
1.0.2:
|
||||
* Add usage document
|
||||
|
||||
1.0.2rc3:
|
||||
* Don't produce error dialog for inaccessible receivers with access control lists.
|
||||
* Add option --battery-icons=symbolic to use symbolic icons if available.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
title: Solaar
|
||||
description: Linux Device manager for the Logitech Unifying Receiver.
|
||||
tagline: Linux Device manager for the Logitech Unifying Receiver.
|
||||
description: Linux Device Manager for Logitech Unifying Receivers and Paired Devices.
|
||||
tagline: Linux Device Manager for Logitech Unifying Receivers and Paired Devices.
|
||||
owner: pwr-Solaar
|
||||
owner_url: https://github.com/pwr-Solaar
|
||||
repository: pwr-Solaar/Solaar
|
||||
version: 1.0.2rc3
|
||||
version: 1.0.2
|
||||
show_downloads: false
|
||||
encoding: utf-8
|
||||
theme: jekyll-theme-slate
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
__version__ = '1.0.2rc3'
|
||||
__version__ = '1.0.2'
|
||||
NAME = 'Solaar'
|
||||
|
|
Loading…
Reference in New Issue