version 0.8.9.3
This commit is contained in:
parent
5b68f9623e
commit
29fe913fd8
|
@ -5,6 +5,8 @@
|
|||
* Use battery icons from the current theme instead of custom ones.
|
||||
* Debian/Ubuntu packages now depend on an icon theme, to make sure
|
||||
no missing icons appear in the application window.
|
||||
* Fixed missing icons under Kubuntu.
|
||||
* Many more bug-fixes and reliability improvements.
|
||||
|
||||
0.8.8:
|
||||
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
__version__ = '0.8.9.2'
|
||||
__version__ = '0.8.9.3'
|
||||
NAME = 'Solaar'
|
||||
|
|
Loading…
Reference in New Issue