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

Commit

Permalink
version bump to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pathmann committed Sep 12, 2017
1 parent cb548e6 commit e5f6c1c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions Changelog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
<html>
<body>
<p>
<h1>Version 1.2.2</h1>
<p>
<h2>New Features:</h2>
<ul>
<li>pytsonui.setupUi can now take a new keyword argument extraWidgets with python implemented widgets to be used in ui files</li>
<li>ts3widgets.Serverview is now constructable by setupUi (schid parameter is now a keyword argument)</li>
<li>added some convenience functions to query variables (getChannelVariable, getClientVariable, getClientSelfVariable, getServerVariable) which will choose (in most cases) the right ctype function</li>
<li>plugincommands have now sender integrity builtin pyTSon (see _plugincmd.py for limitations and additional documentation)</li>
</ul>
</p>
<p>
<h2>Bugfixes:</h2>
<ul>
<li>ts3widgets.ServerviewModel will now react to kicked clients accordingly</li>
<li>Fixed a possible crash in initHotkeys</li>
<li>Adopted the variable handling of the plugin sdk's function requestClientSetWhisperList</li>
<li>Fixed a crash if some initial imports on pyTSon's initiation failed</li>
</ul>
</p>
</p>

<p>
<h1>Version 1.2.1</h1>
<p>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.2.1
1.2.2
#YOU SHOULD NOT CHANGE THE CONTENT OF THIS FILE
2 changes: 1 addition & 1 deletion ressources/python/pytson.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from PythonQt.QtGui import QApplication


_PYTSON_VERSION = "1.2.1"
_PYTSON_VERSION = "1.2.2"


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

0 comments on commit e5f6c1c

Please sign in to comment.