release 1.0.2rc3

This commit is contained in:
Peter F. Patel-Schneider 2020-05-17 12:22:10 -04:00 committed by Filipe Laíns
parent 101e24c7bf
commit 44722560d2
4 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -19,5 +19,5 @@
from __future__ import absolute_import, division, print_function, unicode_literals
__version__ = '1.0.2rc2'
__version__ = '1.0.2rc3'
NAME = 'Solaar'

View File

@ -9,7 +9,7 @@ except ImportError:
autostart_path = '/etc/xdg/autostart'
#from solaar import NAME, __version__
__version__ = '1.0.2rc2'
__version__ = '1.0.2rc3'
NAME = 'Solaar'