ugrep/ugrep.changes

135 lines
5.0 KiB
Plaintext

-------------------------------------------------------------------
Mon Dec 7 14:40:18 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- ugrep 3.0.6:
* slightly improved error handling
-------------------------------------------------------------------
Thu Nov 26 07:58:11 UTC 2020 - Wang Jun <jgwang@suse.com>
- 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 <andreas.stieger@gmx.de>
- 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 <andreas.stieger@gmx.de>
- ugrep 3.0.2:
* speed improvements
-------------------------------------------------------------------
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)
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Sun Aug 16 09:10:12 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- ugrep 2.5.2:
* Query UI monitor enhancements
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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)
-------------------------------------------------------------------
Tue Jun 30 16:40:55 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- ugrep 2.3.2:
* gcc10 fixes and minor improvements
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Sat Jun 6 07:30:31 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- initial package, 2.2.0