xpipe-mirror/dist/changelogs/11.0.md

53 lines
3.3 KiB
Markdown
Raw Normal View History

2024-08-14 14:40:38 +00:00
## Scripting improvements
2024-08-10 09:38:55 +00:00
2024-08-14 14:40:38 +00:00
The scripting system has been reworked in order to make it more intuitive and powerful.
2024-08-10 09:38:55 +00:00
2024-08-15 09:30:48 +00:00
The script execution types have been renamed, the documentation has been improved, and a new execution type has been added. The new runnable execution type will allow you to call a script from the connection hub directly in a dropdown for each connection when the script is active. This will also replace the current terminal command functionality, which has been removed.
2024-08-14 14:40:38 +00:00
2024-08-15 09:30:48 +00:00
Any file browser scripts are now grouped by the scripts groups they are in, improving the overview when having many file browser scripts. Furthermore, you can now launch these scripts in the file browser either in the background if they are quiet or in a terminal if they are intended to be interactive. When multiple files are selected, a script is now called only once with all the selected files as arguments.
2024-08-14 14:40:38 +00:00
## More terminal support
There is now support to use the following terminals:
- Termius
- MobaXterm
- Xshell
- SecureCRT
These work via a local SSH bridge that is managed by XPipe.
2024-08-10 09:38:55 +00:00
2024-08-10 14:52:15 +00:00
## Teleport support
2024-08-15 09:30:48 +00:00
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.
2024-08-10 14:52:15 +00:00
2024-08-09 07:28:43 +00:00
## Serial connection support
2024-08-15 09:30:48 +00:00
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.
2024-08-09 07:28:43 +00:00
2024-08-15 09:46:45 +00:00
## 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.
2024-08-14 14:40:38 +00:00
## TTYs and PTYs
2024-07-28 20:27:48 +00:00
2024-08-15 09:30:48 +00:00
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.
2024-07-28 20:27:48 +00:00
## Other
2024-08-10 11:36:49 +00:00
- Fix git sync freezing when using key with passphrase on modern ssh clients
- Fix git sync restarting daemon after exit when using key with passphrase
2024-08-14 14:40:38 +00:00
- Fix git vault readme not being generated on first push when no connections were added
2024-08-09 07:28:43 +00:00
- Fix terminal exit not working properly in fish
- Fix renaming a connection clearing all state information
- Fix script enabled status being wrong after editing an enabled script
2024-07-30 00:15:09 +00:00
- Fix download move operation failing when moving a directory that already existed in the downloads folder
2024-08-09 07:28:43 +00:00
- Fix some scrollbars are necessarily showing
2024-08-18 11:24:14 +00:00
- There is now support to view and change users/groups in the file browser
2024-08-14 14:40:38 +00:00
- External git vault data files are now also encrypted by default
2024-08-15 09:30:48 +00:00
- Rework state information display for proxmox VMs
2024-08-10 11:36:49 +00:00
- Automatically fill identity file for ssh config wildcard keys as well
2024-08-09 07:28:43 +00:00
- Improve error messages when system interaction was disabled for a system
- Don't show git all compatibility warnings on minor version updates
2024-07-28 20:27:48 +00:00
- Enable ZGC on Linux and macOS
2024-08-14 14:40:38 +00:00
- Some small appearance fixes