Skip to content

Commit c30f767

Browse files
authored
Merge pull request #143 from eshtek/dev
Updates Command Deck release notes
2 parents 99eda58 + 99774ec commit c30f767

3 files changed

Lines changed: 21 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-13', link: '/release-notes/command-deck/2026-01-13' },
142143
{ text: '2026-01-08', link: '/release-notes/command-deck/2026-01-08' },
143144
{ text: '2025-12-30', link: '/release-notes/command-deck/2025-12-30' },
144145
{ text: '2025-12-28', link: '/release-notes/command-deck/2025-12-28' },
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# January 13, 2026 - UI Improvements & Goldeye System Updates
2+
3+
This release includes UI polish and platform enhancements for TrueNAS Goldeye (25.10+) system updates.
4+
5+
## Enhancements
6+
7+
### UI Text Refinements
8+
9+
We've refined wording throughout the interface for improved clarity and consistency, including system health messages, setup wizard text, drive replacement descriptions, and error notifications.
10+
11+
### Goldeye System Update Integration
12+
13+
The platform now uses the latest TrueNAS API methods for system updates on Goldeye (25.10+) and newer versions, utilizing the current update APIs for checking availability and initiating updates.
14+
15+
**Technical improvements:**
16+
- System update workflow uses `update.status` and `update.run` APIs for Goldeye (25.10+)
17+
- Maintains full backward compatibility with Electric Eel and earlier versions
18+
19+
**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-13**](./2026-01-13) - UI Improvements & Goldeye System Updates
1415
- [**2026-01-08**](./2026-01-08) - HexOS Curated Apps & Enhanced Diagnostics
1516

1617
## 2025 Releases

0 commit comments

Comments
 (0)