From ad682115a68883ba947c088685fd2b64ea7fd9d9 Mon Sep 17 00:00:00 2001 From: Jerod Fritz Date: Tue, 20 Jan 2026 21:26:57 -0500 Subject: [PATCH] Adds release notes for January 21, 2026 Adds release notes detailing mobile-optimized dialogs, app lifecycle management improvements, and preparation for HexOS Local. Also updates the release notes index and sidebar to include the new release. --- docs/.vitepress/sidebar.ts | 1 + docs/release-notes/command-deck/2026-01-21.md | 20 +++++++++++++++++++ docs/release-notes/command-deck/index.md | 1 + 3 files changed, 22 insertions(+) create mode 100644 docs/release-notes/command-deck/2026-01-21.md diff --git a/docs/.vitepress/sidebar.ts b/docs/.vitepress/sidebar.ts index c063fe30..e5971cbf 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: '2026-01-21', link: '/release-notes/command-deck/2026-01-21' }, { text: '2026-01-13', link: '/release-notes/command-deck/2026-01-13' }, { text: '2026-01-08', link: '/release-notes/command-deck/2026-01-08' }, { text: '2025-12-30', link: '/release-notes/command-deck/2025-12-30' }, diff --git a/docs/release-notes/command-deck/2026-01-21.md b/docs/release-notes/command-deck/2026-01-21.md new file mode 100644 index 00000000..3ec2a307 --- /dev/null +++ b/docs/release-notes/command-deck/2026-01-21.md @@ -0,0 +1,20 @@ +# January 21, 2026 - Mobile Dialogs, App Lifecycle, HexOS Local Prep + +This release introduces improved app lifecycle management, mobile-optimized dialogs, and lays the groundwork for HexOS Local. + +## Enhancements + +### App Lifecycle Management + +App start and stop operations are now individually orchestrated, providing better progress tracking and improved update workflows. App cards display server messages directly from TrueNAS, surfacing any startup configuration issues or lifecycle problems immediately for faster troubleshooting. + +### Mobile-Optimized Dialogs + +We're testing a new dialog on mobile to give better accessibility and reach. These appear as traditional modals on desktop and slide-up drawers on mobile. These have been applied to folders, users, and network settings. + +### HexOS Local Preparation + +This release also pushes a large block of code behind the scenes that will support the coming soon [HexOS Local](https://docs.hexos.com/blog/2025-11-25.html) + + +**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). diff --git a/docs/release-notes/command-deck/index.md b/docs/release-notes/command-deck/index.md index 7b952adb..568473e9 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 ## 2026 Releases +- [**2026-01-21**](./2026-01-21) - Mobile Dialogs, App Lifecycle, HexOS Local Prep - [**2026-01-13**](./2026-01-13) - UI Improvements & Goldeye System Updates - [**2026-01-08**](./2026-01-08) - HexOS Curated Apps & Enhanced Diagnostics