diff --git a/dist/changelogs/11.0.md b/dist/changelogs/11.0.md index 6ccfbf1bb..d2567a4ae 100644 --- a/dist/changelogs/11.0.md +++ b/dist/changelogs/11.0.md @@ -20,14 +20,14 @@ These work via a local SSH bridge that is managed by XPipe. There is now support to add your teleport connections that are available via tsh. You can do that by searching for available connections on any system which has tsh installed. -## Workspaces - -You can now create multiple user workspaces in the settings menu. This will create desktop shortcuts that you can use to start XPipe with different workspaces active. - ## Serial connection support There is now support to add serial connections. Note that this feature is untested due to me not having physical serial devices around. If you have some, it would be very helpful if you could quickly try out the serial support and share your feedback. +## Workspaces + +You can now create multiple user workspaces in the settings menu. This will create desktop shortcuts that you can use to start XPipe with different workspaces active. + ## TTYs and PTYs Up until now, if you added a connection that always allocated pty, XPipe would complain about a missing stderr. This was usually the case with badly implemented third-party ssh wrappers. In XPipe 11, there has been a ground up rework of the shell initialization code which will in theory allow for better handling of these cases. You can therefore now also launch such connections from the hub in a terminal. More advanced operations, such as the file browser, are not it possible for these connections though. diff --git a/version b/version index ed613d961..710cd11e7 100644 --- a/version +++ b/version @@ -1 +1 @@ -11.0-8 +11.0-9