release 1.0.1
Signed-off-by: Filipe Laíns <lains@archlinux.org>
This commit is contained in:
parent
6376980213
commit
2aab7f71fd
|
@ -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...
|
||||
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
__version__ = '1.0.0'
|
||||
__version__ = '1.0.1'
|
||||
NAME = 'Solaar'
|
||||
|
|
Loading…
Reference in New Issue