Skip to content

Releases: nwithan8/tauticord

v4.2.0

25 Mar 06:41
9288042
Compare
Choose a tag to compare

What's Changed

  • [CHANGE] BREAKING CHANGE FOR UNRAID USERS: Community Apps template now uses dropdowns for all boolean values.
    • This may erase your existing config, see Announcements for more details
  • [NEW] Option to display the album count for music libraries alongside artist and track counts in voice channels
  • [BTS] Prepatory work for eventual migration away from environmental variables
    • If you are using environmental variables to configure Tauticord, the bot will generate a migrated_config.yaml file automatically in your /config directory for future use.
    • See Announcements for more information.

Related PRs

  • [feat] Add album count display option for music libraries by @nwithan8 in #180
  • [chore] New migration script to generate config.yaml file from environmental variables by @nwithan8 in #182
  • [feat] Use dropdown for booleans on Unraid template by @nwithan8 in #183
  • [chore] Fix Unraid template values by @nwithan8 in #184
  • [chore] Unraid template fix #2 by @nwithan8 in #185

Full Changelog: 4.1.4...4.2.0

v4.1.4

19 Mar 19:49
27711d7
Compare
Choose a tag to compare

What's Changed

  • [FIX] Tautulli User Count stat channel not updating
  • [FIX] Discord slash commands not enabling/disabling

Related PRs

  • [Fix] User count display, slash commands setting by @nwithan8 in #176

Full Changelog: 4.1.3...4.1.4

v4.1.3

19 Mar 07:31
ba5bb69
Compare
Choose a tag to compare

What's Changed

  • [FIX] Bot not displaying emoji for Plex Status when setting enabled

Related PRs

Full Changelog: 4.1.2...4.1.3

v4.1.2

18 Mar 03:27
9ec8bdd
Compare
Choose a tag to compare

What's Changed

  • [FIX] Bot automatically dies permanently if not set up with proper Message Content Intent privilege, avoid spamming restarts and causing token resets

Related PRs

  • [fix] Kill app if missing privileged intents to avoid resetting tokens by @nwithan8 in #171

Full Changelog: 4.1.1...4.1.2

v4.1.1

14 Mar 17:10
c0c7793
Compare
Choose a tag to compare

What's Changed

  • [FIX] Version checking was preventing the bot from connecting to Discord

Related PRs

  • [FIX] Version checking async loop blocking bot from starting by @nwithan8 in #168

Full Changelog: 4.1.0...4.1.1

v4.1.0

14 Mar 05:34
d118b0e
Compare
Choose a tag to compare

What's Changed

  • [ADDED] Bot will check every 60 minutes if a new GitHub release (or master-branch commit) is available, and will gently remind the user about it on the summary message

Related PRs

  • [feat] Add routine to check newer GitHub releases every hour by @nwithan8 in #166

Full Changelog: 4.0.0...4.1.0

v4.0.0

11 Mar 00:18
52e2c74
Compare
Choose a tag to compare

What's Changed

  • [ADDED] Slash commands! See README for more details.
  • [IMPROVED] Logging improvements to make it more obvious if/why bot can't make a channel
  • [UPDATED] Bumped tautulli dependency requirement

Related PRs

BREAKING CHANGES:

  • Tauticord now requires the "Message Content Intent" to be enabled in the Discord Developer Portal. See README for more details.
  • The tautulli dependency has been bumped. Those running Tauticord as a Python script directly will need to re-install the requirements (pip3 install -r requirements.txt)

Full Changelog: 3.19.0...4.0.0

v3.19.0

04 Mar 02:24
99484c3
Compare
Choose a tag to compare

What's Changed

  • [ADDED] New option to mount a directory (e.g. Plex library) to /monitor in Docker and display disk usage statistics under "Performance" category
  • [ADDED] New option to display number of Plex users under "Performance" category

Related PRs

  • [feat] Add option to display Plex user count under "Performance" category by @nwithan8 in #160
  • [FEAT] Option to monitor disk usage by @nwithan8 in #161

Full Changelog: 3.18.0...3.19.0

v3.18.0

21 Feb 01:20
c984e77
Compare
Choose a tag to compare

What's Changed

  • [FEAT] Users can specific Tautulli/Plex libraries to combine into one "library" for Discord voice channel stats

Related PRs

  • [feat] Can combine multiple Tautulli libraries into one Discord voice channel stat library by @nwithan8 in #158

Full Changelog: 3.17.0...3.18.0

v3.17.0

15 Feb 17:19
d3e8c0e
Compare
Choose a tag to compare

What's Changed

  • [FEAT] Admin users can "@" mention the bot to get summary information (e.g. version number)

Related PRs

  • Admins can "ping" the bot for summary information by @nwithan8 in #156

Full Changelog: 3.16.2...3.17.0