mirror of
https://github.com/xpipe-io/xpipe.git
synced 2025-04-17 01:33:36 +00:00
[stage]
This commit is contained in:
parent
2a6e3ac643
commit
d1f644998d
2 changed files with 18 additions and 16 deletions
32
dist/changelogs/12.0.md
vendored
32
dist/changelogs/12.0.md
vendored
|
@ -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
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
12.0-4
|
||||
12.0-5
|
||||
|
|
Loading…
Add table
Reference in a new issue