2024-04-10 22:46:19 +02:00
|
|
|
-------------------------------------------------------------------
|
2024-05-07 22:37:44 +02:00
|
|
|
Tue May 7 20:16:40 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 6.0.0:
|
|
|
|
* faster search speeds on ARM CPUs
|
|
|
|
* overall optimization
|
|
|
|
* includes ugrep-indexer
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2024-04-10 22:46:19 +02:00
|
|
|
Wed Apr 10 20:14:21 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 5.1.4:
|
|
|
|
* use statfs() with options --include-fs and --exclude-fs when
|
|
|
|
the preferred statvfs() is not available
|
|
|
|
* suppress --filter utility stderr messages when ugrep options
|
|
|
|
-s (--no-messages) and -q (--quiet) are used
|
|
|
|
* support the NO_COLOR environment variable to suppress color
|
|
|
|
output
|
|
|
|
* fix TUI scroll glitch in non-split screen, and other TUI fixes
|
|
|
|
- enable SIMD code for faster matching on CPUs that support it
|
|
|
|
(while keeping build reproducible)
|
|
|
|
|
2024-03-11 23:07:41 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 11 22:06:29 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 5.1.1:
|
|
|
|
* fix a problem with POSIX lazy quantifier matching when combined
|
|
|
|
with anchors, causing longer pattern matches than expected
|
|
|
|
|
2024-03-09 20:48:03 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 9 19:44:47 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 5.1.0:
|
|
|
|
* a minor improvement of the regex syntax to allow escaped spaces
|
|
|
|
* updated POSIX regex lazy quantifier matching in linear time
|
|
|
|
using an advanced DFA transformation algorithm
|
|
|
|
|
2024-02-17 12:03:26 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 17 10:56:22 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 5.0.0:
|
|
|
|
* new and updated regex engine to speed up searching patterns
|
|
|
|
using a new heuristic DFA cut algorithm
|
|
|
|
* new option --exclude-fs default to exclude file systems that
|
|
|
|
aren't specified as search targets
|
|
|
|
* new option --all (-@) to search all files except hidden:
|
|
|
|
cancel previous file and directory search restrictions
|
|
|
|
* TUI regex syntax highlighting improved for --fixed-strings
|
|
|
|
(-F) when used with option --bool (-% and -%%)
|
|
|
|
|
2024-01-10 18:54:37 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 10 17:52:11 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 4.5.2:
|
|
|
|
* fix 7zip search failing on 32 bit systems when option -M is used
|
|
|
|
(or -t when setting -M)
|
|
|
|
|
2024-01-06 10:16:42 +01:00
|
|
|
-------------------------------------------------------------------
|
2024-01-06 19:00:14 +01:00
|
|
|
Sat Jan 6 17:59:29 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
2024-01-06 10:16:42 +01:00
|
|
|
|
2024-01-06 18:53:08 +01:00
|
|
|
- update to 4.5.1:
|
2024-01-06 19:00:14 +01:00
|
|
|
* fix bzip3 build failures (previously patched)
|
|
|
|
- drop ugrep-4.5.0-fix-bzip3-configure.patch
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 6 09:14:00 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 4.5.0:
|
2024-01-06 10:16:42 +01:00
|
|
|
* 7zip archive search with option -z
|
|
|
|
* apply Unicode normalization to canonicalize literal combining
|
|
|
|
characters in regex patterns
|
|
|
|
* improved TUI TAB directory navigation when searching from the FS
|
|
|
|
root
|
|
|
|
- drop ugrep-4.4.1-remove-shebang-from-bash-completion.patch
|
2024-01-06 19:00:14 +01:00
|
|
|
- add ugrep-4.5.0-fix-bzip3-configure.patch
|
2024-01-06 10:16:42 +01:00
|
|
|
|
2023-12-19 19:44:18 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 19 17:46:14 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- 4.4.1
|
|
|
|
* ship shell completions (bash,zsh,fish)
|
|
|
|
* option -t (--file-type) now also accepts filename extensions as
|
|
|
|
shortcuts, when unambiguous, for example, the shorter form -tpy
|
|
|
|
for -tpython to select files to search
|
|
|
|
* TUI ALT-SHIFT-% switches between "bool query lines" mode,
|
|
|
|
"bool query files" mode, and bool queries off
|
|
|
|
TUI boolF mode (-%FQ) now applies syntax highlighting
|
|
|
|
* support legacy grep long options without = to bind option
|
|
|
|
arguments
|
|
|
|
- add ugrep-4.4.1-remove-shebang-from-bash-completion.patch
|
|
|
|
|
2023-12-09 01:04:07 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 9 00:00:41 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
2023-12-19 19:44:18 +01:00
|
|
|
- update to 4.3.6:
|
2023-12-09 01:04:07 +01:00
|
|
|
* fix an issue with option -Zbest fuzzy matching
|
|
|
|
* updated option --index for accelerated index-based search, now
|
|
|
|
also indexes and searches archives and compressed files with
|
|
|
|
option -z
|
|
|
|
* faster search with -ABC context options
|
|
|
|
|
2023-11-25 09:08:58 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 25 07:59:11 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 4.3.4:
|
|
|
|
* the ug command no longer quits with an error message when no
|
|
|
|
default .ugrep config file was found
|
|
|
|
* improved GNU grep compatibility
|
|
|
|
* Bug fixes for parsing configuration files
|
|
|
|
|
2023-11-15 21:57:47 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 15 20:52:19 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 4.3.3:
|
|
|
|
* support brotli compressed files
|
|
|
|
* support bzip3 compressed files
|
|
|
|
* update option --pretty to accept an optional WHEN argument
|
|
|
|
never, always, auto similar to the --color option
|
|
|
|
* improve TUI screen blanking response when a new search starts,
|
|
|
|
while also avoiding screen flicker
|
|
|
|
* fix option --zmax>1 when a decompression library produces a
|
|
|
|
decompression error when decompressing a nested compressed file
|
|
|
|
|
2023-11-03 17:17:15 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 3 16:02:01 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 4.3.2:
|
|
|
|
* double short option -%% enables both --files --bool (a single
|
|
|
|
-% still enables only --bool) for convenience
|
|
|
|
* updated thread pool scheduling and execution with thread
|
|
|
|
affinity and priority settings
|
|
|
|
* improvements and fixes for minor (mostly cosmetic) issues
|
|
|
|
|
2023-10-19 17:28:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 19 15:14:36 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 4.3.1:
|
|
|
|
* Unicode 15.1 support
|
|
|
|
* TUI features, including CTRL-Y improved viewer
|
|
|
|
* TUI regex syntax highlighting with user-definable colors
|
|
|
|
|
2023-09-23 09:07:22 +02:00
|
|
|
-------------------------------------------------------------------
|
2023-10-08 07:50:36 +02:00
|
|
|
Sun Oct 8 05:47:14 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 4.3.0:
|
|
|
|
* Redesigned TUI with a new split screen window pane to preview
|
|
|
|
matching files
|
|
|
|
* fix --zmax=n for n>1 that had a low chance to hang as
|
|
|
|
discovered recently (about once in a few thousand runs) when
|
|
|
|
searching (deeply) nested zip or tar archives
|
|
|
|
* fix compressed file search of files that are exactly one byte
|
|
|
|
long, instead of rejecting those files as being empty
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2023-09-23 09:07:22 +02:00
|
|
|
Sat Sep 23 07:06:03 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 4.2.0:
|
|
|
|
* text user inerface improvements
|
|
|
|
* improve recursive search performance
|
|
|
|
* improve compatibility with GNU grep
|
|
|
|
* improve detection of special devices to avoid searching them
|
|
|
|
|
2023-09-18 20:21:06 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 18 18:17:03 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 4.1.0:
|
|
|
|
* fix -Z fuzzy matching when character deletions are solely
|
|
|
|
specified with a minus sign
|
|
|
|
* fix --pager when a regex syntax error occurs
|
|
|
|
* update --pager to use $PAGER
|
|
|
|
* update --ignore-files for compliance with git and ag gitignore
|
|
|
|
rules
|
|
|
|
* update -Q TUI ctrl-S and ctrl-W to jump to context group
|
|
|
|
separators when context options -ABC are specified
|
|
|
|
* update -o for GNU grep compatibility with "empty-matching"
|
|
|
|
patterns
|
|
|
|
* update POSIX [[:space:]] and \s to exclude newline \n matching
|
|
|
|
* improve performance: faster -c and line matching
|
|
|
|
* improve performance: faster "empty-matching" pattern search
|
|
|
|
|
2023-08-28 09:47:22 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 28 04:46:13 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 4.0.5:
|
|
|
|
* Fix a recently-added optimization that may in some rare cases
|
|
|
|
caused a problem with a match at the end of a file.
|
|
|
|
|
2023-08-26 09:07:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 26 07:06:28 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 4.0.4:
|
|
|
|
* update --save-config as per user request
|
|
|
|
* correct an issue with -o and context
|
|
|
|
|
2023-08-25 20:16:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 25 18:15:33 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 4.0.3:
|
|
|
|
* new --delay=DELAY option to specify a default query TUI
|
|
|
|
response delay time, which can be specified in a .ugrep config
|
|
|
|
file with delay=DELAY (--save-config includes this setting also)
|
|
|
|
* fix option -m compatibility issue wth GNU grep when showing
|
|
|
|
context lines with -ABC after the last max match
|
|
|
|
|
2023-08-23 17:02:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 23 15:02:01 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 4.0.2:
|
|
|
|
* additional speed up with improved parametrization of the
|
|
|
|
matching algorithm decision logic
|
|
|
|
|
2023-08-20 19:53:58 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 20 17:52:48 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 4.0.1:
|
|
|
|
* speed up option -l to search compressed files
|
|
|
|
* enable an important search optimization that was no longer
|
|
|
|
enabled
|
|
|
|
|
2023-08-18 18:24:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 18 16:20:22 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 4.0.0:
|
|
|
|
* faster async output, speeds up ugrep 3x when outputting many
|
|
|
|
matching lines
|
|
|
|
* removed "rest line" buffering, speeds up ugrep up to 2x,
|
|
|
|
depending on the output-related options used
|
|
|
|
* removed redundant "binary file" checking, speed-up 10%~20%
|
|
|
|
* double size input buffer, speeds up searching 5%~20% when
|
|
|
|
searching very large files (GB) with none/infrequent pattern
|
|
|
|
matches
|
|
|
|
* faster empty pattern matching, i.e. pattern '' matches all
|
|
|
|
lines faster, as much as 10x faster
|
|
|
|
* removed redundant color escape codes from the output
|
|
|
|
* option -Q with an optional argument is now -Q=DELAY instead of
|
|
|
|
-QDELAY, so -Q2 is -Q -2 (simple options should be composable/
|
|
|
|
separable) which searches 2 directory levels deep with the
|
|
|
|
query TUI
|
|
|
|
|
2023-08-15 20:24:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 15 18:20:54 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.12.7:
|
|
|
|
* compatibility improvement with one of GNU grep's idiosyncrasies:
|
|
|
|
unpaired ) in regex are matched literally. This behavior is
|
|
|
|
automatically in effect when the grep and egrep aliases of
|
|
|
|
ugrep are used or explicitly with option -Y.
|
|
|
|
|
2023-08-07 20:56:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 7 05:23:38 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.12.6:
|
|
|
|
* New option -S (--dereference-files) to follow symbolic links
|
|
|
|
only to files, not to directories, when using option -r for
|
|
|
|
recursive search.
|
|
|
|
* Updated default recursive search to strictly perform -r without
|
|
|
|
following any symbolic links.
|
|
|
|
* New option --index for fast index-based search with the new
|
|
|
|
ugrep-indexer tool.
|
|
|
|
|
2023-08-05 13:12:40 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 5 11:09:03 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.12.5:
|
|
|
|
* New --iglob and --glob-ignore-case options
|
|
|
|
|
2023-07-18 11:11:49 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 18 09:09:11 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
2023-08-05 13:12:40 +02:00
|
|
|
- update to 3.12.4:
|
2023-07-18 11:11:49 +02:00
|
|
|
* Faster search for common search patterns, such as a set of
|
|
|
|
words, using SIMD AVX and neon/AArch64 intrinsics
|
|
|
|
|
2023-07-15 18:27:04 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 15 16:25:25 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.12.3:
|
|
|
|
* Fixed a potential pattern match issue in the new v3.12
|
|
|
|
optimizations
|
|
|
|
|
2023-07-11 07:31:14 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 11 05:26:40 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.12.2:
|
|
|
|
* Speed improvements to further speed up common search patterns
|
|
|
|
* Improved man page
|
|
|
|
* The ug and ug+ commands now enable --pretty by default
|
|
|
|
(that is, if a .ugrep configuration file does not override it
|
|
|
|
with no-pretty).
|
|
|
|
|
2023-06-04 20:22:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 4 18:18:13 UTC 2023 - Andreas Stieger <Andreas.Stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.12.1:
|
|
|
|
* New ug+ and ugrep+ commands to search pdfs, documents and image
|
|
|
|
metadata when the corresponding tools are installed
|
|
|
|
* improved --filter option
|
|
|
|
* speed improvements
|
|
|
|
|
2023-04-08 12:45:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 8 10:42:51 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.11.2:
|
|
|
|
* Improve --hyperlink with additional usability options
|
|
|
|
|
2023-04-02 20:29:39 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Apr 2 18:28:20 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.11.1:
|
|
|
|
* Smarter interactive navigation in the TUI when option --tree is
|
|
|
|
used with option -l or -c
|
|
|
|
|
2023-03-19 08:53:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 19 07:50:55 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.11.0:
|
|
|
|
* Update --format output when used with option -o to also enable
|
|
|
|
option -u to show all matches automatically;
|
|
|
|
* improve --json, --xml, --csv output when used with option -o
|
|
|
|
* update option -o output with headings (when applicable) for
|
|
|
|
every match like GNU grep
|
|
|
|
* update options --format and --replace field %m to output the
|
|
|
|
number of matches sequentially
|
|
|
|
* new --format and --replace field %M outputs number of matching
|
|
|
|
lines
|
|
|
|
|
2023-03-18 09:34:26 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 18 08:31:34 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.10.1:
|
|
|
|
* Fix a performace issue with specific regex patterns when used
|
|
|
|
with case-insensitive pattern matching
|
|
|
|
|
2023-03-01 20:47:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 1 19:42:06 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.10.0:
|
|
|
|
* This release adds the option --tree to output directory trees
|
|
|
|
of files for the options -l (--files-with-matches),
|
|
|
|
-L (--files-withou-match), and -c (--count)
|
|
|
|
* The option --pretty was updated to to enable --tree when output
|
|
|
|
is sent to a terminal. This can be disabled with --no-tree.
|
|
|
|
|
2023-02-01 08:34:56 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 1 07:32:36 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.9.7:
|
|
|
|
* handle gnutar archive extension field formats to search huge
|
|
|
|
files (>4GB) stored in (gnu) tar archives
|
|
|
|
- includes changes gro 3.9.6:
|
|
|
|
* Fixed a Unicode-specific regex pattern syntax issue that caused
|
|
|
|
a valid regex pattern to produce a regex syntax error message
|
|
|
|
|
2023-01-15 13:22:35 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 15 12:18:22 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.9.5:
|
|
|
|
* Fix option -l (files-with-matches) when used with option -z
|
|
|
|
(decompress) which would sometimes show duplicates when a
|
|
|
|
compressed files had many matches
|
|
|
|
|
2023-01-05 10:11:54 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 5 09:08:20 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.9.4:
|
|
|
|
* fix spurious 0 byte in tar filename output results
|
|
|
|
* fix support for PCRE2 prior 10.34
|
|
|
|
|
2022-12-30 11:33:37 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 30 10:30:57 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.9.3:
|
|
|
|
* Fix a PCRE2 library-related issues with -P (--perl-regexp)
|
|
|
|
matching binary files
|
|
|
|
|
2022-08-22 10:42:42 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 22 05:41:38 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.9.2:
|
|
|
|
* Fixed an issue with invalid Unicode regex patterns
|
|
|
|
|
2022-08-15 09:26:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 15 07:24:24 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.9.1:
|
|
|
|
* make -r the default recursive search without following
|
|
|
|
symlinked directories
|
|
|
|
* Symlinked files are always searched on a search path, except
|
|
|
|
with option -p (--no-dereference)
|
|
|
|
* A fix for a minor issue with fuzzy matching when only allowing
|
|
|
|
substitutions
|
|
|
|
|
2022-06-29 15:08:49 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 29 13:06:04 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.8.3:
|
|
|
|
* fix search with tiny lz4 files
|
|
|
|
* skip empty zip files
|
|
|
|
|
2022-06-11 09:43:59 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 11 07:38:38 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.8.2:
|
|
|
|
* update documentation
|
|
|
|
|
2022-06-07 18:21:06 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 7 16:19:36 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.8.1:
|
|
|
|
* Fix bz2 issue cutting off decompression too soon
|
|
|
|
|
2022-05-30 19:40:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 30 17:37:17 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.8.0
|
|
|
|
* New option combination -o (--only-matching) with -ABC context
|
|
|
|
for column context
|
|
|
|
* option -o with -b or -k now shows results on separate lines
|
|
|
|
* new option --width to truncate long lines to the specified
|
|
|
|
width or the terminal width by default
|
|
|
|
* short ug command now sorts by name by default
|
|
|
|
* query TUI ALT-] [ (increase/decrease context) and ALT-} {
|
|
|
|
(increase/decrease fuzziness) keys switched meaning
|
|
|
|
* new %+ format field used by updated --only-line-number option
|
|
|
|
|
2022-05-10 09:34:53 +02:00
|
|
|
-------------------------------------------------------------------
|
2022-05-11 11:23:36 +02:00
|
|
|
Wed May 11 04:22:53 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.7.11:
|
|
|
|
* New -Zbest (--fuzzy=best) option argument best to only output
|
|
|
|
the best matching patterns
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2022-05-10 09:34:53 +02:00
|
|
|
Tue May 10 04:33:22 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.7.10:
|
|
|
|
* -Z (--fuzzy) can now be combined with -U (--binary) to fuzzy
|
|
|
|
match bytes instead of Unicode characters
|
|
|
|
|
2022-04-21 21:30:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 8 09:49:39 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.7.9:
|
|
|
|
* Additional --stats results with total lines searched and
|
|
|
|
matched, and time elapsed.
|
|
|
|
|
2022-04-04 21:30:55 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 2 14:32:47 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.7.7:
|
|
|
|
* New --hexdump options
|
|
|
|
* --ignore-files improvement
|
|
|
|
* speed improvements
|
|
|
|
* New option --min-count
|
|
|
|
* New complementary options --min-depth, --max-depth,
|
|
|
|
--min-line and --max-line which are added for consistency with
|
|
|
|
the updated options --min-count and --max-count
|
|
|
|
* Updated the --min-count option, which can now be combined with
|
|
|
|
any other option except with -v (--invert-match)
|
|
|
|
* Updated option -K (--range) to take a MAX argument instead of a
|
|
|
|
FIRST argument for consistency with other min/max options
|
|
|
|
* Recursive searching sysfd, such as /proc and /sys, no longer
|
|
|
|
blocks on special files/devices
|
|
|
|
* Fixed colorization of option -v when used with context options
|
|
|
|
-A, -B and -C
|
|
|
|
* Fixed option -r when combined with argument - (read standard
|
|
|
|
input), which does both, like GNU grep
|
|
|
|
* Updated --stats reporting and other minor improvements
|
|
|
|
|
2022-01-28 17:12:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 28 05:13:03 UTC 2022 - Avinesh Kumar <avinesh.kumar@suse.com>
|
|
|
|
|
|
|
|
- update to 3.7.1:
|
|
|
|
* add newline when showing usage and also fix segfault when arg == NULL
|
|
|
|
- update to 3.7.0:
|
|
|
|
* README.md: add FreeBSD installation instructions
|
|
|
|
* resolve LGTM alerts & minor improvements
|
|
|
|
* Support "cpp" as a file type
|
|
|
|
* msvc - Add matcher_avx2, matcher_avx512bw
|
|
|
|
- update to 3.6.0:
|
|
|
|
* new option --replace & faster searching
|
|
|
|
|
2022-01-17 15:26:47 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 6 15:20:57 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- ugrep 3.5.0:
|
|
|
|
* New --zmax=NUM option to be used with -z (--decompress) to
|
|
|
|
search compressed files and archives recursively stored within
|
|
|
|
tar/zip/cpio/pax archives, e.g. to search tar and zip files
|
|
|
|
stored in (compressed) tar files, in zip files etc. for up to
|
|
|
|
NUM recursive levels deep. The --zmax argument may range from 1
|
|
|
|
(default) to 99 for up to 99 decompression and de-archiving
|
|
|
|
steps.
|
|
|
|
* Improved option -U to be used for backward compatibility with
|
|
|
|
GNU/BSD grep by no longer flagging invalid UTF as "binary
|
|
|
|
files"
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 4 18:37:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 3.4.0:
|
|
|
|
* New Boolean search query options --files and --lines.
|
|
|
|
The specified Boolean search query conditions apply to
|
|
|
|
lines by default.
|
|
|
|
Because GNU/BSD grep and ugrep are generally line-based,
|
|
|
|
--lines is the default option.
|
|
|
|
Specify --files --bool to apply the specified Boolean query
|
|
|
|
to files as a whole: a file matches if all Boolean conditions
|
|
|
|
are satisfied by matching patterns anywhere in the file
|
|
|
|
|
2021-07-05 11:12:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 24 11:39:05 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- ugrep 3.3.4:
|
|
|
|
* New --hyperlink option for terminals that support it
|
|
|
|
* Revised and enhanced option -P (PCRE) compatible with GNU grep
|
|
|
|
* Improved query UI option -Q with quick Tab/Shift/Tab navigation
|
|
|
|
* CTRL-Y file viewing with --view to specify viewer
|
|
|
|
* Improved CTRL-X/CTRL-R bookmarking to restore search state
|
|
|
|
* Fix compatibility with GNU grep binary file search results
|
|
|
|
* fix an optimization preventing unnecessary backtracking
|
|
|
|
* performance improvement for option -P
|
|
|
|
|
2021-05-14 07:50:11 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 13 14:26:08 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- ugrep 3.2.2:
|
|
|
|
* Add support for file search on zstd-compressed files:
|
|
|
|
-z (.zst, .zstd, .tzstd) and advanced .zipx method zstd (93)
|
|
|
|
|
2021-05-07 04:35:44 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 1 09:45:09 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 3.1.15:
|
|
|
|
* fix a recursive search crash
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 28 01:41:49 UTC 2021 - Wang Jun <jgwang@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2021-02-11 11:39:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 9 06:47:55 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- ugrep 3.1.7:
|
|
|
|
* various fixes, including fixes to globbing and regex
|
|
|
|
|
2021-01-17 10:23:57 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 17 09:22:45 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- ugrep 3.1.3:
|
|
|
|
* fixes for other platforms only
|
|
|
|
|
2020-12-27 23:07:02 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 27 22:04:12 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- ugrep 3.1.1:
|
|
|
|
* clarifications on boolean search query pattern feature
|
|
|
|
|
2020-12-18 19:37:13 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 18 18:17:39 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- ugrep 3.1.0:
|
|
|
|
* New --bool option to specify a Boolean search query pattern
|
|
|
|
* New --and and --not options
|
|
|
|
* --format not supports -v
|
|
|
|
|
2020-12-07 15:43:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 7 14:40:18 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- ugrep 3.0.6:
|
|
|
|
* slightly improved error handling
|
|
|
|
|
2020-11-26 15:55:58 +01:00
|
|
|
-------------------------------------------------------------------
|
2020-11-26 15:56:16 +01:00
|
|
|
Thu Nov 26 07:58:11 UTC 2020 - Wang Jun <jgwang@suse.com>
|
2020-11-26 15:55:58 +01:00
|
|
|
|
|
|
|
- ugrep 3.0.5:
|
|
|
|
* 'enable-color' option deprecated, use 'disable-auto-color'
|
|
|
|
* support wide Unicode strings
|
|
|
|
* update some documents
|
|
|
|
|
2020-10-25 15:06:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 25 13:59:32 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- ugrep 3.0.4:
|
|
|
|
* fix an issue with large zip files searched in the query UI
|
|
|
|
|
2020-10-23 12:35:45 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 23 10:17:28 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- ugrep 3.0.2:
|
|
|
|
* speed improvements
|
|
|
|
|
2020-09-22 16:35:57 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 22 14:33:50 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
2020-09-03 13:51:29 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 3 11:44:21 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- ugrep 2.5.5:
|
|
|
|
* build improvements
|
|
|
|
* workaround missing lz4 macro
|
|
|
|
* updated Dockerfile
|
|
|
|
* updated tests
|
|
|
|
|
2020-08-20 13:10:31 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 20 11:06:47 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- ugrep 2.5.3:
|
|
|
|
* New --format option fields %a (basename) and %p (path)
|
|
|
|
* fast incremental stdin search
|
|
|
|
* updated --gitignore-files handling of negated globs
|
|
|
|
|
2020-08-11 14:12:24 +02:00
|
|
|
-------------------------------------------------------------------
|
2020-08-16 11:20:24 +02:00
|
|
|
Sun Aug 16 09:10:12 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- ugrep 2.5.2:
|
|
|
|
* Query UI monitor enhancements
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-08-11 14:12:24 +02:00
|
|
|
Tue Aug 11 12:10:53 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- ugrep 2.5.1:
|
|
|
|
* Query UI enhanced display updates; new option --not
|
|
|
|
|
2020-07-28 14:14:49 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 28 09:15:05 UTC 2020 - Martin Rey <mrey@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2020-07-11 19:43:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 11 17:39:21 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2020-07-05 09:07:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 5 04:34:08 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
|
|
|
|
- Disable avx
|
|
|
|
- Add reproducible.patch to drop march=native
|
|
|
|
to make package build reproducible (boo#1100677)
|
|
|
|
|
2020-06-30 18:41:33 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 30 16:40:55 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- ugrep 2.3.2:
|
|
|
|
* gcc10 fixes and minor improvements
|
|
|
|
|
2020-06-22 11:24:11 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 22 09:17:14 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2020-06-14 11:17:30 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 14 09:11:01 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- ugrep 2.2.1:
|
|
|
|
* improved query UI with Alt-g, corresponding to -g, --glob for
|
|
|
|
interative globbing
|
|
|
|
* improved fuzzy matching
|
|
|
|
|
2020-06-08 10:05:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 6 07:30:31 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- initial package, 2.2.0
|