This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
pyTSon 1.2.2 for TS3 >=3.1 (apiVersion >=21)
Changelog
New Features:
- pytsonui.setupUi can now take a new keyword argument extraWidgets with python implemented widgets to be used in ui files
- ts3widgets.Serverview is now constructable by setupUi (schid parameter is now a keyword argument)
- added some convenience functions to query variables (getChannelVariable, getClientVariable, getClientSelfVariable, getServerVariable) which will choose (in most cases) the right ctype function
- plugincommands have now sender integrity builtin pyTSon (see _plugincmd.py for limitations and additional documentation)
Bugfixes:
- ts3widgets.ServerviewModel will now react to kicked clients accordingly
- Fixed a possible crash in initHotkeys
- Adopted the variable handling of the plugin sdk's function requestClientSetWhisperList
- Fixed a crash if some initial imports on pyTSon's initiation failed