Rewording and adjustments based on review

This commit is contained in:
1hitsong 2023-12-05 15:00:45 -05:00
parent 49bb0c4fc5
commit 6562105624

View File

@ -1,10 +1,10 @@
[
{
"description": "New Feature: Add support for Music Videos",
"description": "New Setting: Remember Me setting allowing users to toggle client auto-login",
"author": "cewert"
},
{
"description": "New Feature: Create video OSD with chapter skip, subtitle select, playback info",
"description": "New Setting: Use Web Client's Home Section Arrangement",
"author": "1hitsong"
},
{
@ -16,25 +16,29 @@
"author": "JarodTAerts"
},
{
"description": "New Feature: Infer server url on server select screen",
"description": "New Feature: When connecting to a server, automatically attempt connection using default protocols and ports if not specified",
"author": "sevenrats"
},
{
"description": "New Feature: Search honors item access permissions",
"description": "New Feature: Fixed permissions when using search",
"author": "matty-r"
},
{
"description": "New Feature: Enable rememberme global setting for current installs who upgrade",
"author": "cewert"
"description": "New Feature: Create video OSD with chapter skip, subtitle select, playback info - Press up, down, ok, or pause while video is playing",
"author": "1hitsong"
},
{
"description": "New Feature: Improve Quick Play support across client",
"description": "New Feature: Add support for Music Videos",
"author": "cewert"
},
{
"description": "New Feature: Add photo support to home screen",
"author": "cewert"
},
{
"description": "New Feature: Add quickplay support to entire app - Press play on your remote while highlighting something",
"author": "cewert"
},
{
"description": "New Feature: Update device profile when device capabilities change + enable all device events",
"author": "cewert"
@ -48,13 +52,9 @@
"author": "jimdogx"
},
{
"description": "New Feature: Add quickplay support to search results",
"description": "New Feature: Remove AV1 direct play setting and instead auto-detect device support",
"author": "cewert"
},
{
"description": "New Setting: Use Web Client's Home Section Arrangement",
"author": "1hitsong"
},
{
"description": "New View: Create Album Artists view for music library",
"author": "1hitsong"
@ -75,10 +75,6 @@
"description": "Bug Fix: Don't show nextEpisode button if trickplay bar is shown",
"author": "1hitsong"
},
{
"description": "Bug Fix: Fix episode list bug where OK was triggering quickplay",
"author": "cewert"
},
{
"description": "Bug Fix: Improve \"Next Episode\" button show logic",
"author": "cewert"
@ -99,10 +95,6 @@
"description": "Bug Fix: Fix crash when viewing Live TV",
"author": "jimdogx"
},
{
"description": "Bug Fix: Fix crash when viewing Photo Slideshow or Photo Random",
"author": "jimdogx"
},
{
"description": "Bug Fix: Fix long movie options from getting cut off",
"author": "Klikini"
@ -123,28 +115,20 @@
"description": "Bug Fix: Fix unplayedCount bug when applying filters",
"author": "ApexArray"
},
{
"description": "Bug Fix: Fix direct play of the AV1 codec",
"author": "cewert"
},
{
"description": "Bug Fix: Fix early exit from settings screen when pressing back button",
"author": "cewert"
},
{
"description": "Bug Fix: Prevent crash by validating Filter Menu data",
"author": "cewert"
},
{
"description": "Bug Fix: Fix several bugs from Roku crash logs",
"description": "Bug Fix: Fixed several bugs that could crash the app based on Roku crash logs",
"author": "cewert"
},
{
"description": "Bug Fix: Refactor deviceCapabilities, fix vp9, and make 6 channel videos downmix if possible",
"author": "sevenrats"
"description": "Bug Fix: Fix VP9 codec support and downmix 6 channel videos if possible to allow direct play with stereo setups",
"author": "cewert"
},
{
"description": "General Improvement: Convert app to use one spinner attached to JFScene + resize spinner",
"description": "General Improvement: Convert app to use one spinner and resize for consistency",
"author": "cewert"
},
{
@ -159,10 +143,6 @@
"description": "General Improvement: Remove progressbar delay and speed up animation on home screen",
"author": "cewert"
},
{
"description": "General Improvement: Show loading spinner and disable remote during login",
"author": "cewert"
},
{
"description": "General Improvement: Copy custom subtitle functionality into new Global Queue Player",
"author": "1hitsong"
@ -171,10 +151,6 @@
"description": "General Improvement: Update settings page UI to create more space for long radio lists",
"author": "cewert"
},
{
"description": "General Improvement: Remove Play Random button & functionality",
"author": "pau1h"
},
{
"description": "General Improvement: Update api.sessions.get() + add tanscoding info for Direct Streaming",
"author": "candry7731"
@ -191,6 +167,14 @@
"description": "General Improvement: Wrap alpha menu",
"author": "1hitsong"
},
{
"description": "Code Cleanup: Create new code for device audio support",
"author": "sevenrats"
},
{
"description": "Code Cleanup: Remove Play Random button & functionality",
"author": "pau1h"
},
{
"description": "For full list of changes, visit our release page: ",
"author": "https://github.com/jellyfin/jellyfin-roku/releases"