Skip to content

v0.25.0

Choose a tag to compare

@nklmilojevic nklmilojevic released this 08 Sep 20:10
3a4fc59

Upgrade note

Legacy palette key settings move automatically to [keys.command]. Sofka saves the original file as config.toml.bak. For read-only files or symlinks, it shows a warning and converts the settings in memory. #399

What’s new

  • Configure keyboard shortcuts. Change or disable built-in key bindings. Help and key hints show your settings. Apply changes with :reload. #399
  • Navigate across contexts. Use :pods @production-cluster default to select a context, resource, and namespace together. Context names support completion. #392
  • Start in compact mode. Set compact_mode = true for a one-line header and no footer. #389
  • Identify the active connection in the terminal title. The title now shows the context and namespace. Set terminal_title = false to disable this. #386
  • Show image tags in custom columns. Use format = "image-tag" to display the tag from an image reference. #394

Fixes

  • CRD printer columns now support condition filters on status, such as .status.conditions[?(@.status=="True")].type. Previously, these columns were skipped. #402

What's Changed

Full Changelog: v0.24.9...v0.25.0