From 2221430c783780a9ce3c921e60b8fe9e8170b120 Mon Sep 17 00:00:00 2001 From: crschnick Date: Sat, 10 Jun 2023 16:07:23 +0000 Subject: [PATCH] Fix shell detection [release] --- dist/changelogs/1.1.3.md | 23 +++++++++++++++++++++++ version | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 dist/changelogs/1.1.3.md diff --git a/dist/changelogs/1.1.3.md b/dist/changelogs/1.1.3.md new file mode 100644 index 00000000..acc578f7 --- /dev/null +++ b/dist/changelogs/1.1.3.md @@ -0,0 +1,23 @@ +## Changes in 1.1.3 + +- Fix posix shell detection being wrong and launching wrong shell type + +## Changes in 1.1.2 + +- Fix browser initialization race condition +- Fix OOB for some PowerShell sessions + +## Changes in 1.1.1 + +- Improve startup time +- Improve error messages when command or shell connection fails +- Fix directory copy across systems not finishing +- Fix self-updater not launching on Linux and macOS. Might require a reinstallation to get it working again +- Fix file browser not working for some Alpine Linux distributions +- Add support for Tabby terminals +- Start up local and wsl sessions in user home directory +- Improve search for connections dialog +- Improve accessibility support for screen readers +- Improve error messages +- Properly clean temp directories +- Many small miscellaneous fixes and improvements \ No newline at end of file diff --git a/version b/version index 8428158d..9c1218c2 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.1.2 \ No newline at end of file +1.1.3 \ No newline at end of file