mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-02 14:04:55 -04:00
Update changelog and bump version to 1.15
This version has been released on pypi
This commit is contained in:
@@ -115,6 +115,7 @@ request.
|
||||
Changelog
|
||||
===========
|
||||
```
|
||||
* 1.15: improve tristate checkbox graphics: undetermined state is now represented by a dash
|
||||
* 1.14: add support for tristate check boxes and for vertical and horizontal lines
|
||||
* 1.13: fix issue with horizontal scrollbar arrows, left and right were inversed.
|
||||
* 1.12: fix minimum size of input widgets (see issue #14)
|
||||
|
||||
@@ -32,7 +32,7 @@ import logging
|
||||
import platform
|
||||
|
||||
|
||||
__version__ = "1.14"
|
||||
__version__ = "1.15"
|
||||
|
||||
|
||||
def _logger():
|
||||
|
||||
Reference in New Issue
Block a user