diff --git a/app/src/main/java/io/xpipe/app/core/AppDesktopIntegration.java b/app/src/main/java/io/xpipe/app/core/AppDesktopIntegration.java index c0832b2a8..425faa902 100644 --- a/app/src/main/java/io/xpipe/app/core/AppDesktopIntegration.java +++ b/app/src/main/java/io/xpipe/app/core/AppDesktopIntegration.java @@ -92,6 +92,10 @@ public class AppDesktopIntegration { } } } + + if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Desktop.Action.APP_SUDDEN_TERMINATION)) { + Desktop.getDesktop().disableSuddenTermination(); + } } catch (Throwable ex) { ErrorEvent.fromThrowable(ex).term().handle(); } diff --git a/dist/changelogs/13.3_incremental.md b/dist/changelogs/13.3_incremental.md index da68dd579..f2157f97e 100644 --- a/dist/changelogs/13.3_incremental.md +++ b/dist/changelogs/13.3_incremental.md @@ -1,4 +1,6 @@ -- Improve license handling to also allow for adding subconnections of VMs prior to checking any license requirement -- Fix some SSH authentication options showing as Pro instead of Homelab +- Improve license handling to also allow for adding subconnections of VMs and k8s prior to checking any license requirement +- Fix split file browser tabs sometimes not having the correct size +- Fix race condition in local split fire browser tab startup leading to it sometimes not showing up - Fix scripts context menu not showing up for VMs - Fix PSSession connection search showing up even if it's not supported +- Fix some SSH authentication options showing as Pro instead of Homelab diff --git a/version b/version index 13716a30b..0f74da429 100644 --- a/version +++ b/version @@ -1 +1 @@ -13.3-1 +13.3-2