From 6d415c6fe37e00191fe3c38a1d4fd726f6c52fea Mon Sep 17 00:00:00 2001 From: crschnick Date: Sun, 23 Apr 2023 11:10:08 +0000 Subject: [PATCH] [stage] --- dist/changelogs/0.5.37.md | 21 +++++++++++++++++++++ version | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 dist/changelogs/0.5.37.md diff --git a/dist/changelogs/0.5.37.md b/dist/changelogs/0.5.37.md new file mode 100644 index 00000000..c60261f9 --- /dev/null +++ b/dist/changelogs/0.5.37.md @@ -0,0 +1,21 @@ +## Changes in 0.5.37 +- Add support for Kubernetes clusters +- Fix default terminal detection on macOS +- Improve error messages when launching external programs + +## Changes in 0.5.36 +- Add support to lock your workspace with a custom password similar to password managers. + This will encrypt all stored sensitive information using the password as the key. + The general password encryption has also been reworked, which results in all existing passwords becoming invalid. + So make sure to reenter your passwords for any connection. +- Add experimental support for PowerShell Remote connections +- Add support for PowerShell core shell environments +- Improve file browser performance +- Improve initial connection startup after being added +- Implement initial support for future package manager builds +- Rework updating system to accommodate package managers +- Improve error handling +- Improve error display in connection creation +- Fix many bugs + +So don't forget to reenter your passwords for all connection. diff --git a/version b/version index 0aa6e4f8..af83650e 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.5.36 \ No newline at end of file +0.5.37 \ No newline at end of file