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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pathmann committed Jul 20, 2018
1 parent a7b5ecf commit 454644b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions Changelog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
<html>
<body>
<p>
<h1>Version 1.2.3</h1>
<p>
<h2>New Features:</h2>
<ul>
<li>Testing: Standard stream encoding (eg. sys.stdout) is utf-8 now (this change should only affect Windows, it's default on all other platforms since the beginning)</li>
<li>Callbackproxies can now affect the global return value (if the callback has one)</li>
<li>Exceptions (in plugin callbacks) are now printed to verbose log</li>
<li>Added convenience function getConnectionVariable in ts3lib module</li>
<li>SSL support is now statically linked (on Unix systems)</li>
</ul>
</p>
<p>
<h2>Bugfixes:</h2>
<ul>
<li>Under specific circumstances a plugin with hotkeys could not be deactivated</li>
<li>Some lists coming from the C SDK were not correctly converted to a pythonlist</li>
<li>Emoticon settings from Iconpacks are now loaded with utf-8 encoding</li>
<li>ts3lib.getChannelIDFromChannelNames works now as expected</li>
<li>Iconpacks with duplicate entries are now loaded correctly</li>
<li>There was a typo in getClientVariable</li>
<li>Fixed some false documentation</li>
</ul>
</p>
</p>

<p>
<h1>Version 1.2.2</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.2
1.2.3
#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.2"
_PYTSON_VERSION = "1.2.3"


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

0 comments on commit 454644b

Please sign in to comment.