Skip to content

Releases: chrisbenincasa/tunarr

v0.10.2

12 Sep 21:51
7e363ee
Compare
Choose a tag to compare

0.10.2 (2024-09-12)

Bug Fixes

  • ensure that latest tags receive hwaccel build suffix (9c2e806)

v0.10.1

12 Sep 15:10
2faf119
Compare
Choose a tag to compare

0.10.1 (2024-09-12)

Bug Fixes

  • sessions unable to start after cleaned up (b84df2f)
  • track channel menu open state per-channel (2b0a30b)
  • use location.reload over resetRoute until we properly setup error boundaries (4e44839)

v0.10.0

10 Sep 23:51
40523cf
Compare
Choose a tag to compare

0.10.0 (2024-09-10)

Features

  • enable drag'n'drop on custom show page editor (7c46753)
  • major streaming overhaul (#749) (5ef1fc8)
  • support movies and custom shows in block shuffle (c74ba91)

Bug Fixes

  • add more structure around sensitive info redaction (deb8319), closes #732
  • add more structure around sensitive info redaction (#764) (dfa0820), closes #732
  • artificial readrate burst now returns the correct duration for the HLS session (f47da60)
  • do not add flex program when channel lineup is cleared (49253fc), closes #745
  • do not include width for icons if it is <=0 (#750) (e4d4ef8)
  • fix custom shows in programming selector (4be7c34)
  • provide hardcoded width for invalid thumb widths in XMLTV (#753) (bd40f53)
  • remove unnecessary left margin from main content on mobile (3f4c380)
  • return custom show programs sorted by index asc (05e1db3)
  • run session cleanup job every minute now that we are defaulting to session based streams (165327f)
  • set video stream index to account for files with >1 video stream (065f87c), closes #758
  • use correct stream duration value for Plex/Jellyfin streams (8d559b7)
  • use stream end event in order to remove session token (4094dd9)

v0.9.1

02 Sep 18:46
4db5d9a
Compare
Choose a tag to compare

0.9.1 (2024-08-31)

Bug Fixes

  • transitions between offline still images and video streams resulted in garbled audio (#739) (ec665e2)

v0.9.0

29 Aug 19:10
d5bd395
Compare
Choose a tag to compare

0.9.0 (2024-08-29)

Features

  • add delete confirmation dialog before deleting a filler list + bug fixes (#726) (a4b6ac6)

Bug Fixes

  • ensure server-scoped Jellyfin API tokens always make requests with user ID (#729) (78cef1e)
  • ensure that server URLs include http/https protocol (#722) (3dbc0cd)
  • remove programs with invalid duration before saving lineup (#730) (51ceb2b)
  • use Jellyfin authorization scheme over X-Emby-Token header (#723) (a5f97fd)

v0.8.1

26 Aug 12:47
c796598
Compare
Choose a tag to compare

0.8.1 (2024-08-26)

Bug Fixes

  • create temp backup of channel_programs table during migration so references are not deleted (2d3ff83)

v0.8.0

25 Aug 11:37
81695f2
Compare
Choose a tag to compare

0.8.0 (2024-08-25)

⚠ BREAKING CHANGES

  • add support for Jellyfin media (#633)

Features

  • add support for Jellyfin media (#633) (f52df44), closes #24
  • support leading/trailing edge configuration for intermittent watermarks (#704) (ba2ec87), closes #672

Bug Fixes

  • custom show editor style and behavior should match fillers (#715) (b834e1a)
  • default fallback image not rendered properly in UI (#709) (c5d9f43)
  • defer foreign keys in Jellyfin migration due to self-referencing tables (9462432)
  • edited new filler list name reverted after adding programming (#711) (40f1776), closes #705
  • generalize media source connection on welcome and settings pages (#701) (bb1a17f)

v0.7.0

21 Aug 22:30
69b14fc
Compare
Choose a tag to compare

0.7.0 (2024-08-21)

Features

  • add FWVGA (16:9, 480p) and WVGA (15:9, 480p) resolution options (#694) (5d24059), closes #693
  • convert filler/custom show tables to Tanstack table (#697) (dc5e346)
  • replace simple tables in UI with more powerful tanstack table (#684) (f531b3c)

v0.6.0

19 Aug 13:28
6d2e58f
Compare
Choose a tag to compare

0.6.0 (2024-08-19)

Features

  • add 'Limit' filter option in Plex filter builder (#690) (9e28e69), closes #676

Bug Fixes

  • make all parent/grandparent plex fields optional (#686) (dc29742), closes #683
  • various fixes to channel edit form (#689) (c9784c8)

v0.5.4

18 Aug 14:31
c385946
Compare
Choose a tag to compare

0.5.4 (2024-08-13)

Bug Fixes

  • do not use RouterLink for m3u link on guide page (8b59a56)