Skip to content

v0.14.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 20:49
· 75 commits to master since this release
489af6e

Mainly bug fixes but also includes an upgrade to Go 1.15 (from 1.13) and moving the CI / build system to GitHub actions from Travis CI.

Enhancements

  • Respect the NO_COLOR environment variable if it is set #154
  • Improve logging for meta refresh quote error #137

Changelog

3c05eff Fix crash when specifying StripQueryExcludes in config file #143
32ed5f8 Improve logging for meta refresh quote error #137
bbdd205 Implement mailto email format checking (with url decoding) #159
39ab511 Add unit test for crash in #122
0dfa159 Fix flaky test (TestAnchorExternalHrefIPTimeout)
46edd5d Upgrade Go modules
ab7be78 Upgrade to Go 1.15
eea6cbf Respect the NO_COLOR environment variable if it is set. #154