Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

Commit e5f6c1c

Browse files
author
pathmann
committed
version bump to 1.2.2
1 parent cb548e6 commit e5f6c1c

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

Changelog.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
<html>
22
<body>
3+
<p>
4+
<h1>Version 1.2.2</h1>
5+
<p>
6+
<h2>New Features:</h2>
7+
<ul>
8+
<li>pytsonui.setupUi can now take a new keyword argument extraWidgets with python implemented widgets to be used in ui files</li>
9+
<li>ts3widgets.Serverview is now constructable by setupUi (schid parameter is now a keyword argument)</li>
10+
<li>added some convenience functions to query variables (getChannelVariable, getClientVariable, getClientSelfVariable, getServerVariable) which will choose (in most cases) the right ctype function</li>
11+
<li>plugincommands have now sender integrity builtin pyTSon (see _plugincmd.py for limitations and additional documentation)</li>
12+
</ul>
13+
</p>
14+
<p>
15+
<h2>Bugfixes:</h2>
16+
<ul>
17+
<li>ts3widgets.ServerviewModel will now react to kicked clients accordingly</li>
18+
<li>Fixed a possible crash in initHotkeys</li>
19+
<li>Adopted the variable handling of the plugin sdk's function requestClientSetWhisperList</li>
20+
<li>Fixed a crash if some initial imports on pyTSon's initiation failed</li>
21+
</ul>
22+
</p>
23+
</p>
24+
325
<p>
426
<h1>Version 1.2.1</h1>
527
<p>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.2.1
1+
1.2.2
22
#YOU SHOULD NOT CHANGE THE CONTENT OF THIS FILE

ressources/python/pytson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from PythonQt.QtGui import QApplication
1010

1111

12-
_PYTSON_VERSION = "1.2.1"
12+
_PYTSON_VERSION = "1.2.2"
1313

1414

1515
def tr(context, sourcetext, *, disambiguation="", n=-1):

0 commit comments

Comments
 (0)