Skip to content

v0.3.0-alpha.4

Choose a tag to compare

@github-actions github-actions released this 25 Jul 19:34

Changelog

  • 82e0c84 build(deps): migrate lipgloss v1 to v2
  • 28c8fb2 chore(scripts): add a cluster payload measurement script
  • d01e0dc feat(tui): support paste, Home/End, and Ctrl-arrow word-jump in every text field
  • d57074e fix(demo): put the api rollout's replicaset inside the 30m recent-changes window
  • 680046d fix(kube): stop a slow cluster link reporting a false connection outage
  • 727e713 fix(overview): make the selected row's background solid in nodes, trouble, and recent-changes lists
  • 43736dc fix(tui): don't report empty data while its cache is still loading
  • 728c7f8 fix(tui): keep loading states tied to the kind actually being viewed
  • ae8ceb4 fix(tui): make the shared table backstop a selected/marked row's cell backgrounds
  • de94f0d fix(tui): refresh screens when their secondary resources change
  • e10220f fix(tui): scroll the who-can and helm-history tables to follow the cursor
  • 967759f fix(tui): stop the jump palette hanging the app on a real cluster
  • ac4132c perf(kube): discover custom kinds without downloading their schemas
  • 7b31385 perf(kube): drop managedFields from informer caches
  • 937759c perf(kube): list Helm releases without reading every Secret
  • 34f262b perf(kube): start each kind's informer on first use instead of all at launch
  • 1bc7657 perf(tui): count kinds in the jump palette without loading them
  • 388e0d5 refactor(kube): drive typed informers and cache reads from one kind table
  • a4b23f6 refactor(tui): migrate the hand-rolled loading spinner to bubbles/v2/spinner
  • 61cdafd test(tui): fix ineffassign lint findings in goto palette tests