From 37293cc72c878cf028fd4a8a452d6fcd0f5aacc8 Mon Sep 17 00:00:00 2001 From: crschnick Date: Thu, 8 May 2025 07:09:02 +0000 Subject: [PATCH] [stage] --- dist/changelogs/16.3_incremental.md | 8 +++++++- version | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dist/changelogs/16.3_incremental.md b/dist/changelogs/16.3_incremental.md index 8c5eae64b..0a5a0b9bb 100644 --- a/dist/changelogs/16.3_incremental.md +++ b/dist/changelogs/16.3_incremental.md @@ -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 diff --git a/version b/version index 54be04ff9..4d1eb77d2 100644 --- a/version +++ b/version @@ -1 +1 @@ -16.3-10 +16.3-11