Releases: kubernetes-sigs/kui
v9.3.8
v9.3.7
Fixes
With this release, using your mouse wheel or trackpad to scroll the terminal will no longer be interrupted by any editors that may appear in the terminal. This kind of swipe-scrolling should now be substantially more usable.
- da2a547 monaco editor always consumes mouse wheel scrolling events
v9.3.6
v9.3.5
v9.3.4
Fixes
- 38a112a Improve debuggability of s3 vfs mounting
- 3e52272 kubectl watcher should auto-terminate, if given a bound up front
- 63caeb7 as sequence diagram nRows grows, rows shrink, but fonts do not
- 5737ed9 s3 job watcher sometimes fails due to startup issues
- 5dd00d4 plugin-kubectl's fetch-file, when using electron, does not have error handling
- ba34762 kubectl help sometimes does not line wrap properly
Minor Features
- fbbf1f9 Allow user to specify CWD as prompt. See #6405 (comment) for details.
Chores
- d76c12c bump to electron 10.2.0
v9.3.3
v9.3.2
Fixes
- 323f5a5 SequenceDiagram bar widths are pretty buggy
Features
If you command-click (macOS)/option-click (Linux and Windows) on a table cell, Kui will show the drilldown in a separate terminal split. This helps with retaining the context of the table, while exploring the details of the rows. If you want to invert this behavior, i.e. so that normal clicking sends to a side split and command clicking sends to the same split, then set the environment variable KUI_SPLIT_DRILLDOWN=true
before launching Kui. Let us know if you feel that this should be the default behavior.
- 5d3f032 Meta-click on table entries should open the drilldown in a different split
- 3618acf Allow users to opt in to default meta-click behavior
In this gif, we first command-clicked on a few grid cells. These drilldowns were thus sent to the side split. Finally, we normally clicked, hence the final drilldown was sent to the same split.
v9.3.1
v9.3.0
Features
- This release includes refinements to the theme selector and Kubernetes context and namespace selectors. You may now change any of these settings via a quick selection at the bottom of the window.
- The current git branch widget has also been refined. Now, clicking on the widget shows you a summary of your branch changes. Clicking on a changed file shows the changes in the Monaco diff editor;
git diff
from the command line now also does the same. - The Kui update checker UI has been refined. It looks better, and also uses the same popover UI as the current git branch widget to display the release notes for the new version.
kubectl get -f
now shows a tree view over your resources, including indications of which resources having pending changes.kubectl diff
information is now displayed via the Monaco diff editor
Fixes
- multiple fixes for poor display in Popup clients
- Clicking the Edit icon in a
kubectl get
view now transitions smoothly to edit mode; previously the UI would have a noticeable flashing redraw when making this transition. The same fix also benefits clicking the Rerun button in a block. This transition is now smooth. themes
command table no longer has odd line wrapping- many PatternFly Light theme color contrast fixes
- sass improvements to design of new themes, and new Mercury theme that demonstrates use of the new mixins
Screenshots
These are taken with the new Mercury theme.