From 6d007aa90ae3916cd79a57d82ea01492bc23659d Mon Sep 17 00:00:00 2001 From: crschnick Date: Thu, 4 Dec 2025 12:27:25 +0000 Subject: [PATCH] [release] --- app/src/main/java/io/xpipe/app/util/RemminaHelper.java | 2 +- dist/changelog/19.5_incremental.md | 1 + version | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/io/xpipe/app/util/RemminaHelper.java b/app/src/main/java/io/xpipe/app/util/RemminaHelper.java index c9eb25768..91848745f 100644 --- a/app/src/main/java/io/xpipe/app/util/RemminaHelper.java +++ b/app/src/main/java/io/xpipe/app/util/RemminaHelper.java @@ -58,10 +58,10 @@ public class RemminaHelper { user = user.split("\\\\")[1]; } - // Use window size as remmina's autosize is broken var w = Math.round(AppMainWindow.get().getStage().getWidth()); // Remmina's height calculation does not take the titlebar into account var h = Math.round(AppMainWindow.get().getStage().getHeight()) - 38; + // Use window size as remmina's autosize is broken var maximize = "0"; // AppMainWindow.get().getStage().isMaximized() ? "1" : "0"; var name = OsFileSystem.ofLocal().makeFileSystemCompatible(configuration.getTitle()); diff --git a/dist/changelog/19.5_incremental.md b/dist/changelog/19.5_incremental.md index a0a4365e0..faa81ddb1 100644 --- a/dist/changelog/19.5_incremental.md +++ b/dist/changelog/19.5_incremental.md @@ -4,6 +4,7 @@ - Fix potential stack overflow when transferring directory with 100+ layers of nested directories - Fix MSYS2 shell environment name formatting - Fix category selection always changing when editing connection configurations +- Fix Remmina window overlapping taskbar in fullscreen - Show connection name of SSH askpass prompt dialog - Improve interface for custom SSH connections with multiple hosts to always show target - Improve category config dialog description for sync option of special categories diff --git a/version b/version index c74df3db8..48eb703e1 100644 --- a/version +++ b/version @@ -1 +1 @@ -19.5-5 +19.5