Releases: nwithan8/tauticord
Releases · nwithan8/tauticord
v4.1.0
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
Full Changelog: 4.0.0...4.1.0
v4.0.0
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
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
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
v3.16.2
What's Changed
- [FIX] Limit bot's auto-restart watch to only the
/config/config.yaml
file, avoid logging causing reboots
Related PRs
Full Changelog: 3.16.1...3.16.2
v3.16.1
v3.16.0
What's Changed
- [FIX] Docker base image (
keymetrics/pm2:18-alpine
) out of date and missing features, switch tonode: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
Full Changelog: 3.15.0...3.16.0