mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
[stage]
This commit is contained in:
parent
5cda797d5a
commit
d9bc91120e
2 changed files with 5 additions and 5 deletions
8
dist/changelogs/11.0.md
vendored
8
dist/changelogs/11.0.md
vendored
|
@ -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.
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
11.0-8
|
||||
11.0-9
|
||||
|
|
Loading…
Reference in a new issue