mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 00:50:31 +00:00
[release]
This commit is contained in:
parent
bc52cafaa1
commit
2b2614cc9b
2 changed files with 6 additions and 2 deletions
|
@ -160,6 +160,7 @@ public abstract class UpdateHandler {
|
|||
.getValue()
|
||||
.getVersion()
|
||||
.equals(preparedUpdate.getValue().getVersion())) {
|
||||
event("Update is already prepared ...");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
7
dist/changelogs/0.5.37.md
vendored
7
dist/changelogs/0.5.37.md
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue