Releases: Sebbo94BY/teamspeak3-python-bot
Releases · Sebbo94BY/teamspeak3-python-bot
1.5.2
1.5.1
What's Changed
- Correct git clone URL in README by @Sebi94nbg in #18
- Various README improvements by @Sebi94nbg in #23
twitch_live
: Avoid exceptions by @Sebi94nbg in #25channel_requester
: Fix error with unknownclient.client_dbid
by @Sebi94nbg in #26inform_team_about_newbie
: Avoid addingNone
toteam_servergroups
list by @Sebi94nbg in #27inform_team_about_newbie
: Add info log for found team servergroups by @Sebi94nbg in #27inform_team_about_newbie
: Fix invalid found servergroup by @Sebi94nbg in #27
Full Changelog: 1.5.0...1.5.1
1.5.0
What's Changed
- Various code improvements / cleanups by @Sebi94nbg in #14
afk_mover
: Add support for ignoring clients in specific channels by @Sebi94nbg in #15afk_mover
: Performance improvements by @Sebi94nbg in #15idle_mover
: Add support for ignoring clients in specific channels by @Sebi94nbg in #16idle_mover
: Performance improvements by @Sebi94nbg in #16private_channel_manager
: Add support for multiple channel configurations by @Sebi94nbg in #17private_channel_manager
: Add support for setting all official channel properties by @Sebi94nbg in #17private_channel_manager
: Rename plugin tochannel_requester
by @Sebi94nbg in #17
Breaking Changes
The plugin private_channel_manager
has been renamed to channel_requester
. And due to the new support for multiple channel configurations etc., some configuration options have changed. If you are using this plugin, please checkout the respective plugin README and update your config.ini
.
Full Changelog: 1.4.0...1.5.0