Skip to content

Commit

Permalink
[release]
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed May 3, 2023
1 parent c1886cc commit 09178d1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected Region createSimple() {
.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"),
Expand Down
15 changes: 15 additions & 0 deletions dist/changelogs/0.5.39.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.38
0.5.39

0 comments on commit 09178d1

Please sign in to comment.