0.014   2024-11-20  Released-By: PERLANCAR; Urgency: medium
        - Allow filter_code to return additional information, e.g.
          highlighted line, to do custom highlighting.
0.013   2024-01-25  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
        - Edit Changes.
0.012   2024-01-25  Released-By: PERLANCAR; Urgency: medium
        - Add options --files-with-matches (-l) and --files-without-match (-L).
          Also note that starting from now, AppBase::Grep might pass an
          `$instruction` argument to the source callback, which can have the
          value of 1 to mean to skip to the next "file" (or source). When a
          source is unaware of this and keep returning the remaining lines of
          the same "file"/source, `-l` mgiht report multiple lines of the same
          filename.
0.011   2023-07-22  Released-By: PERLANCAR; Urgency: medium
        - [bugfix] [dist] Forgot to add $VERSION to AppBase::Grep::File.
0.010   2022-11-04  Released-By: PERLANCAR; Urgency: medium
        - [refactor] Extract file-related code to AppBase::Grep::File.
        - Support option --recursive (-r) and --dereference-recursive (-R)
          for file source.
        - [doc] Document the hidden (dev) arguments.
        - [doc] Mention some related modules.
0.009   2021-07-01  Released-By: PERLANCAR; Urgency: medium
	- Observe _filter_code and _highlight_regexp arguments, to accommodate
          grep-url.
0.008   2021-06-09  Released-By: PERLANCAR; Urgency: medium
	- Use ColorTheme.
0.007   2020-11-07  Released-By: PERLANCAR; Urgency: medium
	- Add option: --dash-prefix-inverts.
0.006   2020-01-03  Released-By: PERLANCAR; Urgency: medium
	- Accept (line, label, chomp) from source instead of just (line,
	  label).
	- [doc] Document more about COLOR_THEME.
0.005   2018-02-26  Released-By: PERLANCAR
	- Add color theme support.
	- Grammar/wording.
0.004   2018-01-30  Released-By: PERLANCAR
	- No functional changes.
	- [doc] Add more description.
0.003   2018-01-29  Released-By: PERLANCAR
	- Allow multiple patterns, add option --all (not in GNU grep).
0.002   2018-01-29  Released-By: PERLANCAR
	- [ux] Observe COLOR environment variable (note: this behavior is
	  not in GNU grep).
	- Display label & line number, add option --line-number (-n).
0.001   2018-01-26  Released-By: PERLANCAR
        - First release.