This commit is contained in:
crschnick 2023-12-20 10:06:52 +00:00
parent 1ad11a38a1
commit 5549f04541
2 changed files with 21 additions and 1 deletions

20
dist/changelogs/1.7.12.md vendored Normal file
View file

@ -0,0 +1,20 @@
### New professional features
- Add ability to open files and directories in VSCode SSH remote environment in file browser
### Other changes
- Optimize terminal launching performance. When no scripts, environment, or custom title/color are enabled for a connection,
it will now be instantly launched in a terminal without verifying the connection first.
This will speed up the process but will move any occurring errors into the terminal window.
It also fixes any login banners not being shown.
- Improve error messages when an additional password was requested by the connection
when none was provided instead of just showing permission denied
- Make SSH connection starting from a WSL environment use the native Windows key helper for FIDO2 keys
- Automatically focus text field when showing askpass window
- Fix connection state not being preserved when being added the first time
### Preview pro features
For anyone interested in giving any new professional features a try without having to commit to buying a full license,
there is now a special preview mode available: Simply enter the license key `D18D1C9F-D3CB-49CA-A909-FF385DECD948` and get full access to newly released professional features for two weeks after their initial release date. In fact, you can try it out right now to get access to the new SSH authentication features.

View file

@ -1 +1 @@
1.7.11
1.7.12