Skip to content

Releases: microsoft/tgrep

v0.1.10

10 Apr 05:43

Choose a tag to compare

What's Changed

  • docs: show avg latency per query in README benchmark table by @shengyfu in #36

Full Changelog: v0.1.9...v0.1.10

v0.1.9

09 Apr 04:56
42f5571

Choose a tag to compare

What's Changed

  • feat: add gecko-dev (~250K files) benchmark by @shengyfu in #28
  • fix: add regex safeguards and escape benchmark query by @shengyfu in #29
  • chore: bump version to 0.1.9 by @shengyfu in #30
  • fix: increase ripgrep benchmark timeout and fix exit code handling by @shengyfu in #32
  • ci: use standard runners for chromium benchmarks by @shengyfu in #33
  • docs: update benchmark results with gecko-dev and chromium across all platforms by @shengyfu in #34

Full Changelog: v0.1.8...v0.1.9

v0.1.8

08 Apr 14:39
71aa609

Choose a tag to compare

What's Changed

  • fix: suppress spurious reindex events during initial build by @shengyfu in #27

Full Changelog: v0.1.7...v0.1.8

v0.1.7

08 Apr 06:37
f97edbc

Choose a tag to compare

What's Changed

  • feat: add count-files subcommand by @shengyfu in #18
  • docs: add Contributing section to README by @shengyfu in #20
  • test: add fuzz testing with cargo-fuzz by @shengyfu in #21
  • fix: preserve insertion order in extract_with_masks by @shengyfu in #22
  • ci: add Windows ARM64 release build + bump version to 0.1.5 by @shengyfu in #24
  • feat: add --exclude flag for index and serve subcommands by @shengyfu in #25
  • feat: prevent multiple servers on the same index directory by @shengyfu in #26

Full Changelog: v0.1.4...v0.1.7

v0.1.6

08 Apr 05:39

Choose a tag to compare

Full Changelog: v0.1.5...v0.1.6

v0.1.5

08 Apr 02:37

Choose a tag to compare

What's Changed

  • feat: add count-files subcommand by @shengyfu in #18
  • docs: add Contributing section to README by @shengyfu in #20
  • test: add fuzz testing with cargo-fuzz by @shengyfu in #21
  • fix: preserve insertion order in extract_with_masks by @shengyfu in #22

Full Changelog: v0.1.4...v0.1.5

v0.1.4

06 Apr 17:28

Choose a tag to compare

What's Changed

  • fix: replace broken install commands in README with gh CLI by @shengyfu in #14
  • feat: detect stale files on server startup by @shengyfu in #15

Full Changelog: v0.1.3...v0.1.4

v0.1.3

05 Apr 22:59

Choose a tag to compare

What's Changed

  • refactor: load benchmark queries and repo URL from JSON file by @shengyfu in #11
  • Reduce testcases for benchmark-chromium.json to avoid timeout by @shengyfu in #12
  • fix: Chromium benchmarks to avoid CI timeout by @shengyfu in #13

Full Changelog: v0.1.2...v0.1.3

v0.1.2

04 Apr 21:36
abcb7f6

Choose a tag to compare

What's Changed

  • test: add integration tests for ripgrep-compatible flags by @shengyfu in #8
  • feat: mask-based index filtering with compact 6-byte posting entries by @shengyfu in #9
  • perf: parallelize file walking and defer binary check by @shengyfu in #10

Full Changelog: v0.1.1...v0.1.2

v0.1.1

04 Apr 04:28
622f645

Choose a tag to compare

What's Changed

  • Initial check-in: tgrep trigram-indexed code search tool by @shengyfu in #4
  • Add ripgrep-compatible CLI flags for drop-in replacement usage by @shengyfu in #5
  • chore: bump version to 0.1.1 by @shengyfu in #6
  • chore: update Cargo.lock for version 0.1.1 by @shengyfu in #7

New Contributors

Full Changelog: v0.1.0...v0.1.1