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..aca9f24e --- /dev/null +++ b/docs/release-notes/command-deck/2026-01-08.md @@ -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). \ 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..93b633df 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) - HexOS Curated Apps & Enhanced Diagnostics + ## 2025 Releases - [**2025-12-30**](./2025-12-30) - Hotfix : App Configuration Updates