Skip to content

Commit

Permalink
[release]
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Apr 25, 2023
1 parent bc52caf commit 2b2614c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/io/xpipe/app/update/UpdateHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ public final void prepareUpdate() {
.getValue()
.getVersion()
.equals(preparedUpdate.getValue().getVersion())) {
event("Update is already prepared ...");
return;
}
}
Expand Down
7 changes: 5 additions & 2 deletions dist/changelogs/0.5.37.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 2b2614c

Please sign in to comment.