From 2aab7f71fd2dfdc2ec9379b864a77638157df0ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20La=C3=ADns?= Date: Fri, 26 Jul 2019 16:55:51 +0100 Subject: [PATCH] release 1.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filipe LaĆ­ns --- ChangeLog | 7 +++++++ lib/solaar/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 287c2f5b..33c5de72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1.0.1: + * Updated the repo url. + * Fixed typo which was crashing the application. + * Improved the HID write routine which was causing issues on some devices. + * Fix non-unifying receivers in Linux 5.2. + * Add new Lightspeed receiver (used in the G305) + 1.0.0: * Too many to track... diff --git a/lib/solaar/__init__.py b/lib/solaar/__init__.py index 3f89d97b..14131450 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__ = '1.0.0' +__version__ = '1.0.1' NAME = 'Solaar'