Releases: nwithan8/tauticord
Releases · nwithan8/tauticord
v5.5.0
What's Changed
- [BREAKING] Add Tautulli v2.14 support, drop Tautulli v2.12 and v2.13 support
- Breaking bump to underlying
tautulli
API library - If you need to maintain v2.12 or v2.13 compatibility, please pin your Docker container to a pre-5.5.0 version: https://hub.docker.com/r/nwithan8/tauticord/tags
- Breaking bump to underlying
Related PRs
Full Changelog: 5.4.1...5.5.0
v5.4.1
What's Changed
- [ADDED] Improvements to debugging configuration
- Bot will debug log the parsed config file as well as its resultant in-memory settings on boot
- [CHANGED] Bot won't endlessly restart if config validation error occurs
Related PRs
Full Changelog: 5.4.0...5.4.1
v5.4.0
What's Changed
- Users can not toggle setting for termination reactions independently of Plex Pass availability (closes #216)
- If you don't have a Plex Pass, this setting will be ignored
Related PRs
Full Changelog: 5.3.5...5.4.0
v5.3.5
What's Changed
- [FIX] Emojis past 9 will now display/react correctly
- Max reaction count has been reduced from 36 to 20
- After 0-9, bot will use colored squares and circles as markers (prior use of the alphabet was invalid)
Related PRs
- [chore] Improve Tauticord banner and icon for Unraid template by @nwithan8 in #212
- docs(README): update sponsors by @github-actions in #213
- [fix] Emojis (reactions) not being displaying by @nwithan8 in #215
New Contributors
- @github-actions made their first contribution in #213
Full Changelog: 5.3.4...5.3.5
v5.3.4
What's Changed
- [FIX] Live activity monitoring not running if voice channel settings disabled, regardless of text channel settings
Related PRs
- [fix] Override voice channel check when determining if live activity cron should start by @nwithan8 in #211
Full Changelog: 5.3.3...5.3.4
v5.3.3
What's Changed
- [FIX] Live activity summary message (text channel) not updating if live activity stats (voice channels) is disabled
Related PRs
- [fix] Live activity service message not updating if voice channel stats disabled by @nwithan8 in #210
Full Changelog: 5.3.2...5.3.3
v5.3.2
What's Changed
- [FIX] Bot endlessly rebooting en on unfixable errors (e.g. invalid Discord token)
- [IMPROVED] Bot will error out (reboot) on setup error (e.g. cannot collect activity summary message)
- [IMPROVED] Start up sequence
Related PRs
Full Changelog: 5.3.1...5.3.2
v5.3.1
v5.3.0
What's Changed
- [ADDED] Optional
ID
config field for libraries, representing the library ID according to Tautulli. If set (greater than 0), the ID will be used (rather than the name) to look up statistics about the library in Tautulli.- This is optional, but will help if you have multiple libraries in Tautulli with the same name (closes #206 )
- [CHANGED] Schema for
Libraries
underCombinedLibraries
, to account forID
option.- If you have not updated this schema, the bot will simply ignore your combined libraries. This is to avoid a breaking change, but will be made permanent in the next major release.
CombinedLibraries: - Libraries: - - Movies - - Movies (Non-English) - - Movies (4K) + Libraries: + - Name: Movies + ID: 0 + - Name: Movies (Non-English) + ID: 0 + - Name: Movies (4K) + ID: 0
- [CHANGED] Underlying improvements to code organization, service management (long-running versus cron-jobs)
- [CHANGED] Reduce number of
INFO
logs toDEBUG
to de-clutter consoles
Related PRs
- [chore] Add example config validation to CI by @nwithan8 in #205
- [chore] Split services for better organization by @nwithan8 in #207
Full Changelog: 5.2.0...5.3.0