Releases: Ahngbeom/rest-tui
Releases · Ahngbeom/rest-tui
Release list
v0.2.2
v0.2.1
v0.2.0
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
v0.1.0
Changelog
- 6f7cdf9 Add -version flag for goreleaser ldflags injection
- b65c3a2 Add MIT license and README
- 9fdf02d Add goreleaser and GitHub Actions release workflow
- 6b80301 Add scripts/build.sh to rebuild and update the checked-in binary
- 43570ec Auto-scroll the request view to the response on send/receive
- db3b350 Document module rename, release process, and app.go rendering in CLAUDE.md
- 7948a95 Initial commit: rest-tui HTTP client TUI
- 396c46d Rename module path from bahn to Ahngbeom to match the GitHub remote