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