From 1265971bbc230a2b5ac4f0a67f2c9b27fcaf2319 Mon Sep 17 00:00:00 2001 From: crschnick Date: Fri, 13 Mar 2026 01:53:34 +0000 Subject: [PATCH] [stage] --- dist/changelog/22.0.md | 12 +++++++++++- version | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/dist/changelog/22.0.md b/dist/changelog/22.0.md index e59992943..98ef8ba74 100644 --- a/dist/changelog/22.0.md +++ b/dist/changelog/22.0.md @@ -30,7 +30,17 @@ These identities allow you to choose which available identity should be used. Fo This releases adds support for detecting containers from multiple different projects. -Furthermore, there is now networking support for containers, meaning that if the container advertises an IP address, XPipe can automatically use it to open services. This also allows you to create direct RDP/VNC connections to containers. +Furthermore, there is now networking support for containers, meaning that if the container advertises an IP address, XPipe can automatically use it to open services. This also allows you to create direct RDP/VNC connections to containers: + +![LXC service](https://xpipe.io/assets/images/BlogPage/lxc-service.png) + +## Podman improvements + +The state of podman containers is now handled better. Containers that are not reported as existing anymore are kept to handle cases where podman quadlets and containers as systemd services remove containers temporarily: + +![Podman State](https://xpipe.io/assets/images/BlogPage/podman-state.png) + +Furthermore, the container restart action will now properly restart any systemd service if the container was associated with one. ## Other diff --git a/version b/version index c0521d8eb..8c57cf62f 100644 --- a/version +++ b/version @@ -1 +1 @@ -22.0-1 +22.0-2