This commit is contained in:
crschnick
2025-05-08 07:09:02 +00:00
parent 79ab729bf0
commit 37293cc72c
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
## SSH
You can now create all types of tunnels to VMs as well.
- You can now create all types of tunnels to VMs as well
- The tunnel notation has been improved to automatically escape IPv6 addresses when needed
-
The support for FIDO2 SSH keys on Linux and macOS has been improved:
- PINs are now cached by default so they only have to be entered once. Caching can be disabled in the security settings
@@ -22,10 +24,14 @@ Furthermore, the shell profile loading on Linux has been reworked with the goal
another user pushed to the remote git sync repo
- Add ability to close connection creation dialog quickly with ESC if no changes were made
- The docker parent entry no longer has a refresh button to prevent confusion with multiple refresh buttons
- The actual file names of shell session script entries are now shown on hover
- Add some more recognition for Mikrotik and Palo Alto devices
- Improve category styling
## Fixes
- Fix some file existence checks failing on Windows 10 since the latest Windows updates
- Fix zsh errors due to unquoted glob pattern
- Fix slow macOS startup due to mdfind being slow
- Fix zellij multiplexer not properly opening first tab due to timing issues
- Fix tmux window immediately closing if connection failed

View File

@@ -1 +1 @@
16.3-10
16.3-11