Skip to content

Releases: edouard-claude/snip

v0.6.4

20 Mar 04:14

Choose a tag to compare

Changelog

  • 1e6b710 fix: reject unproxyable commands like cd with clear error

v0.6.3

19 Mar 17:06

Choose a tag to compare

Changelog

  • 2d3c761 fix: inject version via ldflags instead of hardcoded const

v0.6.2

19 Mar 14:24

Choose a tag to compare

Changelog

  • e54455c fix: handle shell built-ins like export in command execution

v0.6.1

10 Mar 10:03

Choose a tag to compare

Changelog

v0.6.0

10 Mar 09:42

Choose a tag to compare

Changelog

  • 93ab331 Merge pull request #10 from fabienpiette/feat/rails-filters
  • 91dca54 Merge pull request #11 from Sirz3chs/fix/hook-xargs-multiline-command
  • ab68505 feat(filters): add Rails ecosystem filters (rspec, bundle, routes, migrate)
  • 2d554e4 fix: bump Go to 1.25.8 to resolve GO-2026-4602 vulnerability
  • 65aea20 fix: replace xargs with head+sed in hook to handle multiline commands

v0.5.0

21 Feb 07:24

Choose a tag to compare

Changelog

  • 4228294 Merge pull request #7 from edouard-claude/docs/readme-homebrew
  • 42d8f13 Merge pull request #8 from edouard-claude/docs/fix-diagram
  • 76c99ac Merge pull request #9 from edouard-claude/docs/wiki-link
  • 7bde5b6 feat: lite build mode and go-test filter rewrite

v0.4.1

21 Feb 03:57
d0cc316

Choose a tag to compare

Changelog

  • d0cc316 Merge pull request #6 from edouard-claude/feat/homebrew-tap
  • 71bd5cf feat: add Homebrew tap distribution via GoReleaser

v0.4.0

21 Feb 03:41
dd1e1f9

Choose a tag to compare

Changelog

  • 457f725 ASCII
  • dd1e1f9 Merge pull request #5 from edouard-claude/feat/enhanced-gain-dashboard
  • 7aabb37 feat: enhanced gain dashboard with by-command breakdown, sparkline, and colored output

v0.3.2

20 Feb 15:42
1a8c85d

Choose a tag to compare

Changelog

  • 1a8c85d fix: negative token savings caused by passthrough pollution and wrong avg (#3)

v0.3.1

20 Feb 11:22

Choose a tag to compare

Changelog

  • 831619a fix(ci): set GOPRIVATE to prevent proxy resolution of own module
  • d9cbb9b fix(ci): unignore internal/tee package excluded by overly broad gitignore rule
  • cc14b02 fix(lint): check all error return values and remove unnecessary nil check
  • 7812296 fix(lint): resolve all errcheck and staticcheck violations
  • 7a6a5d1 fix(security): bump Go to 1.24.13 to resolve stdlib vulnerabilities