With this release, Kui should no longer emit the annoying "renderer process reuse" message every time you launch it.
Features
- Apple Silicon builds
- New s3 plugin. You can use this to browse CommonCrawl data, or your own S3 buckets; try
ls /s3/aws/commoncrawl
. If you have already set up your terminal for access to AWS or IBM cloud or a local Minio instance, then tryls /s3
to see your own buckets. We will be backfilling the documentation in the next release#7537
- Initial support for multi-line input. You may now use HERE docs and backslash
\
line continuations in Kui#7614
- When running Kui as a kubectl plugin ("popup mode"), Kui now runs with split terminals
Design
Chores
- Version bump to Electron v11, and fixes for "renderer process reuse" and other spurious console messages
#7606
Fixes
- Kui now more reliably scrolls output into view after command execution
#7525
export FOO=$(echo hi)
now works#7609
- PTY apps, such as
vi
are now properly sized to the Kui viewport#7599
#7601
- Kui blocks have strange orange focus outline
#7597
- Cleanups to "Lightweight" themes
#7621
- Text in StatusStripe widgets oddly overflows in narrower windows
#7583
- Sidecar toolbar buttons now use patternfly tooltips
#7573
For Kui Developers
- Notebook clients can now dictate that displayed notebooks are readonly, executable, or output-only, in any combination needed.
- Bottom input clients now work with split terminals