diff --git a/ChangeLog b/ChangeLog index 6e4f97c4..055f6bfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +0.8.8: + + * Improved support for some devices: M510, K800, Performance MX. + * Improved battery support for some HID++ 1.0 devices. + * Properly handle device loss on computer sleep/wake. + * Better handling of receiver adding and removal at runtime. + * Removed a few more unhelpful notifications. + * Incipient support for multiple connected receivers. + * More Python 3 fixes. + 0.8.7: * Don't show the "device disconnected" notification, it can be annoying and diff --git a/lib/solaar/__init__.py b/lib/solaar/__init__.py index 1bfe3f12..79c9bf9e 100644 --- a/lib/solaar/__init__.py +++ b/lib/solaar/__init__.py @@ -4,5 +4,5 @@ from __future__ import absolute_import, division, print_function, unicode_literals -__version__ = '0.8.7.1' +__version__ = '0.8.8' NAME = 'Solaar' diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index bb5e1828..e02a6f02 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Patrick Hüther pkgname=solaar -pkgver=0.8.7.1 +pkgver=0.8.8 pkgrel=1 pkgdesc="Linux devices manager for the Logitech Unifying Receiver" arch=("any") diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 884413e8..ca43f489 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,4 +1,4 @@ -solaar (0.8.7.1-1) UNRELEASED; urgency=low +solaar (0.8.8-1) UNRELEASED; urgency=low * Debian packaging scripts, supports ubuntu ppa as well. diff --git a/packaging/gentoo/solaar-0.8.7.ebuild b/packaging/gentoo/solaar-0.8.8.ebuild similarity index 100% rename from packaging/gentoo/solaar-0.8.7.ebuild rename to packaging/gentoo/solaar-0.8.8.ebuild diff --git a/setup.py b/setup.py index 17bcd348..0ec0e660 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup setup(name='solaar', - version='0.8.7.1', + version='0.8.8', description='Linux devices manager for the Logitech Unifying Receiver.', long_description=''' Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.