This commit is contained in:
crschnick 2024-09-27 12:34:58 +00:00
parent 2a6e3ac643
commit d1f644998d
2 changed files with 18 additions and 16 deletions

View file

@ -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

View file

@ -1 +1 @@
12.0-4
12.0-5