From 11ec2b426e1b6239a18bfd12e01e6f67f451c354 Mon Sep 17 00:00:00 2001 From: 1hitsong <3330318+1hitsong@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:26:55 -0500 Subject: [PATCH] Update Whats New Content for 2.0.5 --- source/static/whatsNew/2.0.5.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 source/static/whatsNew/2.0.5.json diff --git a/source/static/whatsNew/2.0.5.json b/source/static/whatsNew/2.0.5.json new file mode 100644 index 000000000..d92c3b535 --- /dev/null +++ b/source/static/whatsNew/2.0.5.json @@ -0,0 +1,18 @@ +[ + { + "description": "Fix sporadic crash when viewing libraries", + "author": "cewert" + }, + { + "description": "Prevent crash when homesection setting is invalid", + "author": "1hitsong" + }, + { + "description": "Fix 2 sporadic crashes on home view", + "author": "cewert" + }, + { + "description": "Only show Next Episode button if there is a next episode", + "author": "1hitsong" + } +] \ No newline at end of file