Releases: timtatt/sift
Releases · timtatt/sift
v0.12.2
Changelog
- ddc732d Fix infinite loop when running sift without input
- 39fddf0 Initial plan
- d278417 Merge pull request #38 from timtatt/copilot/fix-infinite-loop-sift-command
- 3a4c57c Separate q and ctrl+c behavior for proper exit handling
- b0297f1 Show warning and help text when no stdin provided
- ef89f2b Use signal.NotifyContext instead of signal channel
- d29c1e2 feat: bump version to 0.12.2
- 6bfe211 fix: error if no tests received from go test
- 38969a2 fix: handle force quit in the scanner
- 339b467 refactor: move scanstdin to the testmanager
v0.12.1
v0.12.0
Changelog
- 8b9a67a Merge pull request #28 from timtatt/feature/animated-chars
- 253f9c6 Merge pull request #29 from timtatt/feature/version-info
- 9c88292 Merge pull request #30 from timtatt/feature/version-info
- e3b2615 Merge pull request #31 from timtatt/feature/version-info
- af0a619 Merge pull request #32 from timtatt/feature/version-info
- 38db5dc chore: split release and ci workflow
- e743a02 chore: test bumping version to 0.12.0
- f8b3e70 feat: add version flag to cli
- dc20bd5 fix: ok so multiple workflows didn't work here
- 38fd946 fix: version not tagging properly on main
v0.11.0
Changelog
- cdabc79 Merge pull request #26 from timtatt/feature/build-fail
- c8e2d7f Merge pull request #27 from timtatt/fix/pretty-log-glitch
- 04d21d8 feat: add spinner for inprogress
- 4de65af feat: adding animated spinner
- 332ece6 feat: capture pkg build failures
- 608fc51 feat: display build errors in inline view
- c20a5b0 feat: display build errors in interactive view
- 5a0ec3a fix: glitch for prettified params
- 3e47c06 fix: handle summary counts for failed builds
- d83cd62 fix: update tests for error pkgs
v0.10.0
Changelog
- 1b03618 Ignore spaces in fuzzy search by normalizing search query
- b94cada Implement adaptive colors for light mode support
- 2ed93e7 Initial plan
- fe13a92 Initial plan
- d761e41 Merge pull request #15 from timtatt/docs/demo
- cb225a7 Merge pull request #21 from timtatt/copilot/ignore-spaces-fuzzy-search
- d9a0d47 Merge pull request #22 from timtatt/copilot/test-cli-light-mode
- 58b948a Merge pull request #24 from timtatt/fix/auto-mode
- 7e1a67c Merge pull request #25 from timtatt/feature/pkgs
- 0db0e10 Refactor to extract normalizeSearchQuery function
- 9e8ac86 Remove inline comments from color definitions
- 542c171 Separate highlight and skip icon colors for better visibility
- 0fad49e chore: ignore non-code paths
- 205e61f feat: add pkg name to the output
- 13ebfc4 feat: apply improved nesting to inline view
- c09ed0b feat: improve handling of nested tests
- ec8e1d4 feat: reduce footprint of duration
- 193c657 fix: bug in test stack allocation
- 1ec974a fix: calculation of package summary
- 6272715 fix: disable auto toggle mode by default
- 9b42813 fix: sort tests and pkgs as they're ingested
- f57c7db refactor: consolidate visibility check into single method
v0.9.0
v0.8.0
v0.7.0
v0.6.0
v0.5.0
Full Changelog: v0.4.0...v0.5.0
- refactor: separate view into multiple files
- feat: adding inline view
- test: add some unit tests
- refactor: use key.Binding for ring buffer keys
- refactor: handle key mappings as key.Binding
- docs: update readme
- feat: upload latest screenshot