Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Kui-win32-x64.zip | 2023-01-13 | 108.5 MB | |
Kui-linux-x64.zip | 2023-01-13 | 102.8 MB | |
Kui-linux-arm64.zip | 2023-01-13 | 103.3 MB | |
Kui-darwin-x64.tar.bz2 | 2023-01-13 | 93.7 MB | |
Kui-darwin-arm64.tar.bz2 | 2023-01-13 | 88.6 MB | |
13.0.0.tar.gz | 2023-01-13 | 9.5 MB | |
13.0.0.zip | 2023-01-13 | 10.9 MB | |
README.md | 2023-01-13 | 1.8 kB | |
Totals: 8 Items | 517.3 MB | 0 |
Features
- This release integrates support for madwizard via plugin-madwizard. This allows you to create visual wizards automatically from markdown source. The Kui plugin includes the visualizations.
- Automatic Wizard Playground, accessible from the hamburger menu in the upper left. 👉
Fixes
kubectl get pod/nginx
has buggy drilldown#9179
- clicking on edit button does not use supplied --context option
#9083
- clicking on a row of
helm ls
yields an error#9123
kubectl kui
popup windows may not ever show current context and namespace#9220
- second popup window may not execute desired command
#9219
- vfs race condition may result in missing virtual files
#9217
- sidebar should auto-close on click
#9175
- remove some gratuitous tooltips
#9158
- various load time performance optimizations, to reduce window open latency by a few hundred milliseconds
Chores and Breaking Changes
- Updated React 17 -> 18. This can surface latent bugs in React components, hence the major bump here.
- Updated Electron 20 -> 22. This carries with it any breaking changes to the Electron API