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
1 change: 1 addition & 0 deletions docs/.vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
41 changes: 41 additions & 0 deletions docs/release-notes/command-deck/2026-06-26.md
Original file line number Diff line number Diff line change
@@ -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).
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 -->
## 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
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-06New curated applications](/release-notes/command-deck/2026-06-06)
**Latest:** [2026-06-26Onboarding redesign, live storage progress, and app preconfiguration improvements](/release-notes/command-deck/2026-06-26)

## TrueNAS

Expand Down
Loading