From 8121d7e4c360138d9d6c81d9fd9d83bf88077d98 Mon Sep 17 00:00:00 2001 From: Jerod Fritz Date: Fri, 26 Jun 2026 13:11:54 -0400 Subject: [PATCH 1/3] June 2026 Release note --- docs/release-notes/command-deck/2026-06-26.md | 41 +++++++++++++++++++ docs/release-notes/command-deck/index.md | 1 + docs/release-notes/index.md | 2 +- 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 docs/release-notes/command-deck/2026-06-26.md 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..0b922ea9 --- /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 and resilvering 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 From 8e4cd7879f58901824a8e3edf2ad9e0e6ccb8f91 Mon Sep 17 00:00:00 2001 From: Jerod Fritz Date: Fri, 26 Jun 2026 13:15:47 -0400 Subject: [PATCH 2/3] June 2026 release note (sidebar link added) --- docs/.vitepress/sidebar.ts | 1 + 1 file changed, 1 insertion(+) 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' }, From 6e5e3c535cb643dae356f87dac3efd8e50e77a6c Mon Sep 17 00:00:00 2001 From: Jerod Fritz Date: Fri, 26 Jun 2026 13:31:16 -0400 Subject: [PATCH 3/3] June 2026 release note: Document live progress for storage pool expansion --- docs/release-notes/command-deck/2026-06-26.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/command-deck/2026-06-26.md b/docs/release-notes/command-deck/2026-06-26.md index 0b922ea9..8ba611bf 100644 --- a/docs/release-notes/command-deck/2026-06-26.md +++ b/docs/release-notes/command-deck/2026-06-26.md @@ -10,7 +10,7 @@ Here is a summary of changes shipped since our [last update](/release-notes/comm ### Storage -- Pool scrubbing and resilvering now display live progress in both the storage overview and individual pool detail panels +- 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