From a5d35ad693ae85cc8e5b932d2eb97bfc66ccbec0 Mon Sep 17 00:00:00 2001 From: crschnick Date: Sun, 20 Aug 2023 21:45:31 +0000 Subject: [PATCH] [stage] --- .../main/java/io/xpipe/app/util/SecretRetrievalStrategy.java | 2 +- dist/changelogs/1.5.3.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/io/xpipe/app/util/SecretRetrievalStrategy.java b/app/src/main/java/io/xpipe/app/util/SecretRetrievalStrategy.java index 688279473..6adacc22d 100644 --- a/app/src/main/java/io/xpipe/app/util/SecretRetrievalStrategy.java +++ b/app/src/main/java/io/xpipe/app/util/SecretRetrievalStrategy.java @@ -42,7 +42,7 @@ public interface SecretRetrievalStrategy { @Override public boolean isLocalAskpassCompatible() { - return true; + return false; } @Override diff --git a/dist/changelogs/1.5.3.md b/dist/changelogs/1.5.3.md index c859dad8b..0cafbe332 100644 --- a/dist/changelogs/1.5.3.md +++ b/dist/changelogs/1.5.3.md @@ -1,5 +1,10 @@ ## Changes in 1.5.3 +- Add connection timeout setting for cases in which some connections are slow to start up +- Fix connection timeout not being properly applied for ssh config connections +- Fix sudo elevation password not passed to ssh config connections +- Fix about screen on macOS +- Fix sudo elevation not being possible for some commands even though it should - Fix terminal session sometimes not opening the correct system using SSH jump hosts - Fix debug mode not launching in some cases on Linux due to script permission issues - Fix CLI crashing due to missing CPU features on outdated CPUs