-
Notifications
You must be signed in to change notification settings - Fork 8
Changelog
Janne Hakonen edited this page Aug 5, 2019
·
4 revisions
This page is obsolete, for changelog of more recent versions, see releases page:
https://github.com/jhakonen/wot-teamspeak-mod/releases
Version 0.5.2, 12.2.2015:
- Supports WOT version 0.9.6.
Version 0.5.1, 28.12.2014:
- Supports WOT version 0.9.5.
- Fixed missing VOIPManager.setPlayerTalking() method.
- Fixed exception raised when changing channel in TS without power to subscribe to channel (fixes #14).
Version 0.5.0, 29.11.2014:
- Added support for multiple TS servers.
- Improved matching of players and TS users.
- Fixed 'self_enabled' -options not working in tessu_mod.ini.
- Fixed matching of players and TS users not working in Team Battle room.
- Fixed TS user name change not detected.
Version 0.4.0, 12.11.2014:
- Added version number and url to official forum thread to python.log.
- Added caching of matched TS users and players (issue #5).
- Added unit and behavior tests.
- Added coverage reporting for behavior tests.
- Added support to WOT version 0.9.4.
- Changed location of ini-file to '\res_mods\configs\tessu_mod' (issue #9).
Version 0.3.4, 5.11.2014:
- Supports WOT version 0.9.4.
- No code changes to previous version.
Version 0.3.3, 12.10.2014:
- Removed logging spam while speaking in garage.
Version 0.3.2, 7.10.2014:
- Fixed regression: 'not connected' -spam in system notification center.
Version 0.3.1, 6.10.2014:
- Refactored client query handling to use asynchat.
- Client query connection is now closed and reconnected if an API error occurs.
- Fixed mapping rules not working for TS nick with space in name.
- Fixed client query handling breaking if recv() didn't return full line.
- Fixed client query commands sent before welcome message was fully received.
Version 0.3.0, 3.10.2014:
- Fixed speak indicators left active if TS was closed while someone was speaking.
- Added configuration options.
Version 0.2.0, 25.9.2014:
- Added notification to minimap when player is speaking.
- Reduced amount of logging spam in python.log.
- Fixed wot nickname not updating to teamspeak client if the client wasn't connected to teamspeak server before entering garage or battle.
Version 0.1.2, 15.9.2014:
- Fixed battle failing to start if TS client wasn't running.
- Fixed WOT hanging a second every time the mod tried to (re)connect to TS.
- Fixed speak indicators not working on first run (with the mod) in garage before joining a battle.
- Improved CameraNode.pyc so that it is more compatible with other mods.
- Reduced amount of logging spam in python.log.
Version 0.1.1, 14.9.2014:
- Fixed speak indicators in garage either not shown, or after battle stuck always on
Version 0.1.0, 14.9.2014:
- first version