From cb6d62d9924f6709f7d154fa2aca2c11aed850c8 Mon Sep 17 00:00:00 2001 From: crschnick Date: Wed, 4 Dec 2024 13:33:56 +0000 Subject: [PATCH] Small fixes --- .../main/java/io/xpipe/app/terminal/ExternalTerminalType.java | 2 +- dist/changelogs/13.4_incremental.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/io/xpipe/app/terminal/ExternalTerminalType.java b/app/src/main/java/io/xpipe/app/terminal/ExternalTerminalType.java index edd58a6c8..2604ba337 100644 --- a/app/src/main/java/io/xpipe/app/terminal/ExternalTerminalType.java +++ b/app/src/main/java/io/xpipe/app/terminal/ExternalTerminalType.java @@ -113,7 +113,7 @@ public interface ExternalTerminalType extends PrefsChoiceValue { @Override public boolean isRecommended() { - return true; + return false; } @Override diff --git a/dist/changelogs/13.4_incremental.md b/dist/changelogs/13.4_incremental.md index f31c7d6b6..ebbe66416 100644 --- a/dist/changelogs/13.4_incremental.md +++ b/dist/changelogs/13.4_incremental.md @@ -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