v2.1.0
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
andend
parameters and the JSON endpoint returnscount
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.