Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/.vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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' },
Expand Down
13 changes: 13 additions & 0 deletions docs/release-notes/command-deck/2025-12-30.md
Original file line number Diff line number Diff line change
@@ -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).
1 change: 1 addition & 0 deletions docs/release-notes/command-deck/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ For users who are actively connected during an update, there may be a brief down
<!-- auto-generated-year-sections-start -->
## 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
Expand Down