Skip to content

Releases: nwithan8/tauticord

v3.7.0

04 Jun 16:30
71ab3d7
Compare
Choose a tag to compare

What's Changed

  • [FIX] config.yaml and config.yaml.example will no longer be deleted during Docker install process (thanks @benwaco)
  • [NEW] Hide certain elements of the per-stream summaries in the embed using "Anonymize" settings
    • [CHANGED] TC_ANON_USERS is deprecated in favor of new "Anonymize" settings, will no longer do anything if set
  • [NEW] Track CPU and RAM performance of system in voice channels (see Performance Monitoring for details)

Related PRs

  • Fix config being deleted by @benwaco in #88
  • Ability to hide/exclude certain elements from a per-stream summary by @nwithan8 in #90
  • New CI check to ensure environmental variables are documented by @nwithan8 in #91
  • [feat] New option to track system performance stats (CPU, RAM) for current system by @nwithan8 in #92

Full Changelog: 3.6.1...v3.7.0

v3.6.1

16 May 17:16
8678905
Compare
Choose a tag to compare

What's Changed

  • [IMPR] Enabling TC_ANON_USERS will make player name "Anonymous" as well as usernames

Related PRs

  • Make player anonymous if Anonymous Users enabled by @nwithan8 in #86

Full Changelog: 3.6.0...3.6.1

v3.6.0

08 May 02:58
a772fda
Compare
Choose a tag to compare

What's Changed

  • [ADDED] New "Anonymous Users" configuration option to hide usernames in summary message
  • [IMPR] New "Discord Nitro" configuration option, to enable advanced features reliant on Discord Nitro
    • Bot will upload custom emojis if enabled; will use built-in emojis if not.
  • [IMPR] Bot will limit its voice channel updates to only the categories it should interact with (closes #81)
    • This should avoid multiple Tauticord instances from stepping over each other as long as their configured voice category names are different.
  • [IMPR] Redirect common configuration error message to something more human-readable
  • [FIX] Add guards to prevent bot from triggering stream termination by self-reacting to messages (closes #52)

Related PRs

  • Patch Unraid template by @nwithan8 in #80
  • Add Anonymous Usernames to the Live Streams View by @benwaco in #82
  • Catch common configuration error, make more readable exception by @nwithan8 in #83
  • Nitro configuration option by @nwithan8 in #84
  • Limit voice channel edits to specific category by @nwithan8 in #85

New Contributors

Full Changelog: 3.5.0...3.6.0

v.3.5.0

14 Apr 22:28
8848a28
Compare
Choose a tag to compare

What's Changed

  • [IMPR] Users can indicate which stat type for TV Show libraries (episodes and/or series) and Music libraries (artists and/or tracks) to show in voice channels (closes #77)

Related PRs

  • Control which metric(s) are displayed for each library type in voice channels by @nwithan8 in #79

Full Changelog: 3.4.0...3.5.0

v3.4.0

25 Mar 19:33
e516e3e
Compare
Choose a tag to compare

BREAKING CHANGE: This version updates the tautulli API library used to communicate with Tautulli, which only works with Tautulli v2.12.0+. As a result, this bot can only be used with Tautulli v2.12.0+

What's Changed

  • [CHANGE] Bump Tautulli API library version, try to capture API error logs (attempted fix for #75 )

Related PRs

Full Changelog: 3.3.0...3.4.0

v3.3.0

16 Mar 04:26
7fc1f8b
Compare
Choose a tag to compare

What's Changed

  • [IMPR] If none of the voice channels are enabled, don't bother making a voice category (stats + libraries)

Related PRs

Full Changelog: 3.2.2...3.3.0

v3.2.2

16 Mar 03:55
93677a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.1...3.2.2

v3.2.1

14 Mar 05:06
c4d01d2
Compare
Choose a tag to compare

What's Changed

    • Use emojis rather than words for library stat types by @nwithan8 in #72

Full Changelog: 3.2.0...3.2.1

v3.2.0

09 Mar 06:33
5c0b6da
Compare
Choose a tag to compare

What's Changed

  • [FIX] Strip library names when parsing libraries for stat collection (potentially closes #68 )
  • [ADDED] Library stat voice channels now say what type of stat (e.g. Tracks, Episodes, Series) (closes #62 )
  • [ADDED] Use "tauticord" as a fallback Discord text channel name

Related Pull Requests

New Contributors

Full Changelog: 3.1.0...3.2.0

v3.1.0

13 Feb 00:36
Compare
Choose a tag to compare

What's Changed

  • [CHANGED] Bot only uses embeds now (the "UseEmbeds" option in configuration is no longer respected and can be deleted)
  • [ADDED] Bot now has a status ("Watching for Tautulli stats")
  • [CHANGED] Improvements to the embed
    • Less text, more emojis
    • Stream counts, bandwidth data now on the footer rather than the header
    • Embed header features name of the Plex Media Server (can be customized via configuration, see README)

Related PRs

Full Changelog: 3.0.0...3.1.0