Skip to content

v2.1.0

Compare
Choose a tag to compare
@arp242 arp242 released this 01 Dec 20:16
· 377 commits to master since this release

Aside from a number of small fixes and improvements, major changes include:

  • Support for translations; see https://www.goatcounter.com/translating for details how to translate GoatCounter.

  • The import path is now updated to use "zgo.at/goatcounter/v2" so that e.g. "go install zgo.at/goatcounter/v2" works. This should have been done with the 2.0 release, but I didn't realize how this all worked.

  • The visitor counter now supports the start and end parameters and the JSON endpoint returns count as well, to get the total pageview count.

  • You can now make the dashboard viewable to anyone who has a secret token (e.g. https://mystats.example.com?access-token=5g4..)

This release requires Go 1.17 to build.