Skip to content

Commit 288dd57

Browse files
authored
Merge pull request #186 from eshtek/dev
Adds 2026-03-27 hotfix release notes
2 parents aa22c96 + 806fd6d commit 288dd57

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

docs/.vitepress/sidebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ const sidebar: DefaultTheme.SidebarItem[] = [
148148
collapsed: true,
149149
items: [
150150
// auto-generated-release-notes-start
151+
{ text: '2026-03-27', link: '/release-notes/command-deck/2026-03-27' },
151152
{ text: '2026-03-24', link: '/release-notes/command-deck/2026-03-24' },
152153
{ text: '2026-01-21', link: '/release-notes/command-deck/2026-01-21' },
153154
{ text: '2026-01-13', link: '/release-notes/command-deck/2026-01-13' },
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# March 27, 2026 - Hotfix : Apps Newly Curated
2+
3+
This hotfix addresses:
4+
- Newly Curated app section card details will link to the correct app detail for all cases.
5+
- Installation buttons will correctly link to the appropiate actions now even when there are inconsistencies between TrueNAS's app catalog appId and appName.
6+
- Resolved an issue on certain viewport widths where apps would not wrap properly when a significant number are installed.
7+
- A race condition was causing some App Icons to not display properly for some users on first load.

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-03-27**](./2026-03-27) - Hotfix : Apps Newly Curated
1415
- [**2026-03-24**](./2026-03-24) - Local Foundations & UI Polish
1516
- [**2026-01-21**](./2026-01-21) - Mobile Dialogs, App Lifecycle, Polish, HexOS Local Prep
1617
- [**2026-01-13**](./2026-01-13) - UI Improvements & Goldeye System Updates

0 commit comments

Comments
 (0)