mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-03 06:32:26 -04:00
Bump version to 2.3.1
This commit is contained in:
parent
8e0899eb0a
commit
b328e32b36
@ -130,6 +130,13 @@ request.
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
* 2.3.1:
|
||||||
|
- Improve checkbox color (use accent color used in other widgets) and darken view hover/selected colors to play nicer with other widget colors
|
||||||
|
- Shift to the right the first tab
|
||||||
|
- Update license year
|
||||||
|
- Update README.md (fix snapshots links and formatting)
|
||||||
|
- Removed QLineEdit top/bottom padding which cut off text while editing QListView items
|
||||||
|
|
||||||
* 2.3.0:
|
* 2.3.0:
|
||||||
- Add support for QDateEdit
|
- Add support for QDateEdit
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ import logging
|
|||||||
import platform
|
import platform
|
||||||
|
|
||||||
|
|
||||||
__version__ = "2.3.0"
|
__version__ = "2.3.1"
|
||||||
|
|
||||||
|
|
||||||
def _logger():
|
def _logger():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user