diff --git a/docs/.vitepress/sidebar.ts b/docs/.vitepress/sidebar.ts index b175bcba..13f571b6 100644 --- a/docs/.vitepress/sidebar.ts +++ b/docs/.vitepress/sidebar.ts @@ -128,6 +128,7 @@ const sidebar: DefaultTheme.SidebarItem[] = [ collapsed: true, items: [ // auto-generated-release-notes-start + { text: '2025-11-25', link: '/release-notes/command-deck/2025-11-25' }, { text: '2025-11-12', link: '/release-notes/command-deck/2025-11-12' }, { text: '2025-11-08', link: '/release-notes/command-deck/2025-11-08' }, { text: '2025-11-07', link: '/release-notes/command-deck/2025-11-07' }, diff --git a/docs/features/apps/install-scripts/curated/index.md b/docs/features/apps/install-scripts/curated/index.md index ce9dd4ff..ee35e328 100644 --- a/docs/features/apps/install-scripts/curated/index.md +++ b/docs/features/apps/install-scripts/curated/index.md @@ -6,9 +6,9 @@ | `home-assistant` | [home-assistant.json](/install-scripts/home-assistant.json) | 1.4 KB | 2025-11-17 | | `immich` | [immich.json](/install-scripts/immich.json) | 1.6 KB | 2025-11-17 | | `jellyfin` | [jellyfin.json](/install-scripts/jellyfin.json) | 2.1 KB | 2025-11-17 | -| `plex` | [plex.json](/install-scripts/plex.json) | 3.2 KB | 2025-11-17 | +| `plex` | [plex.json](/install-scripts/plex.json) | 3.0 KB | 2025-11-22 | | `prowlarr` | [prowlarr.json](/install-scripts/prowlarr.json) | 443 B | 2025-11-21 | -| `qbittorrent` | [qbittorrent.json](/install-scripts/qbittorrent.json) | 828 B | 2025-11-21 | +| `qbittorrent` | [qbittorrent.json](/install-scripts/qbittorrent.json) | 881 B | 2025-11-21 | | `radarr` | [radarr.json](/install-scripts/radarr.json) | 904 B | 2025-11-21 | | `sonarr` | [sonarr.json](/install-scripts/sonarr.json) | 901 B | 2025-11-21 | diff --git a/docs/release-notes/command-deck/2025-11-25.md b/docs/release-notes/command-deck/2025-11-25.md new file mode 100644 index 00000000..ae626eb7 --- /dev/null +++ b/docs/release-notes/command-deck/2025-11-25.md @@ -0,0 +1,22 @@ +# Command Deck Update - November 25, 2025 - New Apps Sonarr, Radarr and Prowlarr + +We have added 3 highly requested apps to our list of curated apps to enhance your personal media server experience. + +## Sonarr + +Sonarr is an all in one management software for your library of television shows. +> You can read more about Sonarr [here.](https://sonarr.tv) + +## Radarr + +Radarr is an all in one management software for you library of Movies. +> You can read more about Radarr [here.](https://radarr.video) + +## Prowlarr + +Prowlarr is a companion app to other apps in the arr stack.
It will streamline the configuration of other apps in the arr stack. +> You can read more about Prowlarr [here.](https://prowlarr.com) + +## Curated app updates +### qBittorrent +- Updated download path for qBittorrent \ 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 e80680d6..d67b53de 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 ## 2025 Releases +- [**2025-11-25**](./2025-11-25) - New Apps Sonarr, Radarr and Prowlarr - [**2025-11-12**](./2025-11-12) - Server Actions and Folder Unlock on Fangtooth - [**2025-11-08**](./2025-11-08) - Server monitoring scalability improvements - [**2025-11-07**](./2025-11-07) - Upgrade timeout improvements