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] 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 000000000..8c4110685 --- /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