From 9450e6ad405c8c21d866b38d4d5c49d787d5e8f8 Mon Sep 17 00:00:00 2001 From: Harshith Mohan <26010946+harshithmohan@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:39:47 +0530 Subject: [PATCH] Update webui changelog for v2.1.3 (#166) --- docs/.vitepress/data/changelog/webui.json | 44 +++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/docs/.vitepress/data/changelog/webui.json b/docs/.vitepress/data/changelog/webui.json index 1cd7c4d..1042b3b 100644 --- a/docs/.vitepress/data/changelog/webui.json +++ b/docs/.vitepress/data/changelog/webui.json @@ -1,6 +1,50 @@ { "githubLink": "https://github.com/ShokoAnime/ShokoServer-WebUI/", "releases": [ + { + "version": "2.1.3", + "versionURL": "213", + "date": "December 09th, 2024", + "link": "NA", + "changes": [ + { + "type": "added", + "text": "Trakt page link in series overview" + }, + { + "type": "added", + "text": "Button to copy ED2K hash to clipboard" + }, + { + "type": "added", + "text": "New TMDB actions (supported only on server version 5.0.0.76 and above)" + }, + { + "type": "changed", + "text": "Label ED2K hashes as \"ED2K\" instead of \"Hash\"" + }, + { + "type": "fixed", + "text": "Text alignment issues in TMDB linking page" + }, + { + "type": "fixed", + "text": "Back button behaviour in series page" + }, + { + "type": "fixed", + "text": "Navigation upon saving TMDB links" + }, + { + "type": "fixed", + "text": "Show unaired episodes in TMDB linking page" + }, + { + "type": "removed", + "text": "\"Sync MyList\" frequency setting" + } + ] + }, { "version": "2.1.2", "versionURL": "212",