From 3097d1e02a5cf7e4cb29be5d9cfc5c35eb8cc895 Mon Sep 17 00:00:00 2001 From: crschnick Date: Sun, 20 Aug 2023 02:33:53 +0000 Subject: [PATCH] [stage] --- dist/changelogs/1.5.3.md | 40 ++++++++++++++++++++++++++++++++++++++++ version | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 dist/changelogs/1.5.3.md diff --git a/dist/changelogs/1.5.3.md b/dist/changelogs/1.5.3.md new file mode 100644 index 00000000..75072951 --- /dev/null +++ b/dist/changelogs/1.5.3.md @@ -0,0 +1,40 @@ +## Changes in 1.5.3 + +- Fix terminal session sometimes not opening the correct system using SSH jump hosts +- Fix debug mode not launching in some cases on Linux due to script permission issues +- Fix CLI crashing due to missing CPU features on outdated CPUs +- Fix SSH key file not being properly validated +- Fix integer field breaking when pasting into it +- Fix crash with a cryptic error message when temporary directory variable was invalid +- Fix Notepad++ not being detected when it was a thirty to bit installation +- Fix NullPointer when undoing a rename operation in file browser +- Fix NullPointer when no editor was set in file browser +- Fix shell connection state not being properly reset on unexpected termination +- Fix fish error check sometimes being displayed in cmd +- Fix file browser tab closing failing if underlying shell connection has died + +## Changes in 1.5.2 + +- Make automatic connection search dialog accessible from a separate button +- Add filter bar to connection chooser +- Add Kubernetes describe action for pods +- Fix Kubernetes functionality breaking when a pot contain multiple containers +- Use Kubernetes context names instead of cluster names to access resources +- Fix automatic ssh host key acceptance not working +- Fix paste not working in file browser +- Rework dynamic script generation to apply some properties after init scripts +- Many other small miscellaneous fixes and improvements + +## Changes in 1.5.1 + +- Add ARM build for Linux to available releases +- Add ability to sort connections by name and last access date +- Add ability to automatically accept new ssh host key when required +- Improve performance when adding are removing connections +- Look in PATH for terminals on windows +- Fix CLI error messages not being able to be parsed +- Many other small miscellaneous fixes and improvements + +## Changes in 1.5.0 + +https://github.com/xpipe-io/xpipe/releases/tag/1.5.0 is the largest update yet and comes with loads of improvements and changes, some of which might require you to update some connection configurations. There might be some rough edges, but these will be quickly ironed out. So please report any issues you can find! diff --git a/version b/version index a73b4325..1d5e9e0b 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.5.2 \ No newline at end of file +1.5.3 \ No newline at end of file