Skip to content

Releases: nwithan8/tauticord

v5.5.0

10 Jun 21:09
9ac12f0
Compare
Choose a tag to compare

What's Changed

Related PRs

  • [chore] Add Tautulli v2.14 compatibility, drop v2.12 and v2.13 support by @nwithan8 in #220

Full Changelog: 5.4.1...5.5.0

v5.4.1

30 Apr 21:19
8eb4784
Compare
Choose a tag to compare

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

28 Apr 17:21
b550d17
Compare
Choose a tag to compare

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

  • [feat] Add option to disable termination reaction options by @nwithan8 in #217

Full Changelog: 5.3.5...5.4.0

v5.3.5

26 Apr 23:36
d82f64e
Compare
Choose a tag to compare

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

09 Apr 23:36
4da70b7
Compare
Choose a tag to compare

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

09 Apr 16:55
ab9db79
Compare
Choose a tag to compare

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

08 Apr 21:35
225e1bf
Compare
Choose a tag to compare

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

  • [IMPR] Custom exception types, error handling by @nwithan8 in #209

Full Changelog: 5.3.1...5.3.2

v5.3.1

08 Apr 18:45
3cbd9b7
Compare
Choose a tag to compare

What's Changed

  • [FIX] Custom status messages not being displayed properly

Related PRs

Full Changelog: 5.3.0...5.3.1

v5.3.0

08 Apr 01:12
79bb038
Compare
Choose a tag to compare

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 under CombinedLibraries, to account for ID 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 to DEBUG 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

v5.2.0

06 Apr 17:06
Compare
Choose a tag to compare

What's Changed

  • [NEW] Ability to control, customize the bot's Discord activity status message

Related PRs

  • [feat] Option to customize bot's Discord activity status by @nwithan8 in #204

Full Changelog: 5.1.1...5.2.0