[release]

This commit is contained in:
crschnick 2023-05-03 16:13:32 +00:00
parent c1886cc9cd
commit 09178d171b
3 changed files with 17 additions and 2 deletions

View file

@ -30,7 +30,7 @@ public class PropertiesComp extends SimpleComp {
.addComp(title, null)
.addComp(
AppI18n.observable("version"),
new LabelComp(AppProperties.get().getVersion() + " (x64)"),
new LabelComp(AppProperties.get().getVersion() + " (" + AppProperties.get().getArch() + ")"),
null)
.addComp(
AppI18n.observable("build"),

15
dist/changelogs/0.5.39.md vendored Normal file
View file

@ -0,0 +1,15 @@
## Changes in 0.5.39
- 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

View file

@ -1 +1 @@
0.5.38
0.5.39