11ChangeLog for GoatCounter
22=========================
3-
43This list is not comprehensive, and only lists new features and major changes,
54but not every minor bugfix. The goatcounter.com service generally runs the
65latest master.
76
8- unreleased
9- ----------
7+ 2022-11-08 v2.4.0
8+ -----------------
109- Add a more fully-featured API that can also retrieve the dashboard statistics.
1110 See https://www.goatcounter.com/help/api for documentation.
1211
12+ This is still as "v0" because some details may still change.
13+
1314- Default API ratelimit is now 4 requests/second, rather than 4 requests/10
1415 seconds. You can use the ` -ratelimit ` flag to configure this.
1516
16- - Can now also merge paths instead of just deleting them.
17+ - Can now also merge paths instead of just deleting them (the "Settings → Delete
18+ pageviews" tab was changed to "Manage pageviews").
1719
1820- Add ` goatcounter dashboard ` , which uses the new API to display the dashboard
1921 in the terminal (only a basic non-interactive overview for now).
@@ -22,6 +24,21 @@ unreleased
2224 reasonably useful overview of what happens on your site but prevent an
2325 “obsession” over the exact number of visitors and stats.
2426
27+ - No longer store or display "pageviews": always store and display "visitors"
28+ instead.
29+
30+ The visitor count is the only thing that's interesting in pretty much all
31+ cases; the "raw" pageviews are still stored for some future purposes (such as
32+ "time on page"), but are no longer stored in most other contexts.
33+
34+ - Add infrastructure for "dark mode".
35+
36+ This is not yet enabled by default because all "dark mode" themes look "bad"
37+ on my eyes, and I'm not really sure what works well for people who do like it.
38+
39+ So some help is needed here. See:
40+ https://github.com/arp242/goatcounter/issues/586#issuecomment-1287995673
41+
25422022-10-17 v2.3.0
2643-----------------
2744- Expand campaigns: the ` utm_campaign ` or ` campaign ` parameter now is tracked
0 commit comments