Skip to content

Releases: nwithan8/tauticord

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

v3.16.2

01 Feb 06:59
63ff7a3
Compare
Choose a tag to compare

What's Changed

  • [FIX] Limit bot's auto-restart watch to only the /config/config.yaml file, avoid logging causing reboots

Related PRs

  • [chore] Only auto-restart bot if specifically the config file has changed by @nwithan8 in #154

Full Changelog: 3.16.1...3.16.2

v3.16.1

31 Jan 08:25
6e5d080
Compare
Choose a tag to compare

What's Changed

  • [FIX] Ignore logs directory for PM2 restart strategy

Related PRs

  • [fix] Ignore logs for PM2 restart strategy by @nwithan8 in #153

Full Changelog: 3.16.0...3.16.1

v3.16.0

30 Jan 19:42
1cf9620
Compare
Choose a tag to compare

What's Changed

  • [FIX] Docker base image (keymetrics/pm2:18-alpine) out of date and missing features, switch to node:18.19.0-alpine3.19 to lock to Node.js 18.19.0 (ARM v7 compatibility)
    • Pull in latest Python version automatically (no version targeting in Alpine, sacrifice to keep image smaller vs something like Buster)
    • Pull in latest PM2 for latest features
  • [FEAT] Parse bot-killing exception, throw different exit codes accordingly
    • PM2 will not auto-restart the bot on exit code 101 (invalid Discord token) - avoid spamming Discord with endless re-auth attempts
  • [FEAT] Bot auto-reloads if config file changes (only for via-file configuration, not environmental variables)

Related PRs

  • [feat] Improve Docker base, PM2, auto-restart settings by @nwithan8 in #151

Full Changelog: 3.15.0...3.16.0

v3.15.0

29 Jan 06:30
352ce76
Compare
Choose a tag to compare

What's Changed

  • [FIX] Logs will use user-configured timezone (only via environmental variables) (#141)

Related PRs

Full Changelog: 3.14.1...3.15.0

v3.14.1

28 Jan 01:57
221f22e
Compare
Choose a tag to compare

What's Changed

  • [FIX] Fix extraneous parameter for new Plex status emoji feature crashing application

Related PRs

Full Changelog: 3.14.0...3.14.1