Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Jan 22, 2025
1 parent ddfef15 commit 6a2a69f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ default void launch(TerminalLaunchConfiguration configuration) throws Exception
var msg = """
The Wave integration requires XPipe to be launched from Wave itself to have access to its environment variables. Otherwise, XPipe does not have access to the token to control Wave.
You can do this by running the command "%s" in a local terminal inside Wave.
You can do this by running the command "%s" in a local terminal block inside Wave.
""".formatted(inPath ? "xpipe open" : XPipeInstallation.getLocalDefaultCliExecutable() + " open");
throw ErrorEvent.expected(new IllegalStateException(msg));
}
Expand Down
3 changes: 3 additions & 0 deletions dist/changelogs/14.2_incremental.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
- There is now a new custom open action for services instead of just the http browser open actions.
This allows you to run a custom command after a service tunnel is started and to launch custom commands with the locally tunneled address as inputs.
- Add support for Wave terminal
- Fix RemoteCommand option ignore to support OpenSSH versions prior to 7.6
- Fix some system state display not being updated sometimes
- Fix license expiry message showing up on every launch
- Fix performance issue with connection state updates
- Fix errors when closing window while loading
- Fix rare concurrent modification exception when updating connection list
- Fix icons only having the default color

0 comments on commit 6a2a69f

Please sign in to comment.