[release]

This commit is contained in:
crschnick
2025-12-04 12:27:25 +00:00
parent 7cf982b669
commit 6d007aa90a
3 changed files with 3 additions and 2 deletions
@@ -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());
+1
View File
@@ -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
+1 -1
View File
@@ -1 +1 @@
19.5-5
19.5