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'