Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 02:33
· 90 commits to main since this release
467c20a

This release improves the TUI experience:

  • it adds a detail page for function calls (to try it out, press s to select a function call).
  • it fixes colors when a light terminal background is used.
  • it fixes various rendering issues.

What's Changed

  • tui: selection mode by @chriso in #42
  • tui: color fixes by @chriso in #41
  • tui: fix minor rendering issues by @chriso in #44
  • tui: fix how auth errors are displayed in TUI mode by @chriso in #45
  • tui: prevent one row from being truncated by @chriso in #48
  • run: improve log output by @chriso in #49
  • run: improve formatting of Python input/output values by @chriso in #50
  • run: kill child process if CLI panics by @chriso in #47
  • run: use base62 session IDs by @chriso in #46

Full Changelog: v0.1.0...v0.2.0