Skip to content

Commit fdb0b58

Browse files
authored
Merge pull request #128 from eshtek/dev
Expanded folder sidebar and release note added for 12/30 hotfix
2 parents eefa543 + 6fa17a5 commit fdb0b58

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

docs/.vitepress/sidebar.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@ const sidebar: DefaultTheme.SidebarItem[] = [
1919
items: [
2020
{ text: 'Overview', link: '/features/' },
2121
{ text: 'Storage', link: '/features/storage/storage' },
22-
{ text: 'Folders', link: '/features/folders/' },
22+
{ text: 'Folders',
23+
link: '/features/folders/',
24+
collapsed: true,
25+
items: [
26+
{ text: 'Accessing Folders', link: '/features/folders/how-to-access-folder-contents' },
27+
{ text: 'Folder Creation', link: '/features/folders/create-a-new-folder' },
28+
{ text: 'User Creation', link: '/features/folders/create-a-new-user' },
29+
]
30+
},
2331
{ text: 'Notifications', link: '/features/notifications/' },
2432
{
2533
text: 'Apps',
@@ -131,6 +139,7 @@ const sidebar: DefaultTheme.SidebarItem[] = [
131139
collapsed: true,
132140
items: [
133141
// auto-generated-release-notes-start
142+
{ text: '2025-12-30', link: '/release-notes/command-deck/2025-12-30' },
134143
{ text: '2025-12-28', link: '/release-notes/command-deck/2025-12-28' },
135144
{ text: '2025-12-26', link: '/release-notes/command-deck/2025-12-26' },
136145
{ text: '2025-11-25', link: '/release-notes/command-deck/2025-11-25' },
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# December 30, 2025 - Hotfix : App Configuration Updates
2+
3+
Following user feedback, we've removed the "updated script available" notification and improved how app configuration updates work.
4+
5+
## Enhancements
6+
7+
### Updated Configuration Workflow
8+
9+
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.
10+
11+
The reset|update action now always shows a confirmation dialog with improved messaging.
12+
13+
**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).

docs/release-notes/command-deck/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ For users who are actively connected during an update, there may be a brief down
1111
<!-- auto-generated-year-sections-start -->
1212
## 2025 Releases
1313

14+
- [**2025-12-30**](./2025-12-30) - Hotfix : App Configuration Updates
1415
- [**2025-12-28**](./2025-12-28) - Hotfix : Apps Overhaul
1516
- [**2025-12-26**](./2025-12-26) - Apps Overhaul, 2FA, GPU Detection, Goldeye Compatibility
1617
- [**2025-11-25**](./2025-11-25) - New Apps Sonarr, Radarr and Prowlarr

0 commit comments

Comments
 (0)