Skip to content

Releases: jellyfin/jellyfin-roku

v2.0.0

11 Dec 17:28
5d856f1
Compare
Choose a tag to compare

Requires minimum server version of 10.8.1

Release Schedule

v2.0.0 is scheduled for release on the Roku channel store Monday, December 11th, 2023 10:00 AM Pacific Time

What's Changed

🆕 New Features

  • Support favorited collections on home view by @1hitsong in #1166
  • Replace API check marks for watched items on home view by @1hitsong in #1223
  • Create Album Artists view for music library by @1hitsong in #1167
  • Wrap alpha menu by @1hitsong in #1246
  • Use user's preferred audio language to select default audio track for TV Episodes by @jimdogx in #1265
  • Update device profile when device capabilities change + enable all device events by @cewert in #1217
  • Allow selection of TV Show versions by @jimdogx in #1279
  • Update api.sessions.get() + add tanscoding info for Direct Streaming by @candry7731 in #1320
  • Update device profile - direct play, transcoding, and codec profiles by @cewert in #1299
  • Copy custom subtitle functionality into new Global Queue Player by @1hitsong in #1375
  • Fix login bugs, enable support for saving user's credentials, and add "Change User" and "Remember Me?" options by @cewert in #1374
  • Respect Home Section settings from web by @1hitsong in #1414
  • Add support for TV show season level extra features by @JarodTAerts in #1416
  • Save private users credentials and fix registry migration logic by @cewert in #1386
  • Improve Quick Play support + Add support for Music Videos by @cewert in #1376
  • Add quickplay support to search results by @cewert in #1456
  • Infer server url on server select screen by @sevenrats in #1357
  • Create pause menu by @1hitsong in #1461
  • Show loading spinner and disable remote during login by @cewert in #1470
  • Add progress bar to pause menu by @1hitsong in #1491
  • Fix photo regression, add photo support to home screen, and add quickplay photo support by @cewert in #1494

🔧 General Improvements

  • Remove progressbar delay and speed up animation on home screen by @cewert in #1487
  • Use TV Show thumbnail instead of Channel logo by @jimdogx in #1496
  • Increase font size for unwatched episode count by @cewert in #1512
  • Return to OSD on dialog close by @1hitsong in #1516
  • Fix rounded corner on unplayed episode count by @photonconvergence in #1542
  • Convert app to use one spinner attached to JFScene + resize spinner by @cewert in #1515

🐛 Bug Fixes

  • Fix CreateMovieDetailsGroup() crash + validate parameters + small refactor by @cewert in #1208
  • Fix screensaver activation by @1hitsong in #1232
  • Fix community rating not showing on movie detail page by @1hitsong in #1242
  • Ensure vars are valid before using - fix roku crash logs by @cewert in #1212
  • Remove use of uninitialized variable by @1hitsong in #1275
  • Prevent crash by validating Filter Menu data by @cewert in #1214
  • Fix movie options getting cut off by @Klikini in #1286
  • Fix to crash if bitrate limit is enabled and empty by @jimdogx in #1294
  • Fix compile error with build zips by @cewert in #1313
  • Fix crash when viewing Photo Slideshow or Photo Random by @jimdogx in #1316
  • Only create trailer button when needed by @cewert in #1315
  • Fix crash when viewing Live TV by @jimdogx in #1317
  • Small update to login flow if saved serverurl has no connection at startup by @cewert in #1293
  • Update settings.json to fix double-entry of "Disable Community Rating for Episodes" by @alanazar in #1330
  • Fix crash when unplayed strms exist in season by @sevenrats in #1332
  • Fix unplayedCount bug when applying filters by @ApexArray in #938
  • Fix movie trailer button functionality by @1hitsong in #1378
  • Update settings page UI to create more space for long radio lists by @cewert in #1371
  • Fix direct play of the AV1 codec by @cewert in #1393
  • Revert subtype code change in SceneManager by @1hitsong in #1431
  • Fix home section for accounts with no section data by @1hitsong in #1434
  • Fix uninitialized var in login flow by @cewert in #1436
  • Order boxsets by release date by default by @1hitsong in #1442
  • Calculate device id on login and use for API calls by @1hitsong in #1441
  • Fix default A-Z movie sorting by @1hitsong in #1447
  • Fix default A-Z music sorting by @1hitsong in #1452
  • Search fix - using the Users/Items api instead of Search Hints. by @matty-r in #1453
  • Fix early exit from settings screen by @cewert in #1390
  • "Next Episode" button updates by @cewert in #1458
  • Refactor deviceCapabilities, fix vp9, and make 6 channel videos downmix if possible by @sevenrats in #1366
  • Don't direct play opus audio files + transcode audio to AAC by @cewert in #1468
  • Fix Home Refresh Crash by @1hitsong in #1486
  • Save credentials if asked when using quick connect by @cewert in #1489
  • Prevent pause menu if video isn't in a ready state by @1hitsong in #1506
  • Fix migration crash by @cewert in #1510
  • Fix crash by @jimdogx in #1519
  • Don't show nextEpisode button if trickplay bar is shown by @1hitsong in #1518
  • Fix episode list bug where OK was triggering quickplay by @cewert in #1513
  • Fix TV Guide bug by @jimdogx in #1529
  • Fix remember me bug by @cewert in #1532
  • Fix movie and tv show library quickplay support by @cewert in #1531
  • Fix infinite spinner bugs by @cewert in #1549
  • Fix home image size bug. Update all home view sections - including those previously hidden by @1hitsong in #1530
  • Fix what's new popup and show it for each user if enabled by @cewert in #1556
  • Fix focus on library row by @1hitsong in #1559

