Releases: Sebbo94BY/teamspeak3-python-bot
Releases · Sebbo94BY/teamspeak3-python-bot
1.8.2
1.8.1
What's Changed
- Improve client setup error handling by @Sebi94nbg in #52
channel_manager
,channel_requester
: Fix non-working newlines inchannel_description
by @Sebi94nbg in #53channel_manager
: Fix issue with creating channels when all have clients during restart by @Sebi94nbg in #54
Full Changelog: 1.8.0...1.8.1
1.8.0
What's Changed
switch_supporter_channel_status
: Add support for multiple AFK channels by @Sebi94nbg in #49bad_nickname
: Add support for multiple bad nickname regexes by @Sebi94nbg in #50- Fix PyLint
overgeneral-exceptions
warning by @Sebi94nbg in #51
Breaking Changes
switch_supporter_channel_status
: The optionafk_channel_name
has been renamed toafk_channel_names
(with ans
at the end) and accepts now multiple channels - seperated by a comma.bad_nickname
:kick_reason_message
was in the codekick_message
and has been fixed to match the documentation.kick_reason_message
is now the correct option.bad_nickname
:name_pattern
has been renamed to<alias>.name_pattern
and supports now the definition of multiple different regex.
Full Changelog: 1.7.0...1.8.0
1.7.0
1.6.3
1.6.2
What's Changed
idle_mover
Issue #19: Allow configs globally and per channel by @Sebi94nbg in #37idle_mover
: General optimizations by @Sebi94nbg in #37- Fix deprecated
distutils.util.strtobool
by @Sebi94nbg in #38 - Fix PyLint error
keyword-arg-before-vararg
by @Sebi94nbg in #39 - Remove
phrasendrescher
plugin by @Sebi94nbg in #40 - Remove
quotes
plugin by @Sebi94nbg in #40 - Fix PyLint error
invalid name
and remove old plugins by @Sebi94nbg in #40 - Fix PyLint error
no-member
by @Sebi94nbg in #41 - Fix PyLint error
unused-argument
by @Sebi94nbg in #42 - Increase PyLint fail threshold by @Sebi94nbg in #43
Full Changelog: 1.6.1...1.6.2