From 4f1ddc6634d4ab3d490e849de148b5785579814c Mon Sep 17 00:00:00 2001 From: crschnick Date: Sun, 18 Aug 2024 15:12:26 +0000 Subject: [PATCH] Update changelog --- dist/changelogs/11.0.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dist/changelogs/11.0.md b/dist/changelogs/11.0.md index 1fc7c30b..8b3ecba7 100644 --- a/dist/changelogs/11.0.md +++ b/dist/changelogs/11.0.md @@ -32,7 +32,7 @@ You can now create multiple user workspaces in the settings menu. This will crea Up until now, if you added a connection that always allocated pty, XPipe would complain about a missing stderr. This was usually the case with badly implemented third-party ssh wrappers. In XPipe 11, there has been a ground up rework of the shell initialization code which will in theory allow for better handling of these cases. You can therefore now also launch such connections from the hub in a terminal. More advanced operations, such as the file browser, are not it possible for these connections though. -## Other +## Fixes - Fix git sync freezing when using key with passphrase on modern ssh clients - Fix git sync restarting daemon after exit when using key with passphrase @@ -42,11 +42,15 @@ Up until now, if you added a connection that always allocated pty, XPipe would c - Fix script enabled status being wrong after editing an enabled script - Fix download move operation failing when moving a directory that already existed in the downloads folder - Fix some scrollbars are necessarily showing +- Fix file browser list jumping around on first show + +## Other + - There is now support to view and change users/groups in the file browser - External git vault data files are now also encrypted by default - Rework state information display for proxmox VMs - Automatically fill identity file for ssh config wildcard keys as well - Improve error messages when system interaction was disabled for a system -- Don't show git all compatibility warnings on minor version updates +- Don't show git vault compatibility warnings on minor version updates - Enable ZGC on Linux and macOS -- Some small appearance fixes +- Some small appearance improvements