release 1.0.3rc2
This commit is contained in:
parent
5dbf691403
commit
0b0cf63240
|
@ -1,3 +1,7 @@
|
||||||
|
1.0.3rc2:
|
||||||
|
* Fix bug handling DJ pairing notifications.
|
||||||
|
* Add Norwegian Bokmål translation>
|
||||||
|
|
||||||
1.0.3rc1:
|
1.0.3rc1:
|
||||||
* Remove deprecated solaar-cli application.
|
* Remove deprecated solaar-cli application.
|
||||||
* Don't install udev or autostart files from python (or pip).
|
* Don't install udev or autostart files from python (or pip).
|
||||||
|
|
|
@ -4,7 +4,7 @@ tagline: Linux Device Manager for Logitech Unifying Receivers and Paired 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.3rc1
|
version: 1.0.3rc2
|
||||||
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.3rc1'
|
__version__ = '1.0.3rc2'
|
||||||
NAME = 'Solaar'
|
NAME = 'Solaar'
|
||||||
|
|
Loading…
Reference in New Issue