Accepting request 979912 from home:AndreasStieger:branches:utilities

ugrep 3.8.0

OBS-URL: https://build.opensuse.org/request/show/979912
OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=54
This commit is contained in:
2022-05-30 17:40:35 +00:00
committed by Git OBS Bridge
parent a264d155b5
commit 6737dd96a1
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed May 11 04:22:53 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>