🧹 Code Cleanup

  • Convert input event to global queue by @1hitsong in #1284
  • unify setCertificates functionality by @sevenrats in #1282
  • add reused regexes as functions by @sevenrats in #1281
  • Remove Play Random button & functionality by @pau1h in #1344
  • Add Photo to device profile and small update to GetBitRateLimit() by @cewert in #1287
  • Copy ButtonGroupVert code into app instead of using NPM package by @cewert in #1446
  • Copy IntegerKeyboard code into app instead of using NPM package by @cewert in #1449
  • Copy slide-out-button code into app instead of using NPM package by @cewert in #1450
  • Create and use generic PostTask to post device profile by @cewert in #146...
Read more

v1.6.6

27 Apr 01:47
e70e55f
Compare
Choose a tag to compare

Requires minimum server version of 10.8.1

Release Schedule

v1.6.6 is scheduled for release on the Roku channel store Monday, May 1, 2023 10:00 AM Pacific Time

What's Changed

🐛 Bug Fixes

Full Changelog: v1.6.5...v1.6.6

v1.6.5

15 Apr 00:20
a8a2928
Compare
Choose a tag to compare

Requires minimum server version of 10.8.1

Release Schedule

v1.6.5 is scheduled for release on the Roku channel store Tuesday, April 18, 2023 10:00 AM Pacific Time

What's Changed

🆕 New Features

  • Add current playback time and song length to the sides of the audio progress bar by @1hitsong in #1171

🐛 Bug Fixes

⭐ Additional Updates

  • Adjust settings to follow latest settings guidelines by @sevenrats in #1017
  • Turn off loop mode when user manually changes song by @1hitsong in #1165
  • Enable confirm partner button + setup RALE by @cewert in #1156
  • Add build badge + rework readme by @cewert in #1142
  • Remove unneeded RunTime property from Video Components by @1hitsong in #1191

Full Changelog: v1.6.4...v1.6.5

v1.6.4

05 Apr 17:14
010fed5
Compare
Choose a tag to compare

Jellyfin on Roku v1.6.4

Requires minimum server version of 10.8.1

What's Changed

🆕 New Features

⚙️ New Settings

🐛 Bug Fixes

  • Fix distorted TV episode posters. Add client-side progress bar and played indicator. by @ApexArray in #922
  • Fix option menu focus if opened while library still loading by @ApexArray in #930
  • Only show next episode popup if web client setting is turned on by @cewert in #1101
  • Fix default view setting for movie genres by @1hitsong in #983
  • Graceful episode playback failure by @sevenrats in #997
  • Fix multiple client crashes identified by crashlogs by @cewert

⭐ Additional Updates

  • Improve settings menu, implement title hover and hide in griditem and musicartistgriditem by @sevenrats in #964
  • Improve quality of album art on now playing view by @1hitsong in #884
  • Make home view load faster by @1hitsong in #955
  • Updated "OnNow" home row to default to channel images if program images are not availible by @candry7731 in #969
  • Update CI ubuntu version and node version by @sevenrats in #976
  • Move "Load Latest" to OnLibLoaded Sub by @candry7731 in #970
  • Install & configure unit test suite by @1hitsong in #918
  • Add user policy to check if canDelete by @candry7731 in #1023
  • Loading spinner, Progress Dialog and movie details button animate by @candry7731 in #827
  • Make title scrolling consistent in extras slider by @sevenrats in #999
  • Add settings guidelines to devguide.md by @sevenrats in #1036
  • Add workflow to validate XML translation files by @cewert in #1033
  • Add json and markdown to lint workflow + add automation workflow by @cewert in #1039
  • Create global audio player by @1hitsong in #1024
  • Fix typo: trancoding -> transcoding by @RussianCow in #1026
  • Fix en_US translation file by @cewert in #1063
  • Remove optional chaining operators from code by @cewert in #1085
  • Make CI throw error for duplicate translation entries by @cewert in #1065
  • Add a production build workflow by @cewert in #1050
  • Show "Actor" when an actor has no role by @cewert in #1055
  • Remove custom idle screensaver (Due to new Roku certification requirements) by @cewert and @1hitsong in #1149

