Skip to content

Releases: chrisbenincasa/tunarr

v0.11.0

23 Sep 20:03
31abb94
Compare
Choose a tag to compare

0.11.0 (2024-09-23)

Features

  • add option to use show's poster instead of episode poster (4f661d5), closes #655
  • parity: support custom shows in time/random slots (24b5a97), closes #785

Bug Fixes

  • calcuate channel list runtime by selected programs (24b5a97), closes #786
  • hide image cache settings in xmltv as the feature is currently disabled (4f661d5)
  • simplify query in BackfillProgramGroupings fixer which could cause OOMs (29956a8), closes #788
  • simplify query in BackfillProgramGroupings fixer which could cause OOMs (#789) (fd36e38)
  • use correct timezone for start time in random slot editor (24b5a97)
  • use program_grouping.uuid value as slot program showId, rather than show title (#792) (24b5a97)

v0.10.4

21 Sep 18:28
ad84dbc
Compare
Choose a tag to compare

0.10.4 (2024-09-21)

Bug Fixes

  • listen on all interfaces (0.0.0.0) by default (aeddfd5), closes #777
  • listen on all interfaces (0.0.0.0) by default (#778) (f093bc2)
  • macos packaging script pointed to wrong file (57c02a5)
  • plex playlist children now load in list view (5f06ae0), closes #782
  • plex playlist children now load in list view (#783) (f9fdaff)

v0.10.3

13 Sep 20:01
0171e93
Compare
Choose a tag to compare

0.10.3 (2024-09-13)

Bug Fixes

  • do not block navigation on time slot editor page after successful save (a5731cf)
  • properly adjust for timezones in time slot generation/preview (60f0664)

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)