release 0.9.2

This commit is contained in:
Daniel Pavel 2013-07-24 11:40:54 +02:00
parent 969ca59948
commit edc563e0e4
2 changed files with 9 additions and 1 deletions

View File

@ -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.

View File

@ -19,5 +19,5 @@
from __future__ import absolute_import, division, print_function, unicode_literals
__version__ = '0.9.1'
__version__ = '0.9.2'
NAME = 'Solaar'