From 797f2a7eb20e6e4dfb377930ef90f9ea5656e89d Mon Sep 17 00:00:00 2001 From: crschnick Date: Fri, 6 Feb 2026 04:00:40 +0000 Subject: [PATCH] Rework --- .../main/java/io/xpipe/app/ext/ConnectionFileSystem.java | 1 - dist/changelog/21.0.md | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/io/xpipe/app/ext/ConnectionFileSystem.java b/app/src/main/java/io/xpipe/app/ext/ConnectionFileSystem.java index 50225ce47..74938917e 100644 --- a/app/src/main/java/io/xpipe/app/ext/ConnectionFileSystem.java +++ b/app/src/main/java/io/xpipe/app/ext/ConnectionFileSystem.java @@ -273,7 +273,6 @@ public class ConnectionFileSystem implements FileSystem { var cmd = shellControl.getShellDialect().createStreamFileWriteCommand(shellControl, file.toString(), totalBytes); - cmd.setExitTimeout(Duration.ofMillis(Long.MAX_VALUE)); return cmd.startExternalStdin(); } diff --git a/dist/changelog/21.0.md b/dist/changelog/21.0.md index 23be9781c..c68e40b48 100644 --- a/dist/changelog/21.0.md +++ b/dist/changelog/21.0.md @@ -12,10 +12,14 @@ Here is a Windows Terminal instance with 4 split tabs that were launched through A docked terminal is embedded into the XPipe window but can also be detached from it. This gives you full flexibility on how to handle terminal windows. If you want to disable the terminal docking, you can do so in the settings menu. +It might take a bit of time to iron out initial issues and edge cases. You can share feedback on how it handles for you. + ## Cisco switch integration There is now a new integration for Cisco switches. It will automatically detect when you connect to any device running Cisco IOS and will add entries for each available port: +![Switch](https://xpipe.io/assets/images/BlogPage/switch.png) + From the interface you can: - See the status of all ports and refresh them at any time - Filter out irrelevant ports @@ -23,7 +27,7 @@ From the interface you can: - Monitor individual interfaces for accumulated errors with the built-in ability to clear counters - Restart the device -If this integration is well-received, support can also be expanded to other vendors and devices. +This integration will be available in the Professional plan, but is also available for free for a few weeks after release. If the switch integration is well-received, support can also be expanded to other vendors and devices in the future. ## Proxmox improvements