Skip to content

Releases: Tautulli/Tautulli

Tautulli v2.14.0-beta

19 Apr 05:46
a7660d5
Compare
Choose a tag to compare
Tautulli v2.14.0-beta Pre-release
Pre-release

Changelog

v2.14.0-beta (2024-04-19)

  • History:
    • Fix: Live TV activity not logging to history.
    • Fix: Incorrect grouping of live TV history.
  • Notifications:
    • Fix: Pushover configuration settings refreshing after entering a token.
    • Fix: Plex remote access down notifications not triggering.
    • Fix: Deleting all images from Cloudinary only deleting 1000 images.
    • New: Added platform version and product version notification parameters. (#2244)
    • New: Added LAN streams and WAN streams notification parameters. (#2276)
    • New: Added Dolby Vision notification parameters. (#2240)
    • New: Added live TV channel notification parameters.
    • Change: Improved Tautulli Remote App notification encryption method.
      • Note: Requires Tautulli Remote App version 3.2.4.
  • Exporter:
    • New: Added slug attribute to exporter fields.
    • New: Added track genres to exporter fields.
    • New: Added playlist source URI to exporter fields.
  • UI:
    • Fix: Mask deleted usernames in the logs.
    • Fix: Live TV watch stats not showing on the media info page.
    • Removed: Deprecated synced item pages.
    • Removed: Anonymous redirect settings. Links now use browser no-referrer policy instead.
  • API:
    • New: Added Dolby Vision info to the get_metadata API command.
    • New: Added before and after parameters to the get_home_stats API command. (#2231)
  • Packages:
    • New: Universal binary for macOS for Apple silicon.
    • New: Bump Snap package to core22.
  • Other:
    • Change: Login cookie expires changed to max-age.
    • Change: Improved key generation for login password. It is recommended to reenter your HTTP Password in the settings after upgrading.

Tautulli v2.13.4

07 Dec 17:22
d019efc
Compare
Choose a tag to compare

Changelog

v2.13.4 (2023-12-07)

  • UI:
    • Fix: Tautulli configuration settings page not loading when system language is None.
    • Fix: Login cookie expiring too quickly.

Tautulli v2.13.3

03 Dec 22:00
8cb74f7
Compare
Choose a tag to compare

Changelog

v2.13.3 (2023-12-03)

  • Notifications:
    • New: Added duration_time notification parameter.
    • New: Added file_size_bytes notification parameter.
    • New: Added time formats notification text modifiers.
    • New: Added support for thetvdb_url for movies.
  • UI:
    • Fix: Activity card overflowing due to screen scaling. (#2033)
    • Fix: Stream duration on activity card not being updated on track changes in some cases. (#2206)

Tautulli v2.13.2

26 Oct 16:40
c215afb
Compare
Choose a tag to compare

Changelog

v2.13.2 (2023-10-26)

  • History:
  • Graphs:
  • Exporter:
    • New: Added metadata directory to exporter fields.
    • Removed: Banner exporter fields for tv shows.
  • UI:
    • New: Added last triggered time to notification agents and newsletter agent lists.
  • Other:
    • New: Added X-Plex-Language header override to config file.

Tautulli v2.13.1

25 Aug 18:55
6d85836
Compare
Choose a tag to compare

Changelog

v2.13.1 (2023-08-25)

  • Notes:
    • Support for Python 3.7 has been dropped. The minimum Python version is now 3.8.
  • Other:
    • Fix: Tautulli failing to start on some systems.

Tautulli v2.13.0

25 Aug 16:18
289a8a2
Compare
Choose a tag to compare

Changelog

v2.13.0 (2023-08-25)

  • Notes:
    • Support for Python 3.7 has been dropped. The minimum Python version is now 3.8.
  • Notifications:
    • Fix: Improved watched notification trigger description. (#2104)
    • New: Added notification image option for iOS Tautulli Remote app.
  • Exporter:
    • New: Added track chapter export fields.
    • New: Added on-demand subtitle export fields.

Tautulli v2.12.5

13 Jul 22:57
b953b95
Compare
Choose a tag to compare

Changelog

v2.12.5 (2023-07-13)

  • Activity:
    • New: Added d3d11va to list of hardware decoders.
  • History:
    • Fix: Incorrect grouping of play history.
    • New: Added button in settings to regroup play history.
  • Notifications:
    • Fix: Incorrect concurrent streams notifications by IP addresss for IPv6 addresses (#2096) (Thanks @pooley182)
  • UI:
    • Fix: Occasional UI crashing on Python 3.11.
    • New: Added multiselect user filters to History and Graphs pages. (#2090) (Thanks @zdimension)
  • API:
    • New: Added regroup_history API command.
    • Change: Updated graph API commands to accept a comma separated list of user IDs.

Tautulli v2.12.4

23 May 17:08
ea6c607
Compare
Choose a tag to compare

Changelog

v2.12.4 (2023-05-23)

  • History:
    • Fix: Set view offset equal to duration if a stream is stopped within the last 10 sec.
  • Other:
    • Fix: Database import may fail for some older databases.
    • Fix: Double-quoted strings for newer versions of SQLite. (#2015, #2057)
  • API:
    • Change: Return the ID for async API calls (export_metadata, notify, notify_newsletter).

Tautulli v2.12.3

14 Apr 19:02
e9b1db1
Compare
Choose a tag to compare

Changelog

v2.12.3 (2023-04-14)

  • Activity:
    • Fix: Incorrect subtitle decision shown when subtitles are transcoded.
  • History:
    • Fix: Incorrect order when sorting by the duration column in the history tables.
  • Notifications:
    • Fix: Logging error when running scripts that use PlexAPI.
  • UI:
    • Fix: Calculate file sizes setting causing the media info table to fail to load.
    • Fix: Incorrect artwork and thumbnail shown for Live TV on the Most Active Libraries statistics card.
  • API:
    • Change: Renamed duration to play_duration in the get_history API response. (Note: duration kept for backwards compatibility.)

Tautulli v2.12.2

17 Mar 01:36
7836dc8
Compare
Choose a tag to compare

Changelog

v2.12.2 (2023-03-16)

  • Other:
    • Fix: Tautulli not starting on FreeBSD jails.