mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-03 21:57:48 -04:00
Update change log and bump version to 2.1
This commit is contained in:
parent
c86f6b1437
commit
a81b3f62ea
@ -126,6 +126,10 @@ request.
|
|||||||
Changelog
|
Changelog
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
* 2.1:
|
||||||
|
- Add style for QPushButton:checked
|
||||||
|
- Improve QCheckBox and QRadioButton style
|
||||||
|
- Add style for QMenu::right-arrow
|
||||||
* 2.0: Improve stylesheet to make it look a bit more modern (see pull request #25)
|
* 2.0: Improve stylesheet to make it look a bit more modern (see pull request #25)
|
||||||
* 1.16: fix QGroupBox title padding (see issue #20)
|
* 1.16: fix QGroupBox title padding (see issue #20)
|
||||||
* 1.15: improve tristate checkbox graphics: undetermined state is now represented by a dash
|
* 1.15: improve tristate checkbox graphics: undetermined state is now represented by a dash
|
||||||
|
@ -32,7 +32,7 @@ import logging
|
|||||||
import platform
|
import platform
|
||||||
|
|
||||||
|
|
||||||
__version__ = "2.1.dev0"
|
__version__ = "2.1"
|
||||||
|
|
||||||
|
|
||||||
def _logger():
|
def _logger():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user