mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 04:42:28 -04:00
Bump version to 1.12 and update changelog
This commit is contained in:
parent
0966b8a247
commit
16ad505ad6
@ -1,7 +1,6 @@
|
|||||||
QDarkStylesheet
|
QDarkStylesheet
|
||||||
==================
|
==================
|
||||||
|
|
||||||
[](https://bitdeli.com/free "Bitdeli Badge")
|
|
||||||
[](https://travis-ci.org/ColinDuquesnoy/QDarkStyleSheet)
|
[](https://travis-ci.org/ColinDuquesnoy/QDarkStyleSheet)
|
||||||
[](https://pypi.python.org/pypi/QDarkStyle)
|
[](https://pypi.python.org/pypi/QDarkStyle)
|
||||||
[](https://pypi.python.org/pypi/QDarkStyle)
|
[](https://pypi.python.org/pypi/QDarkStyle)
|
||||||
@ -116,6 +115,7 @@ request.
|
|||||||
Changelog
|
Changelog
|
||||||
===========
|
===========
|
||||||
```
|
```
|
||||||
|
* 1.12: fix minimum size of input widgets (see issue #14)
|
||||||
* 1.11:
|
* 1.11:
|
||||||
- Fix QDockWidget title position on Mac.
|
- Fix QDockWidget title position on Mac.
|
||||||
- Add QStatusBar support
|
- Add QStatusBar support
|
||||||
|
@ -32,7 +32,7 @@ import logging
|
|||||||
import platform
|
import platform
|
||||||
|
|
||||||
|
|
||||||
__version__ = "1.11"
|
__version__ = "1.12"
|
||||||
|
|
||||||
|
|
||||||
def _logger():
|
def _logger():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user