release 1.0.2rc3
This commit is contained in:
parent
101e24c7bf
commit
44722560d2
|
@ -1,5 +1,8 @@
|
|||
New:
|
||||
* Don't complain for receivers that are for other seats
|
||||
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.
|
||||
* Update French translation
|
||||
* Update installation documentation
|
||||
|
||||
1.0.2rc2:
|
||||
* Remove packaging directory tree as it is not maintained
|
||||
|
|
|
@ -4,7 +4,7 @@ tagline: Linux Device manager for the Logitech Unifying Receiver.
|
|||
owner: pwr-Solaar
|
||||
owner_url: https://github.com/pwr-Solaar
|
||||
repository: pwr-Solaar/Solaar
|
||||
version: 1.0.2rc2
|
||||
version: 1.0.2rc3
|
||||
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.2rc2'
|
||||
__version__ = '1.0.2rc3'
|
||||
NAME = 'Solaar'
|
||||
|
|
Loading…
Reference in New Issue