What's new?
- the ug command no longer quits with an error message when no default .ugrep config file was found
- bzip3 is supported but not required to build ugrep, see also #316; to use bzip3 with ugrep, execute
./build.sh --with-bzip3
. - fix the output of
+
separators by no longer using them #317 for GNU grep compatibility - fix option
-v
with-ABC
context #319 - fix configuration file option arguments that may got lost and causes option argument errors in some cases after parsing a config file, such as
colors=
- allow config file importing in config files using
config=FILE
(but does not permit recursive imports) see also #320 - add
Dockerfile-minimized
#322 - minor usability improvements
Thank you for your support and for using ugrep!