release 1.0.1

Signed-off-by: Filipe Laíns <lains@archlinux.org>
This commit is contained in:
Filipe Laíns 2019-07-26 16:55:51 +01:00
parent 6376980213
commit 2aab7f71fd
No known key found for this signature in database
GPG Key ID: F893C674816AA95D
2 changed files with 8 additions and 1 deletions

View File

@ -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: 1.0.0:
* Too many to track... * Too many to track...

View File

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