New Contributors

Full Changelog: v1.6.3...v1.6.4

v1.6.3

25 Feb 21:30
cabb24a
Compare
Choose a tag to compare

Jellyfin on Roku v1.6.3

¯\_(ツ)_/¯ This was supposed to be a minor release ¯\_(ツ)_/¯

Requires minimum server version of 10.8.1

NOTE: v1.6.3 was originally released Jan 16th, 2023. This is a repost because the original was deleted. Our bad!

What's Changed

🆕 New Features

  • Toggle video playback when OK button is pressed by @ApexArray in #914
  • Add Artist Presentation View & Genre View to Music Library by @1hitsong in #881
  • Filter Movies & Series by Played/Unplayed status by @1hitsong in #893
  • Add resumable filter to Movies by @1hitsong in #894
  • Create What's New Popup that tells users what's changed the first time they run a new version. by @1hitsong in #916
  • Create Movie Grid View and new default setting by @1hitsong in #911
  • Update genre view for TV series by @1hitsong in #933
  • Create Music Grid View by @1hitsong in #935

⚙️ New Settings

  • Hide subtitles that might transcode by @sevenrats in #891
  • Go straight to episode listing (if only 1 season available) by @ApexArray in #919
  • Disable Community Rating for Episodes of TV shows by @dezchai in #937
  • Create new Movie Grid Title option by @1hitsong in #934

🐛 Bug Fixes

  • Fix Movie Detail View lost focus bug when going back from resume dialog by @1hitsong in #875
  • Fix TV Season List Crash when showing 27+ Episodes by @1hitsong in #912
  • Fix TV Episode focus issues by @1hitsong in #877
  • Show Unwatched Episode Count by @1hitsong in #882
  • Don't crash when viewing in progress recording. by @jimdogx in #939
  • Fix Crash When Invalid Deep Link Arguments Are Passed by @ApexArray in #920
  • Fix Crash When Options Button Pressed, but Options Are Not Available by @ApexArray in #921

⭐ Additional Updates

  • Draw Homepage Continue Watching percent complete bar instead of using image api by @1hitsong in #879
  • Add new questions to GitHub bug template by @1hitsong in #874
  • Create Queue Manager and use for Music by @1hitsong in #862
  • Reorganize Roku Settings by @sevenrats in #905
  • Set Maximum Bitrates values based on Roku Guidelines by @ApexArray in #909

New Contributors

Full Changelog: v1.6.2...v1.6.3

v1.6.2

13 Dec 00:32
de9088f
Compare
Choose a tag to compare

Jellyfin on Roku v1.6.2

Let it Ro, Let it Ro, Let it Roku

What's Changed

Requires minimum server version of 10.8.1.

New Features 🆕

New User Settings 👥

Bugs Fixed / Client Improvements 🐛

Full Changelog: v1.6.1...v1.6.2

v1.6.1

09 Nov 14:04
22bebc8
Compare
Choose a tag to compare

What's Changed

  • Version bump to 1.6.1 by @neilsb in #834
  • Change logo from DEV logo back to Standard logo

Full Changelog: v1.6.0...v1.6.1

v1.6.0

02 Nov 21:02
fed3950
Compare
Choose a tag to compare

What's Changed

New Features

New User Settings

Bugs Fixed

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

26 Jul 02:03
Compare
Choose a tag to compare

What's Changed

New Features

Bug Fixes

  • Fix transcoding problem when using 10.8 server by @neilsb in #681
  • Fix periodic startup crash by @cewert in #710
  • Crash when trying to read subtitle track for live tv. by @jimdogx in #672

New Contributors

Full Changelog: v1.4.13...v1.5.0

v1.4.14

20 Jul 17:22
e44c4ab
Compare
Choose a tag to compare

What's Changed

Hotfix to make transcoding work again

Bug Fixes

  • Update Device Profile for correct h264 level by @neilsb in #699

Full Changelog: v1.4.13...v1.4.14