This commit is contained in:
crschnick 2024-06-20 21:28:16 +00:00
parent 02b979de6b
commit 33302fb75d
3 changed files with 5 additions and 4 deletions

View file

@ -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;

View file

@ -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 "<dir>"`
- 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

View file

@ -1 +1 @@
10.0-14
10.0-15