Skip to content

v2.1.0 - Web Interface, New Dependencies, Bug Fixes

Compare
Choose a tag to compare
@DuckBoss DuckBoss released this 29 Apr 23:17
· 1355 commits to master since this release
34737ef

Major Updates

⚠️ Existing users will have to update their config.ini files with the new properties from the sample_config.ini template file under the templates directory.

Web Interface Support

  • Added a basic web interface to remotely send commands to the bot. This is especially useful when you need to send commands to the bot without logging into the mumble server.
  • The web interface can be disabled in the configs.ini file if you don't want it.
  • Make sure to add your bot to your privileges.csv file because the remote commands are executed as the bot user (not a client user). (The wiki's quick start guide has been updated for this)

image

Bug Fixes

  • Fixed !yt command not properly showing the full search results.

New Dependencies For Web Interface

  • cheroot
  • flask
  • wtforms

Other Updates

  • Updated bot version and youtube plugin to v2.1.0
  • Updated gitignore, unit tests, and travis CI files
  • Updated requirements file with new dependencies
  • Changed the bot shut down message
  • Updated README