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 @@ -139,6 +139,7 @@ const sidebar: DefaultTheme.SidebarItem[] = [
collapsed: true,
items: [
// auto-generated-release-notes-start
{ text: '2026-01-08', link: '/release-notes/command-deck/2026-01-08' },
{ text: '2025-12-30', link: '/release-notes/command-deck/2025-12-30' },
{ text: '2025-12-28', link: '/release-notes/command-deck/2025-12-28' },
{ text: '2025-12-26', link: '/release-notes/command-deck/2025-12-26' },
Expand Down
22 changes: 22 additions & 0 deletions docs/release-notes/command-deck/2026-01-08.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# January 8, 2026 - HexOS Curated Apps & Enhanced Diagnostics

This release introduces a dedicated HexOS curated apps section and improved diagnostic capabilities.

## Enhancements

### HexOS Curated Apps Section

We've added a new "HexOS" category that filters apps to show only those officially supported for HexOS. This category includes a dedicated icon and ensures correct search filtering, making it easier to find apps that are tested and optimized for your HexOS system.

### Diagnostic Reporting

We've enhanced our diagnostic infrastructure to capture more detailed technical information when system events occur. This helps us identify and resolve issues more quickly.

**Technical improvements:**
- Enhanced diagnostic data collection during system events
- Improved error context capture for faster troubleshooting
- More comprehensive system state reporting

These improvements allow us to better understand and address technical issues across the platform.

**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).
4 changes: 4 additions & 0 deletions docs/release-notes/command-deck/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Command Deck updates are automatically deployed by the HexOS development team. Y
For users who are actively connected during an update, there may be a brief downtime of a minute or two as the new version is deployed.

<!-- auto-generated-year-sections-start -->
## 2026 Releases

- [**2026-01-08**](./2026-01-08) - HexOS Curated Apps & Enhanced Diagnostics

## 2025 Releases

- [**2025-12-30**](./2025-12-30) - Hotfix : App Configuration Updates
Expand Down