Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
goatcounter-v2.3.0-windows-amd64.exe.gz | 2022-10-17 | 10.5 MB | |
goatcounter-v2.3.0-openbsd-amd64.gz | 2022-10-17 | 10.6 MB | |
goatcounter-v2.3.0-linux-arm64.gz | 2022-10-17 | 9.8 MB | |
goatcounter-v2.3.0-linux-arm.gz | 2022-10-17 | 10.0 MB | |
goatcounter-v2.3.0-linux-amd64.gz | 2022-10-17 | 10.9 MB | |
goatcounter-v2.3.0-freebsd-amd64.gz | 2022-10-17 | 10.6 MB | |
goatcounter-v2.3.0-darwin-arm64.gz | 2022-10-17 | 14.1 MB | |
goatcounter-v2.3.0-darwin-amd64.gz | 2022-10-17 | 18.0 MB | |
README.md | 2022-10-17 | 999 Bytes | |
v2.3.0.tar.gz | 2022-10-17 | 3.5 MB | |
v2.3.0.zip | 2022-10-17 | 3.7 MB | |
Totals: 11 Items | 101.7 MB | 0 |
2022-10-17 v2.3.0
- Expand campaigns: the
utm_campaign
orcampaign
parameter now is tracked separately, and add a dashboard panel for campaigns. See: https://www.goatcounter.com/help/campaigns
Old data isn't backfilled as this information wasn't stored.
-
There are now binaries for Windows, macOS, {Free,Open}BSD, and illumos.
-
WebSockets are now disabled by default, as it turned out a lot of people had trouble proxying them. You can enable it with
goatcounter serve -websocket
. -
Add
-dbconn
flag forserve
to allow setting the maximum number of connections. The default is also lowered from 25 to 16 for PostgreSQL. -
Add
-store-every
flag to control how often to persist pageviews to the database. -
Add "Sites that can embed GoatCounter" setting to allow embedding GoatCounter in a frame.
-
Add "Hide UI for public view" setting to allow hiding the UI chrome and display only the charts.
-
Quite a few bugfixes and minor additions.