Skip to content

v1.3.1

Choose a tag to compare

@pcvelz pcvelz released this 24 Feb 15:31
· 16 commits to main since this release

What's New

  • Regex filters — extract-mode filters now use regex matching instead of literal substring, consistent with search-mode's grep behavior
  • OR syntax — use term1|term2|term3 to match any of multiple terms
  • BRE compatibility\| (grep-style OR) is automatically normalized to | so both syntaxes work
  • Graceful fallback — invalid regex patterns fall back to literal matching instead of crashing