Skip to content

Releases: chrisbenincasa/tunarr

v0.14.2

25 Oct 01:19
c783232
Compare
Choose a tag to compare

0.14.2 (2024-10-24)

Bug Fixes

  • fix playing Video-type Jellyfin streams (#902) (68670f8)
  • fix plex auto-channel mapping update (70ecd00)
  • fix VAAPI rendering (#884) (e8a5656)
  • handle more Jellyfin item types in program selector (#883) (1f2d963)
  • persist channel table page state across nav (#894) (3e5e42a), closes #888
  • properly clear m3u cache when channels change (#895) (5bdc92b)

v0.14.1

21 Oct 19:08
66e3958
Compare
Choose a tag to compare

0.14.1 (2024-10-21)

Bug Fixes

  • fix ffmpeg path normalization for Windows (5adf769)
  • increase exp backoff factor for HLS sessions; theoretical max wait of ~2mins (d272d21)
  • remove uuid format requirement from some Jellyfin types (1ced59f)

v0.14.0

21 Oct 15:34
dd42078
Compare
Choose a tag to compare

0.14.0 (2024-10-21)

Features

  • introduce health checks and system status page (#885) (03f57e0)

Bug Fixes

  • fix channel deletes when channel is associated with fillers (#889) (83126c8)
  • mitigate RCE vulneratbility (#892) (4570b08)

v0.13.2

17 Oct 20:48
663a849
Compare
Choose a tag to compare

0.13.2 (2024-10-16)

Bug Fixes

  • correct conditional for adding reconnect settings (8c94af4)
  • differentiate file/http stream source inputs (#873) (fc836b8)
  • mark addedAt field as optional in all Plex types (#874) (f68e89f), closes #863
  • properly calculate filler show content counts (#881) (11abbc1), closes #872
  • use window location for base URL in m3u clipboard copy when backend url is empty (#880) (a99d3ca), closes #878

v0.13.1

15 Oct 11:48
a57a4f0
Compare
Choose a tag to compare

0.13.1 (2024-10-15)

Bug Fixes

  • accept array type in Jellyfin API items extraFields query param (f511edd)
  • accept array type in Jellyfin items API endpoint (edbef2b)
  • correctly handle error streams in default HLS mode (#867) (4f3ae86)
  • handle ffmpeg "unknown" version on welcome screen (a134cab)

v0.13.0

15 Oct 11:08
ec02141
Compare
Choose a tag to compare

0.13.0 (2024-10-14)

⚠ BREAKING CHANGES

  • use new, segmeneted channel IDs in xmltv as wordaround for Plex guide bug (#855)

Features

  • improved grid view with alphanumeric quick filter (#832) (1e50a83)

Bug Fixes

  • convert 10-bit inputs to 8-bit for non-supported NVDA+format combos (#765) (d02b834)
  • fix on-demand channel pause times when watching mpeg-ts streams (2bececf)
  • reimplement BackfillProgramGroupings fixer (#864) (0dd8dbc)
  • temporarily raise the body limit for channel lineup updates (b062dbe)
  • use new, segmeneted channel IDs in xmltv as wordaround for Plex guide bug (#855) (9e10d78)
  • use proper m3u links in frontend (#854) (accb0d7)
  • use req.host instead of req.hostname because it includes port (3acca8e), closes #861
  • wait on other transactions just in case (#866) (c5d82a5)

v0.12.5

11 Oct 17:37
185354e
Compare
Choose a tag to compare

0.12.5 (2024-10-11)

Bug Fixes

  • convert 10-bit inputs to 8-bit for non-supported NVDA+format combos (#765) (d02b834)
  • fix on-demand channel pause times when watching mpeg-ts streams (2bececf)
  • temporarily raise the body limit for channel lineup updates (b062dbe)
  • use proper m3u links in frontend (#854) (accb0d7)

v0.12.4

09 Oct 17:02
a175f05
Compare
Choose a tag to compare

0.12.4 (2024-10-09)

Bug Fixes

  • allow setting ffprobe path instead of deriving it (#842) (5771238)
  • fix web video player (5ff85f5)
  • mark 1900/udp as exposed in Dockerfile for UDP server (HDHR auto-discovery) (4638c70)
  • remove eventual consistency for program_grouping upserts (#843) (d83113b), closes #825

v0.12.3

03 Oct 02:07
6007f50
Compare
Choose a tag to compare

0.12.3 (2024-10-02)

Bug Fixes

  • always output yuv420p pixel format (for now) (4548a3a)
  • external watermark loading fixes (e324bac)
  • handle Windows ffreport paths (70f1f9b)
  • properly construct program set before saving slot schedules (ac3f84a)
  • remove duplicates before running block shuffler (9816749)
  • try a different file path pattern for FFREPORT on Windows (4675ec1)

v0.12.2

30 Sep 22:03
ea1558f
Compare
Choose a tag to compare

0.12.2 (2024-09-30)

Bug Fixes

  • improvements to session error state handling / cleanup (550846e)
  • include Client authorization value in Jellyfin auth header (803faf8)
  • mark plex video frame rate field as optional (9307a18), closes #819