mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 22:28:41 -05: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
|
||||
===========
|
||||
|
||||
* 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)
|
||||
* 1.16: fix QGroupBox title padding (see issue #20)
|
||||
* 1.15: improve tristate checkbox graphics: undetermined state is now represented by a dash
|
||||
|
@ -32,7 +32,7 @@ import logging
|
||||
import platform
|
||||
|
||||
|
||||
__version__ = "2.1.dev0"
|
||||
__version__ = "2.1"
|
||||
|
||||
|
||||
def _logger():
|
||||
|
Loading…
Reference in New Issue
Block a user