Skip to content

Releases: Sebbo94BY/teamspeak3-python-bot

1.5.2

07 Jan 20:00
a251c9c
Compare
Choose a tag to compare

What's Changed

  • Issue #24: Add support for setting channel permissions by @Sebi94nbg in #28
  • Add support for custom channel names with variables by @Sebi94nbg in #29

Full Changelog: 1.5.1...1.5.2

1.5.1

07 Jan 00:23
89ba7d7
Compare
Choose a tag to compare

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 #25
  • channel_requester: Fix error with unknown client.client_dbid by @Sebi94nbg in #26
  • inform_team_about_newbie: Avoid adding None to team_servergroups list by @Sebi94nbg in #27
  • inform_team_about_newbie: Add info log for found team servergroups by @Sebi94nbg in #27
  • inform_team_about_newbie: Fix invalid found servergroup by @Sebi94nbg in #27

Full Changelog: 1.5.0...1.5.1

1.5.0

03 Jan 19:29
16c4281
Compare
Choose a tag to compare

What's Changed

  • Various code improvements / cleanups by @Sebi94nbg in #14
  • afk_mover: Add support for ignoring clients in specific channels by @Sebi94nbg in #15
  • afk_mover: Performance improvements by @Sebi94nbg in #15
  • idle_mover: Add support for ignoring clients in specific channels by @Sebi94nbg in #16
  • idle_mover: Performance improvements by @Sebi94nbg in #16
  • private_channel_manager: Add support for multiple channel configurations by @Sebi94nbg in #17
  • private_channel_manager: Add support for setting all official channel properties by @Sebi94nbg in #17
  • private_channel_manager: Rename plugin to channel_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

1.4.0

29 Dec 20:04
81839e4
Compare
Choose a tag to compare

What's Changed

  • Implement channel_manager plugin by @Sebi94nbg in #13

Full Changelog: 1.3.0...1.4.0

1.3.0

27 Dec 12:54
2626715
Compare
Choose a tag to compare

What's Changed

  • Replace deprecated CodeQL version by @Sebi94nbg in #10 and #11
  • Implement inform_team_about_newbie plugin by @Sebi94nbg in #12

Full Changelog: 1.2.0...1.3.0

1.2.0

26 Dec 19:06
769393c
Compare
Choose a tag to compare

What's Changed

  • Implement switch_supporter_channel_status plugin by @Sebi94nbg in #9

Full Changelog: 1.1.0...1.2.0

1.1.0

22 Dec 19:44
4c3f476
Compare
Choose a tag to compare

What's Changed

  • Add TeamSpeak 3 and 5 server as requirement by @Sebi94nbg in #6 and #7
  • Implement private channel manager by @Sebi94nbg in #8

Full Changelog: 1.0.0...1.1.0

1.0.0

20 Dec 21:15
d54658f
Compare
Choose a tag to compare

Initial / First version

  • General code refactorings and improvements
  • Added various plugins / features