Skip to content

Commit

Permalink
[release]
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Jul 22, 2023
1 parent c9be795 commit 9e085af
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions dist/changelogs/1.4.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## Changes in 1.4.2

- Fix SSH connections where an additional password that was not
required was provided failing with the error "Input was closed before end was read" on Windows
- Fix sidebar having an insatiable hunger for more space and crushing
everything else when display scale was set to 150%+ on Windows

## Changes in 1.4.1

- Fix application not starting on Windows (Sorry, for that!)

## 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.
- Publish xpipe package to the arch user repository
- 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
- Properly apply startup mode setting
- Fix some features not working on busybox systems due to unknown base64 --decode option
- Fix local elevation not working on macOS with Fig installed
- Fix commands and psql not launching when username contains spaces
- Many other small miscellaneous fixes and improvements
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.4.2

0 comments on commit 9e085af

Please sign in to comment.