Small fixes

This commit is contained in:
crschnick
2024-12-04 13:33:56 +00:00
parent a9f67068e9
commit cb6d62d992
2 changed files with 3 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ public interface ExternalTerminalType extends PrefsChoiceValue {
@Override
public boolean isRecommended() {
return true;
return false;
}
@Override

View File

@@ -1,4 +1,5 @@
- Improve license handling to also allow for searching subconnections of VMs and k8s prior to checking any license requirement. This allows you to check whether all systems and installed tools are correctly recognized and work before considering purchasing a license
- There's now a new setting that you can enable to open files with your text editor when double-clicking them
- You can now input custom values for chmod and chgrp in the context menu when clicking on `...`
- Fix RDP launcher on macOS getting confused by the rename from Microsoft Remote Desktop to Windows App
- Fix terminal autodetection mistakenly choosing Warp on macOS if another app that contained the word warp was installed