Various fixes

This commit is contained in:
crschnick
2026-06-29 08:16:50 +00:00
parent 4cfb4fd1b6
commit cda85709e6
3 changed files with 9 additions and 2 deletions
@@ -225,7 +225,7 @@ public class TerminalDockView implements WindowDockListener {
TrackEvent.withTrace("Terminal view window shown").handle();
terminalInstances.forEach(terminalInstance -> {
var controllable = terminalInstance.getControllable();
if (!controllable.isActive()) {
if (controllable.isActive()) {
return;
}
+7
View File
@@ -0,0 +1,7 @@
- Fix multiple password manager unlock prompts being spammed when using password manager identities for tunneled RDP connections
- Fix git sync write mixing crlf and lf
- Fix limited system shell removing system info on file browser connect
- Fix network switch port list count always showing 0
- Fix vmware integration failing on empty .vmx files
- Fix MOTD script for fish shell not working in older fish v3 versions
- Add option to automatically add unsupported ciphers to SSH connections
+1 -1
View File
@@ -1 +1 @@
23.5.2
23.6