From cb8a44424b7da24ce96ca8a72f11862cadee67a3 Mon Sep 17 00:00:00 2001 From: Jerod Fritz Date: Thu, 8 Jan 2026 11:13:30 -0500 Subject: [PATCH 1/3] Adds release notes for 2026-01-08 Adds release notes detailing enhanced diagnostic capabilities. This update includes improvements to diagnostic data collection, error context capture, and system state reporting, enabling faster troubleshooting and issue resolution. --- docs/.vitepress/sidebar.ts | 1 + docs/release-notes/command-deck/2026-01-08.md | 19 +++++++++++++++++++ docs/release-notes/command-deck/index.md | 4 ++++ 3 files changed, 24 insertions(+) create mode 100644 docs/release-notes/command-deck/2026-01-08.md diff --git a/docs/.vitepress/sidebar.ts b/docs/.vitepress/sidebar.ts index 78d0d4f5..64dfc5d1 100644 --- a/docs/.vitepress/sidebar.ts +++ b/docs/.vitepress/sidebar.ts @@ -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' }, diff --git a/docs/release-notes/command-deck/2026-01-08.md b/docs/release-notes/command-deck/2026-01-08.md new file mode 100644 index 00000000..f98598ad --- /dev/null +++ b/docs/release-notes/command-deck/2026-01-08.md @@ -0,0 +1,19 @@ +# January 8, 2026 - Enhanced Diagnostics + +We've improved our diagnostic capabilities to better support technical troubleshooting. + +## Enhancements + +### 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 Command Deck. No action is required on your part. \ No newline at end of file diff --git a/docs/release-notes/command-deck/index.md b/docs/release-notes/command-deck/index.md index e1659b8f..578dd467 100644 --- a/docs/release-notes/command-deck/index.md +++ b/docs/release-notes/command-deck/index.md @@ -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. +## 2026 Releases + +- [**2026-01-08**](./2026-01-08) - Enhanced Diagnostics + ## 2025 Releases - [**2025-12-30**](./2025-12-30) - Hotfix : App Configuration Updates From c4404465ee6550c1b58fd6f00a333ad0b6bdd3e5 Mon Sep 17 00:00:00 2001 From: Jerod Fritz Date: Thu, 8 Jan 2026 13:34:03 -0500 Subject: [PATCH 2/3] Augment 01-08-2026 RN with curated apps section added to deck --- docs/release-notes/command-deck/2026-01-08.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/release-notes/command-deck/2026-01-08.md b/docs/release-notes/command-deck/2026-01-08.md index f98598ad..aca9f24e 100644 --- a/docs/release-notes/command-deck/2026-01-08.md +++ b/docs/release-notes/command-deck/2026-01-08.md @@ -1,9 +1,13 @@ -# January 8, 2026 - Enhanced Diagnostics +# January 8, 2026 - HexOS Curated Apps & Enhanced Diagnostics -We've improved our diagnostic capabilities to better support technical troubleshooting. +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. @@ -15,5 +19,4 @@ We've enhanced our diagnostic infrastructure to capture more detailed technical These improvements allow us to better understand and address technical issues across the platform. - -**NOTE:** This update was applied automatically to Command Deck. No action is required on your part. \ No newline at end of file +**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). \ No newline at end of file From 184c8d85fd6d97fd43567480275a69dda1371d01 Mon Sep 17 00:00:00 2001 From: Jerod Fritz Date: Thu, 8 Jan 2026 13:35:45 -0500 Subject: [PATCH 3/3] Update title of RN in index --- docs/release-notes/command-deck/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/command-deck/index.md b/docs/release-notes/command-deck/index.md index 578dd467..93b633df 100644 --- a/docs/release-notes/command-deck/index.md +++ b/docs/release-notes/command-deck/index.md @@ -11,7 +11,7 @@ For users who are actively connected during an update, there may be a brief down ## 2026 Releases -- [**2026-01-08**](./2026-01-08) - Enhanced Diagnostics +- [**2026-01-08**](./2026-01-08) - HexOS Curated Apps & Enhanced Diagnostics ## 2025 Releases