This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
pyTSon 1.0.5 for TS3 3.1 (apiVersion 21)
Changelog:
- removed onUserLoggingMessageEvent, onFileTransferStatusEvent (they are called from another thread, so this will help stabilizing pyTSon)
- requestAutoload is now required for all plugins to be loaded
- added a ts3help module which inculdes a help(obj) function, which displays help information on obj, especially if obj is a ts3 function
- you can now check in your ts3 client, if there is a newer release on my github release page
- pytsonui.setupUi can now handle all childwidgets (instead of passing a list of tuples), check the docstring for more information
- pytsonui functions are now in pyTSon's documentation
- reworked configdialog (switched to a grid layout)
- added an ipcplugin to communicate with other applications
- ScriptingConsole:
- tabcompletion works now with other splitting characters than just spaces
- you can now specify a startup script
- the buttons in settingsdialog should now be colorized correctly
And many other minor changes.