Skip to content

10.4.0

Compare
Choose a tag to compare
@starpit starpit released this 17 Jun 15:05
· 1301 commits to master since this release

With this release, Kui should no longer emit the annoying "renderer process reuse" message every time you launch it.

Features

CommonCrawl browsing with Kui

Multi-line input

  • 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 try ls /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

Screen Shot 2021-06-17 at 10 36 56 AM

  • Each split now has a header with close and clear buttons #7532 #7556

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