Skip to content

Releases: monochromegane/the_platinum_searcher

v2.2.0

05 Sep 14:06
Compare
Choose a tag to compare

Changes

  • Fast and stable string search in the standard use case.
  • Supported Go1.11

v2.1.6

07 Jul 20:20
Compare
Choose a tag to compare

Changes

  • update readme: dirs that start with . are ignored
  • Improve find and grep performance
  • Supported Go1.10.3

v2.1.5

23 Dec 04:59
Compare
Choose a tag to compare

Changes

  • ExitCodeOK, when user set --help flag explicitly
  • Supported Go1.7.4
  • Implemented search function for C. (This is a beta feature yet.)

Fix bugs

  • Little fix, that may improve overall speed
  • Update README.md
  • Fix XDG spec implementation
  • fix tests on windows
  • Fix not display issue of before option
    • refs: Fix not display issue of before option
    • Thanks @syohex

v2.1.4

27 Aug 06:35
Compare
Choose a tag to compare

Changes

v2.1.3

08 Jul 13:45
Compare
Choose a tag to compare

Changes

  • support --null option compatible with ag.

v2.1.2

04 Jun 11:22
Compare
Choose a tag to compare

Changes

  • Supported XDG_CONFIG_HOME for pt config path.
    refs: #141
  • Supported Go1.6.2

Refactor

v2.1.1

27 Feb 04:01
Compare
Choose a tag to compare

Changes

  • Color and group is always enable when specify their option.
    refs: #134
  • Supported Go1.6
    refs: #135

Fix bugs

v2.1.0

24 Jan 10:21
Compare
Choose a tag to compare
  • Add color code options (--color-line-number, --color-match and --color-path).
    • refs: #130
    • Thanks @delphinus35
  • Turn off SearchStream flag by explicit root path.

v2.0.5

17 Jan 02:16
Compare
Choose a tag to compare

v2.0.4

11 Jan 12:29
Compare
Choose a tag to compare