From 1c274867fcc090aecd2f6629b9759cd9203ad174 Mon Sep 17 00:00:00 2001 From: 1hitsong <3330318+1hitsong@users.noreply.github.com> Date: Tue, 2 Jan 2024 17:20:02 -0500 Subject: [PATCH 1/2] Update What's New content --- source/static/whatsNew/2.0.1.json | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 source/static/whatsNew/2.0.1.json diff --git a/source/static/whatsNew/2.0.1.json b/source/static/whatsNew/2.0.1.json new file mode 100644 index 00000000..8c411068 --- /dev/null +++ b/source/static/whatsNew/2.0.1.json @@ -0,0 +1,34 @@ +[ + { + "description": "Fix migration crash", + "author": "cewert" + }, + { + "description": "Fix selection and display of subtitles that are not encoded", + "author": "1hitsong" + }, + { + "description": "Make music artist presentation views honor the Item Titles setting", + "author": "1hitsong" + }, + { + "description": "Fix launching Live TV channels from outside the guide", + "author": "jimdogx" + }, + { + "description": "Fix default subtitle track selection", + "author": "1hitsong" + }, + { + "description": "Fix video playback for Roku devices running a version of Roku OS less than 12.0", + "author": "1hitsong" + }, + { + "description": "Fix selecting episode using OK button on episode list view", + "author": "1hitsong" + }, + { + "description": "Make GH jobs work with new branch workflow", + "author": "cewert" + } +] \ No newline at end of file From 945a6d3e33eb455946c84bcb1adbc46439116b7d Mon Sep 17 00:00:00 2001 From: 1hitsong <3330318+1hitsong@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:51:24 -0500 Subject: [PATCH 2/2] Update source/static/whatsNew/2.0.1.json Co-authored-by: Charles Ewert --- source/static/whatsNew/2.0.1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/static/whatsNew/2.0.1.json b/source/static/whatsNew/2.0.1.json index 8c411068..d93efc8a 100644 --- a/source/static/whatsNew/2.0.1.json +++ b/source/static/whatsNew/2.0.1.json @@ -1,6 +1,6 @@ [ { - "description": "Fix migration crash", + "description": "Fix startup crash", "author": "cewert" }, {