release 0.8.7
This commit is contained in:
parent
7707c5e558
commit
6ff30f2a0e
|
@ -1,3 +1,9 @@
|
||||||
|
0.8.7:
|
||||||
|
|
||||||
|
* Don't show the "device disconnected" notification, it can be annoying and
|
||||||
|
not very useful.
|
||||||
|
* More robust detection of systray icon visibility.
|
||||||
|
|
||||||
0.8.6:
|
0.8.6:
|
||||||
|
|
||||||
* Ensure the Gtk application is single-instance.
|
* Ensure the Gtk application is single-instance.
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
|
|
||||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||||
|
|
||||||
__version__ = '0.8.6.2'
|
__version__ = '0.8.7'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
solaar (0.8.6.2-1) UNRELEASED; urgency=low
|
solaar (0.8.7-1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Debian packaging scripts, supports ubuntu ppa as well.
|
* Debian packaging scripts, supports ubuntu ppa as well.
|
||||||
|
|
||||||
-- Daniel Pavel <daniel.pavel@gmail.com> Tue, 08 Jan 2013 01:00:00 +0200
|
-- Daniel Pavel <daniel.pavel@gmail.com> Tue, 18 Jan 2013 18:36:00 +0200
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from distutils.core import setup
|
||||||
|
|
||||||
|
|
||||||
setup(name='solaar',
|
setup(name='solaar',
|
||||||
version='0.8.6.2',
|
version='0.8.7',
|
||||||
description='Linux devices manager for the Logitech Unifying Receiver.',
|
description='Linux devices manager for the Logitech Unifying Receiver.',
|
||||||
long_description='''
|
long_description='''
|
||||||
Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.
|
Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.
|
||||||
|
|
Loading…
Reference in New Issue