mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 15:40:23 +00:00
18 lines
1.2 KiB
Markdown
18 lines
1.2 KiB
Markdown
## Sudo password improvements
|
|
|
|
This update will restore the old behavior of sudo passwords being automatically sourced from connection details when possible, e.g. an SSH login password or a set WSL password.
|
|
This behavior can also be combined with the option to always confirm elevation access in the security settings if you don't want XPipe to automatically fill in your sudo password.
|
|
|
|
## Other changes
|
|
|
|
- Add support for PowerShell on Linux and macOS
|
|
- Fix file browser being able to enter invalid state when the underlying connection dies, throwing a lot of errors for every action
|
|
- Fix license check not properly updating dates and immediately throwing errors once the license validation failed. It now properly honours the offline grace period
|
|
- Fix children connection not showing after refresh when another category was selected
|
|
- Fix passwords not being properly cached when multiple prompts were required to log in
|
|
- Fix askpass dialog frequently taking focus away from other applications while open
|
|
- Fix rare git lock file issues
|
|
- Fix terminal launch errors not showing
|
|
- Fix errors when deleting parent connection while editing child
|
|
- Fix trailing spaces in file name fields causing errors
|
|
- Improve custom SSH connection description
|