1.4.1
What's Changed
Tasks exceptions
Before exceptions raised inside tasks would pass silently.
Errors should never pass silently.
-- The Zen of Python
Tasks that exit with an exception will log the exception when TSBot cleans up the task
PR: #56
Better default ports
Raw connection type would require you to set port manually.
If you don't configure the port, TSBot will infer the port from the protocol.
PR: #57
Full Changelog: 1.4.0...1.4.1