Skip to content

v0.3.0-alpha.5

Choose a tag to compare

@github-actions github-actions released this 26 Jul 17:59

Changelog

  • 8053125 build(demos): add a batch demo-recording script and simplify tape startup
  • 0ddd56f build(demos): re-record the demo gifs at 1220x770
  • 91fead9 build(demos): switch demo recording from vhs to betamax/libghostty-vt
  • 0f86ed2 ci(pages): cache-bust demo gifs on deploy
  • 7b43476 docs(design): re-verify the fidelity audit against main and record the delta
  • a5e6fb8 feat(cli): add --context, -n/--namespace, and --kubeconfig startup flags
  • 74f03f6 feat(tui): animate the loading indicator instead of showing a static glyph
  • 7db14b1 feat(tui): show a Helm revision's full failure reason in the history strip
  • 3e9e5cd fix(execpicker): show each container's detected shells instead of a fixed sh, bash
  • 8975c5f fix(tui): disable exec, node shell, and edit while the cluster connection is down
  • a06c07f fix(tui): paint the Helm history shell while the revisions load
  • 311f02b fix(tui): remove the seam around the pod detail last-termination banner
  • 72951f9 fix(tui): show the sort arrow on the REV, AGE and UPTIME columns
  • 5d02779 fix(tui): stop the Helm history rail truncating a revision's failure reason
  • 55980c4 fix(tui): swap the pending status glyph from ◐ to ▲
  • 5638e58 perf(app): list Helm releases from the release cache so history opens instantly
  • 808cc44 perf(helm): decode only the selected release when opening its history
  • d704aac refactor(app): build the session lister through one constructor