version 0.9.0
This commit is contained in:
parent
eda4112501
commit
c0a7838429
|
@ -1,4 +1,4 @@
|
||||||
0.8.99:
|
0.9.0:
|
||||||
* New single-window UI.
|
* New single-window UI.
|
||||||
* Performance MX leds show the current battery charge.
|
* Performance MX leds show the current battery charge.
|
||||||
* Support the VX Nano mouse.
|
* Support the VX Nano mouse.
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
|
|
||||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||||
|
|
||||||
__version__ = '0.8.99.12'
|
__version__ = '0.9.0'
|
||||||
NAME = 'Solaar'
|
NAME = 'Solaar'
|
||||||
|
|
Loading…
Reference in New Issue