forked from philipstarkey/qtutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
19 lines (18 loc) · 1019 Bytes
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Version 2.2.2 released Jul 20 2018
----------------------------------
* Fixed packaging issues with previous release that led to fonts not being bundled.
Version 2.2.0 released Jul 20 2018
----------------------------------
* Added tentative PySide2 (i.e. Qt for Python) support.
* Added alias QtCore.QItemSelectionModel -> QtGui.QItemSelectionModel on PyQt4.
* Added support for carriage returns in OutputBox.
* Bundled Ubuntu monospace font for consistent font in OutputBox across platforms.
This font is bundled under the terms of the Ubuntu font license included in this
repository.
* Allow a zmq Context to be passed to OutputBox at instantiation. This allows a custom
Context to be used, intended for use with a zprocess.SecureContext for encrypted
messages.
* Allow the binding interface to be specified for OutputBox. This allows the OutputBox
to potentially receive messages over the network. Intended for use with zprocess's
in-development remote processes features.
* Added this changelog file.