xpipe/dist/changelogs/0.5.39.md

16 lines
746 B
Markdown
Raw Normal View History

2023-05-04 04:13:32 +12:00
## Changes in 0.5.39
2023-05-04 05:05:11 +12:00
- Add ability to automatically create a root shell environment
2023-05-04 04:13:32 +12:00
- Fix connection list in file browser not updating
- Fix kubernetes validation not working correctly
- Fix docker detection when user was not in docker group
- Only show supported entries in scan dialog
## Changes in 0.5.38
- Improve file browser performance and responsiveness
- Show file attributes in file browser
- Fix PowerShell Core environments not launching pwsh.exe
- Fix PowerShell Core launch timeouts due to ANSI escapes codes
- Fix NullPointerException when using Powershell connection as host for SSH connection
- Check whether SSH client is installed prior to calling it
- Report underlying error when terminal open fails
- Fix various small bugs