Skip to content

Releases: monochromegane/the_platinum_searcher

v2.0.3

05 Jan 11:58
Compare
Choose a tag to compare

Fix pattern which starts with glob issue.
Thanks @syohex

refs: #118

v2.0.2

20 Dec 14:14
Compare
Choose a tag to compare

Fixed error message duplication bug 😲

refs:

v2.0.1

19 Dec 13:02
Compare
Choose a tag to compare

Implement lost features in v2.0.0

  • Search Stream
  • g option

see also: #114

v2.0.0

08 Dec 14:20
Compare
Choose a tag to compare

What a lovely day !!!
v2.0.0 searches code about 2-5x faster than v1.7.9 🌟

see also: #110

v1.7.9

24 Oct 12:34
Compare
Choose a tag to compare
  • Supported default option config (.ptconfig.toml).
  • Supported go1.5.1.
  • Added count option.
  • Fix some bugs.

v1.7.8

19 Jul 10:27
Compare
Choose a tag to compare
  • Added --parallel option.
  • Fixed some bugs.

v1.7.7

24 May 03:09
Compare
Choose a tag to compare
  • Supported go1.4.2
  • Added --column option
  • Added --hidden option
  • Fix some bugs

v1.7.6

28 Dec 03:53
Compare
Choose a tag to compare
  • Supported go 1.4
  • Search in all specified PATHs

v1.7.5

11 Oct 01:09
Compare
Choose a tag to compare
  • Supported go 1.3.2
  • Fix some bugs about gitignore

v1.7.4

23 Sep 14:51
Compare
Choose a tag to compare
  • Fix a bug that dosen't ignore subdirectory like a dir1/*.txt
  • Refactoring (pt has many if statements for VCS ignore files...)