Skip to content

ugrep v6.1

Latest
Compare
Choose a tag to compare
@genivia-inc genivia-inc released this 03 Jun 17:44
· 8 commits to master since this release

What's new?

  • improves option -w to support Unicode as planned #234
  • makes [[:alpha:]] and other [::] character classes also match Unicode by default, like \p{Class} already does, unless option -U (--ascii or --binary) is used #234
  • Unicode word boundaries \<, \>, \b, \B unless option -U (--ascii or --binary) is used #234
  • adds static Linux builds for x64 and AArch64 #373 #398 but still needs a script via wget for easy non-admin install on a system (work in progress, but I don't want to include these static binaries in the future, see #373 and feel free to comment)
  • improves bash and zsh auto-completion usability #395 #394 #392

Note: no significant speed updates to report at this time