From edc563e0e427543ce41f880602ee3fa2b048a519 Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Wed, 24 Jul 2013 11:40:54 +0200 Subject: [PATCH] release 0.9.2 --- ChangeLog | 8 ++++++++ lib/solaar/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 60007a94..b90d1c44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +0.9.2: + * Added support for hand detection on the K800. + * Added support for V550 and V450 Nano. + * Fixed side-scrolling wit the M705 Marathon. + * Fixed identification of the T650 Touchpad. + * Added internationalization support and romanian translation. + * Polish translation courtesy of Adrian Piotrowicz. + 0.9.1: * When devices report a battery alert, only show the alert once. * Make sure devices in the window tree are sorted by registration index. diff --git a/lib/solaar/__init__.py b/lib/solaar/__init__.py index b2059628..d4e45baf 100644 --- a/lib/solaar/__init__.py +++ b/lib/solaar/__init__.py @@ -19,5 +19,5 @@ from __future__ import absolute_import, division, print_function, unicode_literals -__version__ = '0.9.1' +__version__ = '0.9.2' NAME = 'Solaar'