From 900592bcc7864ea4408fc314676e1f446da98ca8 Mon Sep 17 00:00:00 2001 From: acknologia <64101826+acknologia@users.noreply.github.com> Date: Tue, 19 May 2026 15:31:38 -0400 Subject: [PATCH] 5/20/26 release notes v4 install scripts, new app curations, curation beta test program --- docs/.vitepress/sidebar.ts | 1 + .../apps/install-scripts/curated/index.md | 4 +-- docs/release-notes/command-deck/2026-05-20.md | 35 +++++++++++++++++++ docs/release-notes/command-deck/index.md | 1 + docs/release-notes/index.md | 2 +- 5 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 docs/release-notes/command-deck/2026-05-20.md diff --git a/docs/.vitepress/sidebar.ts b/docs/.vitepress/sidebar.ts index d2dbf9f..188e886 100644 --- a/docs/.vitepress/sidebar.ts +++ b/docs/.vitepress/sidebar.ts @@ -155,6 +155,7 @@ const sidebar: DefaultTheme.SidebarItem[] = [ collapsed: true, items: [ // auto-generated-release-notes-start + { text: '2026-05-20', link: '/release-notes/command-deck/2026-05-20' }, { text: '2026-05-13', link: '/release-notes/command-deck/2026-05-13' }, { text: '2026-04-21', link: '/release-notes/command-deck/2026-04-21' }, { text: '2026-03-27', link: '/release-notes/command-deck/2026-03-27' }, diff --git a/docs/features/apps/install-scripts/curated/index.md b/docs/features/apps/install-scripts/curated/index.md index ab2e62a..94eee30 100644 --- a/docs/features/apps/install-scripts/curated/index.md +++ b/docs/features/apps/install-scripts/curated/index.md @@ -14,8 +14,8 @@ | `immich` | [immich.json](/install-scripts/immich.json) | 1.6 KB | 2026-05-15 | | `jellyfin` | [jellyfin.json](/install-scripts/jellyfin.json) | 2.3 KB | 2026-05-15 | | `lidarr` | [lidarr.json](/install-scripts/lidarr.json) | 1.4 KB | 2026-05-15 | -| `lubelogger` | [lubelogger.json](/install-scripts/lubelogger.json) | 1.5 KB | 2026-05-01 | -| `navidrome` | [navidrome.json](/install-scripts/navidrome.json) | 5.1 KB | 2026-05-01 | +| `lubelogger` | [lubelogger.json](/install-scripts/lubelogger.json) | 1.5 KB | 2026-05-18 | +| `navidrome` | [navidrome.json](/install-scripts/navidrome.json) | 5.1 KB | 2026-05-18 | | `nextcloud` | [nextcloud.json](/install-scripts/nextcloud.json) | 3.4 KB | 2026-05-15 | | `peanut` | [peanut.json](/install-scripts/peanut.json) | 911 B | 2026-05-15 | | `plex` | [plex.json](/install-scripts/plex.json) | 3.4 KB | 2026-05-15 | diff --git a/docs/release-notes/command-deck/2026-05-20.md b/docs/release-notes/command-deck/2026-05-20.md new file mode 100644 index 0000000..e85ac60 --- /dev/null +++ b/docs/release-notes/command-deck/2026-05-20.md @@ -0,0 +1,35 @@ +# May 20, 2026 - App install script v4, New app curations, Curation beta program + +## Introducing our V4 installation scripts. + +This new iteration of app install scripts has a focus of improving application stability. + +- We have updated our curation process to reduce the likelihood of bugs in curated apps. +- We are now automatically creating temporary snapshots prior to updating applications. + - This will help eliminate the chances of apps with breaking updates damaging your data. +- We have also implemented a system that will heal permissions modified in TrueNAS. + - Modified permissions in TrueNAS previously could have unintended consequences such as preventing curated app installation. + + + +## App Curations + +We have committed to doubling our curations over the next few months, starting with these 6 releasing today. + +[LubeLogger](https://lubelogger.com) - LubeLogger assists users in keeping track of their car maintenance records. + +[Navidrome](https://www.navidrome.org) - Navidrome helps facilitate hosting your own music server. + +[Excalidraw](https://github.com/excalidraw/excalidraw) - Excalidraw is a Virtual whiteboard for sketching hand-drawn like diagrams. + +[Blinko](https://github.com/blinkospace/blinko) - Blinko is a lightweight note taking app. + +[Dozzle](https://dozzle.dev) - Dozzle is a realtime log viewer for docker apps running on your server + +[Portracker](https://github.com/mostafa-wahied/portracker) - Portracker is a realtime port monitoring tool. + +## Curation beta test program + +We are now recruiting users to beta test future curations prior to full release. +If you are interested please register using the [signup form](https://forms.gle/EKZenkWFFzFNKKxu5). + diff --git a/docs/release-notes/command-deck/index.md b/docs/release-notes/command-deck/index.md index d7f5610..99656cc 100644 --- a/docs/release-notes/command-deck/index.md +++ b/docs/release-notes/command-deck/index.md @@ -11,6 +11,7 @@ For users who are actively connected during an update, there may be a brief down ## 2026 Releases +- [**2026-05-20**](./2026-05-20) - App install script v4, New app curations, Curation beta program - [**2026-05-13**](./2026-05-13) - TrueNAS Compatibility, App Install Improvements & Buddy Backup Foundations - [**2026-04-21**](./2026-04-21) - HexOS 1.0 Local Rollout Complete - [**2026-03-27**](./2026-03-27) - Hotfix : Apps Newly Curated diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index bfcd977..1ccb271 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -8,7 +8,7 @@ The Command Deck is the HexOS web interface. Updates are automatically deployed **[View Command Deck Release Notes →](/release-notes/command-deck/)** -**Latest:** [2026-05-13 — TrueNAS Compatibility, App Install Improvements & Buddy Backup Foundations](/release-notes/command-deck/2026-05-13) +**Latest:** [2026-05-20 — App install script v4, New app curations, Curation beta program](/release-notes/command-deck/2026-05-20) ## TrueNAS