Skip to content

Releases: McKael/ghreleasechecker

ghReleaseChecker 0.0.4

21 Sep 10:07
Compare
Choose a tag to compare

Not many changes since v0.0.3:

  • Use Go modules
  • Add a --token CLI flag
  • Display all new versions since previous call, not only the latest one (details: d6fb21b8)
  • Use a list of releases in the template filter (details: 8cde8e27)

ghReleaseChecker 0.0.3

02 Apr 19:49
Compare
Choose a tag to compare

This is the same as v0.0.2 but it can be built with Go version < 1.9 (tested with 1.7 & 1.8).

ghReleaseChecker 0.0.2

02 Apr 19:12
Compare
Choose a tag to compare
  • Limit the the number of concurrent queries
  • Better support for API rate limiting:
    New option --wait to block when the rate limit is reached
  • Improved output formatting

This release requires Go v1.9+ (I'll try to lower this requirement).

ghReleaseChecker 0.0.1 -- Initial release

01 Apr 22:06
Compare
Choose a tag to compare

First public release of my Github Release Checker.