Skip to content

Releases: timtatt/sift

v0.12.2

17 Nov 12:19
d278417

Choose a tag to compare

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

02 Nov 10:53
debd84e

Choose a tag to compare

Changelog

  • debd84e Merge pull request #35 from timtatt/fix/inline-mode
  • 736f27d chore: bump version to v0.12.1
  • 9575ff9 fix: print entire test outcome in inline mode

v0.12.0

23 Oct 13:55
af0a619

Choose a tag to compare

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

23 Oct 13:13

Choose a tag to compare

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

22 Oct 14:17

Choose a tag to compare

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

05 Oct 00:41
02314c6

Choose a tag to compare

Changelog

  • 02314c6 Merge pull request #13 from timtatt/feature/tests
  • 29df7a6 Update issue templates
  • 8754216 chore: add vet to the pipeline
  • ed3987c chore: adding goreleaser
  • d88d4c5 feat: add AGENTS.md file
  • c50b867 feat: add key binding for ctrl+p and ctrl+n
  • 5039eb6 feat: adding makefile to run tests

v0.8.0

04 Oct 03:10

Choose a tag to compare

What's Changed

  • Fix wrapping of help view by @timtatt in #6
  • feat: using kong to handle the cli flags by @timtatt in #7

Full Changelog: v0.7.0...v0.8.0

v0.7.0

04 Oct 02:16
b4c4858

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

03 Oct 14:34

Choose a tag to compare

v0.5.0

03 Oct 10:53

Choose a tag to compare

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