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

Commit 454644b

Browse files
author
pathmann
committed
version bump to 1.2.3
1 parent a7b5ecf commit 454644b

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

Changelog.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
<html>
22
<body>
3+
<p>
4+
<h1>Version 1.2.3</h1>
5+
<p>
6+
<h2>New Features:</h2>
7+
<ul>
8+
<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>
9+
<li>Callbackproxies can now affect the global return value (if the callback has one)</li>
10+
<li>Exceptions (in plugin callbacks) are now printed to verbose log</li>
11+
<li>Added convenience function getConnectionVariable in ts3lib module</li>
12+
<li>SSL support is now statically linked (on Unix systems)</li>
13+
</ul>
14+
</p>
15+
<p>
16+
<h2>Bugfixes:</h2>
17+
<ul>
18+
<li>Under specific circumstances a plugin with hotkeys could not be deactivated</li>
19+
<li>Some lists coming from the C SDK were not correctly converted to a pythonlist</li>
20+
<li>Emoticon settings from Iconpacks are now loaded with utf-8 encoding</li>
21+
<li>ts3lib.getChannelIDFromChannelNames works now as expected</li>
22+
<li>Iconpacks with duplicate entries are now loaded correctly</li>
23+
<li>There was a typo in getClientVariable</li>
24+
<li>Fixed some false documentation</li>
25+
</ul>
26+
</p>
27+
</p>
28+
329
<p>
430
<h1>Version 1.2.2</h1>
531
<p>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.2.2
1+
1.2.3
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.2"
12+
_PYTSON_VERSION = "1.2.3"
1313

1414

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

0 commit comments

Comments
 (0)