This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
Changelog
New Features:
- 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)
- Callbackproxies can now affect the global return value (if the callback has one)
- Exceptions (in plugin callbacks) are now printed to verbose log
- Added convenience function getConnectionVariable in ts3lib module
- SSL support is now statically linked (on Unix systems)
Bugfixes:
- Under specific circumstances a plugin with hotkeys could not be deactivated
- Some lists coming from the C SDK were not correctly converted to a pythonlist
- Emoticon settings from Iconpacks are now loaded with utf-8 encoding
- ts3lib.getChannelIDFromChannelNames works now as expected
- Iconpacks with duplicate entries are now loaded correctly
- There was a typo in getClientVariable
- Fixed some false documentation