From d1f644998d123d786ee6adce611de220e91d3b79 Mon Sep 17 00:00:00 2001 From: crschnick Date: Fri, 27 Sep 2024 12:34:58 +0000 Subject: [PATCH] [stage] --- dist/changelogs/12.0.md | 32 +++++++++++++++++--------------- version | 2 +- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/dist/changelogs/12.0.md b/dist/changelogs/12.0.md index 552edd400..9d2f7b034 100644 --- a/dist/changelogs/12.0.md +++ b/dist/changelogs/12.0.md @@ -1,25 +1,19 @@ -## Git vault improvements - -- Add more extensive documentation to the remote git repository settings menu -- Add restart button to the sync settings menu -- Improve git failure messages -- Fix git CLI check not working on macOS due to xcode-select - ## Changes -- Add functionality to automatically write file as sudo when permissions are denied -- You can now restart any ended terminal session by pressing R in the terminal. +- Add popup to automatically save file with sudo when permissions are denied in file browser +- You can now restart any ended terminal session by pressing R in the terminal - Add support for the windows credential manager as a password manager - Reuse existing shell session when adding new connection and searching for available connections -- Implement support for setting custom icons -- Improve script summary display -- Improve color scheme for light themes -- Improve connection hub styling +- Implement support for setting custom icons, thanks to https://github.com/selfhst/icons - Replace deprecated wmic tool interaction on Windows +- Add button to log in as a different user for RDP tunnel connections +- Properly terminate all running connections when shutting down +- Improve color scheme contrast for light themes +- Improve connection hub styling - Rework Windows OS name detection to fix wmic issues -- Add button to login as a different user for RDP tunnel connections -- Properly terminate running tunnels when shutting down +- Improve script summary display - Upgrade to GraalVM 22.0.2 +- There is now a docker image with a web-based desktop environment for XPipe at https://github.com/xpipe-io/xpipe-webtop ## Fixes @@ -33,3 +27,11 @@ - Fix some startup checks not working - Fix scrollbar not resetting when changing application tabs - Fix file modified dates and color names not being translated + +## Git vault improvements + +- Add more extensive documentation to the remote git repository settings menu +- Add restart button to the sync settings menu +- Improve git failure messages +- Fix git CLI check not working on macOS due to xcode-select +- Fix git sync failing when multiple gpg programs were present in PATH diff --git a/version b/version index 62b72aed6..aaee0304d 100644 --- a/version +++ b/version @@ -1 +1 @@ -12.0-4 +12.0-5