[release]

This commit is contained in:
crschnick 2023-04-25 10:20:36 +00:00
parent bc52cafaa1
commit 2b2614cc9b
2 changed files with 6 additions and 2 deletions

View file

@ -160,6 +160,7 @@ public abstract class UpdateHandler {
.getValue()
.getVersion()
.equals(preparedUpdate.getValue().getVersion())) {
event("Update is already prepared ...");
return;
}
}

View file

@ -1,7 +1,10 @@
## Changes in 0.5.37
- Add support for Kubernetes clusters
- Fix default terminal detection on macOS
- Add experimental support for Kubernetes clusters and pods
- Add ability to expand and collapse children list of connections
- Fix PowerShell Remote Session file updates not working
- Fix default terminal detection on macOS choosing wrong terminal
- Improve error messages when launching external programs
- Fix various small bugs
## Changes in 0.5.36
- Add support to lock your workspace with a custom password similar to password managers.