diff --git a/docs/.vitepress/sidebar.ts b/docs/.vitepress/sidebar.ts index da79f595..78d0d4f5 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', @@ -131,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