Skip to content

Releases: tanaikech/goris

v3.0.4

06 Apr 01:01
Compare
Choose a tag to compare
  • v3.0.4 (April 6, 2023)

    1. The specification for running the reverse image search was changed at Google side. By this, this application was also changed. But, in the current stage, an image file in the local PC cannot be searched while an image URL can be searched. Now, I am analyzing. When I could do it, I would like to modify this. So, in the current stage, please use the following command.
     $ goris s -u URL

v3.0.2

24 Feb 06:00
Compare
Choose a tag to compare
  • v3.0.2 (February 2, 2023)

    1. Modified go.mod and go.sum.

v3.0.1

02 May 08:26
Compare
Choose a tag to compare
  • v3.0.1 (May 2, 2022)

    1. About the option -w, a bug was resolved. By this, the URLs of the related Web site are returned. As the default, 10 URLs are returned. If you want to retrieve more, please use the option -n like -n 20.

v3.0.0

23 Feb 05:30
Compare
Choose a tag to compare
  • v3.0.0 (February 23, 2022)

    1. The specification for running the reverse image search was changed at Google side. By this, this application was also changed.

v2.0.0

23 Apr 06:28
Compare
Choose a tag to compare
  • v2.0.0 (April 23, 2020)

    1. The specification for running the reverse image search was changed at Google side. By this, this application was also changed.

v1.1.1

03 Jan 03:11
Compare
Choose a tag to compare
  • v1.1.1 (January 3, 2020)

    1. It seems that the specification of github.com/urfave/cli was changed by the update of https://github.com/urfave/cli. By this, when go get -u github.com/tanaikech/goris is run, an error occurred. So this error was removed.

v1.1.0

13 Jun 01:01
Compare
Choose a tag to compare

Add option

  • When images are matched to a searched image, web pages with matching images are retrieved. These are web pages displayed on Google top page. When this is not used, images are retrieved. This was added as a boolean option.

v1.0.1

15 May 22:43
Compare
Choose a tag to compare

A bugfix

  • When number of retrieved URLs is smaller than number of default output, an error had occurred. This was fixed.

v1.0.0

26 Apr 07:46
Compare
Choose a tag to compare
modified