------------------------------------------------------------------- Sat May 1 09:45:09 UTC 2021 - Andreas Stieger - update to 3.1.15: * fix a recursive search crash ------------------------------------------------------------------- Wed Apr 28 01:41:49 UTC 2021 - Wang Jun - ugrep 3.1.14: * Fix names of the encodings, it's ISO-8859, not ISO-8869 * Fixed an issue when placing options --bool, -G, -F, -w, -x at the end of the command line * Add missing header file "limits" in mmap.hpp * Use option `-U` instead of `-C` for `diff` * Minor --bool and --glob improvements; MinGW portability * Update README.md with Alpine Linux * Updated \s pattern matching to exclude newline, compatible with GNU/BSD grep. * Added format field %[NAME]# to output named capturing groups and %[NUM1|NAME1|NUM2|NAME2...]# to output the first capturing group that matched by num or name; option --bool improvements * Fix #125 and fix #122 ------------------------------------------------------------------- Tue Feb 9 06:47:55 UTC 2021 - Andreas Stieger - ugrep 3.1.7: * various fixes, including fixes to globbing and regex ------------------------------------------------------------------- Sun Jan 17 09:22:45 UTC 2021 - Andreas Stieger - ugrep 3.1.3: * fixes for other platforms only ------------------------------------------------------------------- Sun Dec 27 22:04:12 UTC 2020 - Andreas Stieger - ugrep 3.1.1: * clarifications on boolean search query pattern feature ------------------------------------------------------------------- Fri Dec 18 18:17:39 UTC 2020 - Andreas Stieger - ugrep 3.1.0: * New --bool option to specify a Boolean search query pattern * New --and and --not options * --format not supports -v ------------------------------------------------------------------- Mon Dec 7 14:40:18 UTC 2020 - Andreas Stieger - ugrep 3.0.6: * slightly improved error handling ------------------------------------------------------------------- Thu Nov 26 07:58:11 UTC 2020 - Wang Jun - ugrep 3.0.5: * 'enable-color' option deprecated, use 'disable-auto-color' * support wide Unicode strings * update some documents ------------------------------------------------------------------- Sun Oct 25 13:59:32 UTC 2020 - Andreas Stieger - ugrep 3.0.4: * fix an issue with large zip files searched in the query UI ------------------------------------------------------------------- Fri Oct 23 10:17:28 UTC 2020 - Andreas Stieger - ugrep 3.0.2: * speed improvements ------------------------------------------------------------------- Tue Sep 22 14:33:50 UTC 2020 - Andreas Stieger - ugrep 2.5.6: * Interactive query UI usability improvements * new query UI commands: Alt-[ (decrease fuzziness by one), Alt-] (increase fuzziness by one), Alt-{ (decrease context size by one line), Alt-} (increase context size by one line) ------------------------------------------------------------------- Thu Sep 3 11:44:21 UTC 2020 - Andreas Stieger - ugrep 2.5.5: * build improvements * workaround missing lz4 macro * updated Dockerfile * updated tests ------------------------------------------------------------------- Thu Aug 20 11:06:47 UTC 2020 - Andreas Stieger - ugrep 2.5.3: * New --format option fields %a (basename) and %p (path) * fast incremental stdin search * updated --gitignore-files handling of negated globs ------------------------------------------------------------------- Sun Aug 16 09:10:12 UTC 2020 - Andreas Stieger - ugrep 2.5.2: * Query UI monitor enhancements ------------------------------------------------------------------- Tue Aug 11 12:10:53 UTC 2020 - Andreas Stieger - ugrep 2.5.1: * Query UI enhanced display updates; new option --not ------------------------------------------------------------------- Tue Jul 28 09:15:05 UTC 2020 - Martin Rey - ugrep 2.5.0: * New query UI search commands: Tab to navigate into a directory or to select a single file to search; Shift-Tab to navigate up the directory tree or deselect the selected file. Press Ctrl-^ to go back to the starting working directory. These commands are best experienced with option -l (Alt-l ("Alt-ell") in the query UI) to navigate directories in the list view. * Ctrl-S/Ctrl-W now also move down/up by directory in the query UI when viewing a list of files with options -l and -c. * Faster query UI response to commands (the response to patterns entered is still determined by the DELAY parameter.) * Option --pretty now also enables options -n and --sort in addition to --color, --heading, and -T when the output is sent to a terminal and if these options are not explicitly disabled or set already. * Fixed minor issues to improve the overall user experience - ugrep 2.4.1: * Support lz4-compressed files with extension .lz4 ------------------------------------------------------------------- Sat Jul 11 17:39:21 UTC 2020 - Andreas Stieger - ugrep 2.4.0: * New ug command which is the same as ugrep --config with the new --config option to use configuration files * new option --save-config to create configuration files * added --help [WHAT] for quick help on WHA * drop reproducible.patch, upstream ------------------------------------------------------------------- Sun Jul 5 04:34:08 UTC 2020 - Bernhard Wiedemann - Disable avx - Add reproducible.patch to drop march=native to make package build reproducible (boo#1100677) ------------------------------------------------------------------- Tue Jun 30 16:40:55 UTC 2020 - Andreas Stieger - ugrep 2.3.2: * gcc10 fixes and minor improvements ------------------------------------------------------------------- Mon Jun 22 09:17:14 UTC 2020 - Andreas Stieger - ugrep 2.3.1: * Faster search context matching and display with new streaming implementation for options -A, -B, -C, and -y * including when combined with options -v, -W, and -X * remove the single-line search pattern constraint in prior versions for these options * fixed minor issue with option -G ------------------------------------------------------------------- Sun Jun 14 09:11:01 UTC 2020 - Andreas Stieger - ugrep 2.2.1: * improved query UI with Alt-g, corresponding to -g, --glob for interative globbing * improved fuzzy matching ------------------------------------------------------------------- Sat Jun 6 07:30:31 UTC 2020 - Andreas Stieger - initial package, 2.2.0