Skip to content

Commit 181bb39

Browse files
authored
Merge pull request #145 from eshtek/release/2026-01-13
Adds release notes for January 21, 2026
2 parents 99774ec + ad68211 commit 181bb39

3 files changed

Lines changed: 22 additions & 0 deletions

File tree

docs/.vitepress/sidebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ const sidebar: DefaultTheme.SidebarItem[] = [
139139
collapsed: true,
140140
items: [
141141
// auto-generated-release-notes-start
142+
{ text: '2026-01-21', link: '/release-notes/command-deck/2026-01-21' },
142143
{ text: '2026-01-13', link: '/release-notes/command-deck/2026-01-13' },
143144
{ text: '2026-01-08', link: '/release-notes/command-deck/2026-01-08' },
144145
{ text: '2025-12-30', link: '/release-notes/command-deck/2025-12-30' },
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# January 21, 2026 - Mobile Dialogs, App Lifecycle, HexOS Local Prep
2+
3+
This release introduces improved app lifecycle management, mobile-optimized dialogs, and lays the groundwork for HexOS Local.
4+
5+
## Enhancements
6+
7+
### App Lifecycle Management
8+
9+
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.
10+
11+
### Mobile-Optimized Dialogs
12+
13+
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.
14+
15+
### HexOS Local Preparation
16+
17+
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)
18+
19+
20+
**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
## 2026 Releases
1313

14+
- [**2026-01-21**](./2026-01-21) - Mobile Dialogs, App Lifecycle, HexOS Local Prep
1415
- [**2026-01-13**](./2026-01-13) - UI Improvements & Goldeye System Updates
1516
- [**2026-01-08**](./2026-01-08) - HexOS Curated Apps & Enhanced Diagnostics
1617

0 commit comments

Comments
 (0)