diff --git a/docs/.vitepress/sidebar.ts b/docs/.vitepress/sidebar.ts index 979edfab..63bbb7f8 100644 --- a/docs/.vitepress/sidebar.ts +++ b/docs/.vitepress/sidebar.ts @@ -157,6 +157,7 @@ const sidebar: DefaultTheme.SidebarItem[] = [ collapsed: true, items: [ // auto-generated-release-notes-start + { text: '2026-06-26', link: '/release-notes/command-deck/2026-06-26' }, { text: '2026-06-06', link: '/release-notes/command-deck/2026-06-06' }, { text: '2026-05-29', link: '/release-notes/command-deck/2026-05-29' }, { text: '2026-05-20', link: '/release-notes/command-deck/2026-05-20' }, diff --git a/docs/release-notes/command-deck/2026-06-26.md b/docs/release-notes/command-deck/2026-06-26.md new file mode 100644 index 00000000..8ba611bf --- /dev/null +++ b/docs/release-notes/command-deck/2026-06-26.md @@ -0,0 +1,41 @@ +# June 26, 2026 - Onboarding redesign, live storage progress, and app preconfiguration improvements + +Here is a summary of changes shipped since our [last update](/release-notes/command-deck/2026-06-06). + +### Onboarding + +- New welcome page for first-time users with clear paths to build a USB boot stick, detect an existing server, or get help +- Returning users see a compact chooser tailored to their situation +- Improved responsive text and button sizing on smaller screens + +### Storage + +- Pool scrubbing, resilvering, and expansion now display live progress in both the storage overview and individual pool detail panels +- VM-backing zvols are now correctly associated with their storage locations +- Folder encryption passwords now require a minimum of 8 characters + +### Apps + +- Preconfiguration installation questions now support password input fields, enabling apps that require local account creation during setup +- Reworked app lifecycle hook steps UI for clearer appearance and status tracking + +### Notifications & Alerts + +- Suppressed email alerts for high-volume OS-level notifications like "Too many open files" +- Prevented TrueNAS alert email failures when the server connection is temporarily unavailable +- Prevented shutdown tasks from being falsely marked as stale +- Ensured deterministic event ordering for same-second timestamps + +### Reliability + +- Prevented false `restart_failed` status for local backend tasks +- Fixed system reboot and shutdown error handling +- Fixed null mountpoint guard in storage preferences +- Removed AVX CPU instruction set from being incorrectly marked as required, restoring support for older CPUs +- Suppressed terminal bell noise from child process output + +### UI + +- Fixed details pane content overflow with scrollable areas and a mobile drawer scroll divider + +**NOTE:** All of these updates are 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 56529f80..cd05a464 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-06-26**](./2026-06-26) - Onboarding redesign, live storage progress, and app preconfiguration improvements - [**2026-06-06**](./2026-06-06) - New curated applications - [**2026-05-29**](./2026-05-29) - New curated applications - [**2026-05-20**](./2026-05-20) - App install script v4, New app curations, Curation beta program diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index a8b5542f..b315972d 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -8,7 +8,7 @@ The Command Deck is the HexOS web interface. Updates are automatically deployed **[View Command Deck Release Notes →](/release-notes/command-deck/)** -**Latest:** [2026-06-06 — New curated applications](/release-notes/command-deck/2026-06-06) +**Latest:** [2026-06-26 — Onboarding redesign, live storage progress, and app preconfiguration improvements](/release-notes/command-deck/2026-06-26) ## TrueNAS