From 09178d171ba2f5ff87d7a686838881724bf2b27e Mon Sep 17 00:00:00 2001 From: crschnick Date: Wed, 3 May 2023 16:13:32 +0000 Subject: [PATCH] [release] --- .../io/xpipe/app/comp/about/PropertiesComp.java | 2 +- dist/changelogs/0.5.39.md | 15 +++++++++++++++ version | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 dist/changelogs/0.5.39.md diff --git a/app/src/main/java/io/xpipe/app/comp/about/PropertiesComp.java b/app/src/main/java/io/xpipe/app/comp/about/PropertiesComp.java index 242d61f9..d94d6000 100644 --- a/app/src/main/java/io/xpipe/app/comp/about/PropertiesComp.java +++ b/app/src/main/java/io/xpipe/app/comp/about/PropertiesComp.java @@ -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"), diff --git a/dist/changelogs/0.5.39.md b/dist/changelogs/0.5.39.md new file mode 100644 index 00000000..cd70af52 --- /dev/null +++ b/dist/changelogs/0.5.39.md @@ -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 \ No newline at end of file diff --git a/version b/version index e0d422dc..c72f2c54 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.5.38 \ No newline at end of file +0.5.39 \ No newline at end of file