Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 09:36

Changelog

  • 23d58c5 Publish Homebrew formula under Formula/ to match the tap's existing layout
  • 9c4fdf3 Replace existing release artifacts on goreleaser retry
  • 580e8f3 build: add curl installer script and build.sh --install flag
  • e40d5be build: rebuild committed dev binary
  • 06da949 build: strip local file paths from dev binary with -trimpath
  • f79e723 docs: add implementation plan for review fixes and public release
  • e2c9c8e gofmt: fix import ordering and comment alignment
  • 62d6e23 history: guard Store.warning with a mutex to fix data race
  • 33d7c65 history: serialize Store file access to prevent lost updates under concurrent Append
  • fd4aa8c httpfile: isolate parse errors per block instead of failing the whole file
  • d51c98b tui: add directory history, clipboard copy, request editor, and recent-requests list
  • 7663b8f tui: fix regression where empty/comment-only .http files stalled focus
  • 204390f tui: keep showing valid requests when only some blocks fail to parse
  • ae85a24 tui: re-check history store warning whenever it might have just been detected