Skip to content

Release v0.3.0 - ugrep Support & Search Logic Improvements

Compare
Choose a tag to compare
@johnhuang316 johnhuang316 released this 25 Jun 07:03
· 19 commits to master since this release

What's New

New Search Engine Support

  • Added ugrep support - Ultra-fast Unicode grep with native fuzzy search capabilities
  • Automatic tool selection - Server now intelligently chooses the best available search tool

Improvements

  • Refactored search tool selection logic - Cleaner, more reliable tool detection and fallback
  • Enhanced fuzzy search - Better fuzzy matching behavior across different search engines
  • Bug fixes - Various small fixes for improved stability and performance

Supported Search Tools

  • ugrep (new)
  • ripgrep
  • ag (The Silver Searcher)
  • grep
  • Built-in Python search (fallback)

Full Changelog: v0.2.1...v0.3.0

What's Changed

Full Changelog: v0.2.1...v0.3.0