From 867cea29541b3cc162a324131a0026ea1541abe7 Mon Sep 17 00:00:00 2001 From: acknologia <64101826+acknologia@users.noreply.github.com> Date: Tue, 9 Dec 2025 20:04:41 -0500 Subject: [PATCH 1/2] updated sidebar for folders section adjusted folders section of side bar to become nested and now show the how to create a user/folder and how to access folders --- docs/.vitepress/sidebar.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/.vitepress/sidebar.ts b/docs/.vitepress/sidebar.ts index b847ae95..f5c848cd 100644 --- a/docs/.vitepress/sidebar.ts +++ b/docs/.vitepress/sidebar.ts @@ -19,7 +19,15 @@ const sidebar: DefaultTheme.SidebarItem[] = [ items: [ { text: 'Overview', link: '/features/' }, { text: 'Storage', link: '/features/storage/storage' }, - { text: 'Folders', link: '/features/folders/' }, + { text: 'Folders', + link: '/features/folders/', + collapsed: true, + items: [ + { text: 'Accessing Folders', link: '/features/folders/how-to-access-folder-contents' }, + { text: 'Folder Creation', link: '/features/folders/create-a-new-folder' }, + { text: 'User Creation', link: '/features/folders/create-a-new-user' }, + ] + }, { text: 'Notifications', link: '/features/notifications/' }, { text: 'Apps', From 209d0561775100fc549c548273ba6acee8204e28 Mon Sep 17 00:00:00 2001 From: Jerod Fritz Date: Fri, 2 Jan 2026 09:40:36 -0500 Subject: [PATCH 2/2] Adds release notes for hotfix 2025-12-30 Adds release notes for the December 30, 2025 hotfix addressing user feedback on app configuration updates and the removal of the "updated script available" notification. --- docs/.vitepress/sidebar.ts | 1 + docs/release-notes/command-deck/2025-12-30.md | 13 +++++++++++++ docs/release-notes/command-deck/index.md | 1 + 3 files changed, 15 insertions(+) create mode 100644 docs/release-notes/command-deck/2025-12-30.md diff --git a/docs/.vitepress/sidebar.ts b/docs/.vitepress/sidebar.ts index 720c2143..78d0d4f5 100644 --- a/docs/.vitepress/sidebar.ts +++ b/docs/.vitepress/sidebar.ts @@ -139,6 +139,7 @@ const sidebar: DefaultTheme.SidebarItem[] = [ collapsed: true, items: [ // auto-generated-release-notes-start + { text: '2025-12-30', link: '/release-notes/command-deck/2025-12-30' }, { text: '2025-12-28', link: '/release-notes/command-deck/2025-12-28' }, { text: '2025-12-26', link: '/release-notes/command-deck/2025-12-26' }, { text: '2025-11-25', link: '/release-notes/command-deck/2025-11-25' }, diff --git a/docs/release-notes/command-deck/2025-12-30.md b/docs/release-notes/command-deck/2025-12-30.md new file mode 100644 index 00000000..64797324 --- /dev/null +++ b/docs/release-notes/command-deck/2025-12-30.md @@ -0,0 +1,13 @@ +# December 30, 2025 - Hotfix : App Configuration Updates + +Following user feedback, we've removed the "updated script available" notification and improved how app configuration updates work. + +## Enhancements + +### Updated Configuration Workflow + +Configuration updates now expand under the Options dialog for manual application. When we introduce updated curations with new functionality like automatic GPU detection, you can take advantage of these improvements on your own timeline. + +The reset|update action now always shows a confirmation dialog with improved messaging. + +**NOTE:** This update was applied automatically to your Command Deck. You may need to clear your cache. Help with clearing your cache is available [here](/troubleshooting/common-issues/ClearCache). \ No newline at end of file diff --git a/docs/release-notes/command-deck/index.md b/docs/release-notes/command-deck/index.md index c4032a58..e1659b8f 100644 --- a/docs/release-notes/command-deck/index.md +++ b/docs/release-notes/command-deck/index.md @@ -11,6 +11,7 @@ For users who are actively connected during an update, there may be a brief down ## 2025 Releases +- [**2025-12-30**](./2025-12-30) - Hotfix : App Configuration Updates - [**2025-12-28**](./2025-12-28) - Hotfix : Apps Overhaul - [**2025-12-26**](./2025-12-26) - Apps Overhaul, 2FA, GPU Detection, Goldeye Compatibility - [**2025-11-25**](./2025-11-25) - New Apps Sonarr, Radarr and Prowlarr