xpipe/dist/changelogs/1.4.0.md

22 lines
1.1 KiB
Markdown
Raw Normal View History

2023-07-19 00:46:47 +12:00
## Changes in 1.4.0
- Implement support for SSH tunnels / port forwarding.
This includes local, remote, and dynamic tunneling.
- Rework file browser transfer pane. Files dropped there will no longer be downloaded automatically.
Instead, you can also use it just to quickly transfer a set of files across file system tabs.
Only when you now click the new download button, the set of files is downloaded
to your local machine and can be dragged into your native desktop environment as regular files.
2023-07-20 22:53:05 +12:00
- Publish xpipe package to the arch user repository
2023-07-19 00:46:47 +12:00
- Add support for podman containers
- Add support for BBEdit as an editor
- Add support for Alacritty on Windows and macOS as well
- Add support for Kitty on macOS
- Restyle sidebar to take up less space
- Improve scaling of connection list display information
- Improve askpass script retention
2023-07-22 00:38:16 +12:00
- Properly apply startup mode setting
2023-07-19 00:46:47 +12:00
- Fix some features not working on busybox systems due to unknown base64 --decode option
- Fix local elevation not working on macOS with Fig installed
2023-07-22 00:38:16 +12:00
- Fix commands and psql not launching when username contains spaces
2023-07-19 00:46:47 +12:00
- Many other small miscellaneous fixes and improvements