Releases: nwithan8/tauticord
Releases · nwithan8/tauticord
v3.7.0
What's Changed
- [FIX]
config.yaml
andconfig.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
- [CHANGED]
- [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
v3.6.0
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
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
Full Changelog: 3.4.0...3.5.0
v3.4.0
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
v3.2.2
v3.2.1
v3.2.0
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
- chore: update Dockerfile to reduce the image size by @tdurieux in #60
- Prep for release by @nwithan8 in #70
New Contributors
Full Changelog: 3.1.0...3.2.0
v3.1.0
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