From 33302fb75dd730624b5409198a323ee61484c214 Mon Sep 17 00:00:00 2001 From: crschnick Date: Thu, 20 Jun 2024 21:28:16 +0000 Subject: [PATCH] [stage] --- app/src/main/java/module-info.java | 5 ++--- dist/changelogs/10.0.md | 2 ++ version | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/src/main/java/module-info.java b/app/src/main/java/module-info.java index ef8aafa29..c9431c48f 100644 --- a/app/src/main/java/module-info.java +++ b/app/src/main/java/module-info.java @@ -81,6 +81,8 @@ open module io.xpipe.app { requires jdk.management.agent; requires net.steppschuh.markdowngenerator; requires com.shinyhut.vernacular; + requires org.kordamp.ikonli.core; + requires jdk.httpserver; // Required runtime modules requires jdk.charsets; @@ -94,9 +96,6 @@ open module io.xpipe.app { // For debugging requires jdk.jdwp.agent; - requires org.kordamp.ikonli.core; - requires jdk.httpserver; - requires java.sql; uses TerminalLauncher; uses io.xpipe.app.ext.ActionProvider; diff --git a/dist/changelogs/10.0.md b/dist/changelogs/10.0.md index 60e990f2d..e6085c253 100644 --- a/dist/changelogs/10.0.md +++ b/dist/changelogs/10.0.md @@ -67,11 +67,13 @@ The UI has also been streamlined to make common actions and toggles more easily - Several more actions have been added for podman containers - Support VMs for tunneling - Searching for connections has been improved to show children as well +- There is now an AppImage portable release - The welcome screen will now also contain the option to straight up jump to the synchronization settings - You can now launch xpipe in another data directory with `xpipe open -d ""` - Add option to use double clicks to open connections instead of single clicks - Add support for foot terminal - Fix elementary terminal not launching correctly +- Fix windows jumping around when created - Fix kubernetes not elevating correctly for non-default contexts - Fix ohmyzsh update notification freezing shell - Fix file browser icons being broken for links diff --git a/version b/version index 2c7504402..dd2c93f88 100644 --- a/version +++ b/version @@ -1 +1 @@ -10.0-14 +10.0-15