Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <[email protected]>
  • Loading branch information
FFY00 committed Jul 26, 2019
1 parent 6376980 commit 2aab7f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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...

Expand Down
2 changes: 1 addition & 1 deletion lib/solaar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

from __future__ import absolute_import, division, print_function, unicode_literals

__version__ = '1.0.0'
__version__ = '1.0.1'
NAME = 'Solaar'

0 comments on commit 2aab7f7

Please sign in to comment.