Skip to content

Releases: nwithan8/tauticord

v5.9.2

02 Dec 22:01
Compare
Choose a tag to compare

What's Changed

  • [FIXED] Migration script bug causing parsing errors and migrations to fail
    • Added warning logs with migration failure reasons

Full Changelog: 5.9.1...5.9.2

v5.9.1

02 Dec 18:52
ff30129
Compare
Choose a tag to compare

What's Changed

  • [ADDED] Migration script to auto-add new "RecentlyAdded" section to each per-library stat in config file
    • "RecentlyAdded" is also now optional, so even if migration fails, config parsing should be able to fallback to default values

Related PRs

  • [fix] Add auto-migration for RecentlyAdded config by @nwithan8 in #237

Full Changelog: 5.9.0...5.9.1

v5.9.0

02 Dec 04:20
db87a9e
Compare
Choose a tag to compare

What's Changed

  • [ADDED] New API and webhooks functionality
    • Ingest "Recently Added" webhooks, store in database
  • [ADDED] Display "Recently Added" count under per-library stats. See documentation for more details.

Related PRs

Full Changelog: 5.8.0...5.9.0

v5.10.0

05 Dec 21:48
1ca775e
Compare
Choose a tag to compare

What's Changed

  • [REVERT] Remove webhook and API server introduced in v5.9.0 due to instability issues.
    • For those who have already upgraded to v5.9.0 and had auto-migrated configurations, this should not require remain backwards compatible.

Full Changelog: 5.8.0...5.10.0

v5.8.0

25 Nov 02:32
1ca775e
Compare
Choose a tag to compare

What's Changed

Related PRs

  • [chore] Add Tautulli v2.15.0 support, drop v2.14.0 and v2.14.1 support by @nwithan8 in #235

Full Changelog: 5.7.3...5.8.0

v5.7.3

15 Oct 19:15
ee20e0a
Compare
Choose a tag to compare

What's Changed

  • [FIX] Do not attempt to retrieve CPU and RAM stats from Plex if missing required Plex Pass
  • [CHANGED] Disable stream termination feature by default (avoid Plex Pass requirement issues)
  • [ADDED] Log when an enabled feature is missing the Plex Pass requirement

Related PRs

  • [fix] Account for Plex Pass requirement for CPU and RAM stats feature by @nwithan8 in #233

Full Changelog: 5.7.2...5.7.3

v5.7.2

19 Sep 22:38
d38f39e
Compare
Choose a tag to compare

What's Changed

  • [CHANGED] Remove usage percentage from disk stats to save space
  • [ADDED] Users can use a non-empty space string (" ") to override default name/emoji values for stats channels

Related PRs

Full Changelog: 5.7.1...v5.7.2

v5.7.1

26 Aug 17:42
Compare
Choose a tag to compare

What's Changed

  • [CHANGED] Use new base image for Docker container to improve build times for ARMv7 platforms (avoid having to build wheels for every dependency)
    • No notable change to final Tauticord Docker image size, no expected impact on end-users

Full Changelog: 5.7.0...5.7.1

v5.7.0

25 Aug 05:43
f59056c
Compare
Choose a tag to compare

What's Changed

  • [ADDED] Slash commands to generate graphs for play count/duration statistics, similar to the "Graphs" tab on Tautulli's dashboard.

Related PRs

  • [feat] New slash command to generate play count/duration graphs by @nwithan8 in #228

Full Changelog: 5.6.0...5.7.0

v5.6.0

04 Jul 04:21
f22b790
Compare
Choose a tag to compare

What's Changed

  • [CHANGED] CPU and memory statistics now come directly from Plex Media Server, rather than the machine that Tauticord is running on (closes #223)
    • See documentation for required Tautulli SQL configuration needed to retrieve CPU and memory statistics from Plex Media Server.
    • Bump to underlying tautulli API library

Related PRs

  • [feat] Get CPU, memory stats directly from Plex by @nwithan8 in #224

Full Changelog: 5.5.0...5.6.0