1
1
ChangeLog for GoatCounter
2
2
=========================
3
-
4
3
This list is not comprehensive, and only lists new features and major changes,
5
4
but not every minor bugfix. The goatcounter.com service generally runs the
6
5
latest master.
7
6
8
- unreleased
9
- ----------
7
+ 2022-11-08 v2.4.0
8
+ -----------------
10
9
- Add a more fully-featured API that can also retrieve the dashboard statistics.
11
10
See https://www.goatcounter.com/help/api for documentation.
12
11
12
+ This is still as "v0" because some details may still change.
13
+
13
14
- Default API ratelimit is now 4 requests/second, rather than 4 requests/10
14
15
seconds. You can use the ` -ratelimit ` flag to configure this.
15
16
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").
17
19
18
20
- Add ` goatcounter dashboard ` , which uses the new API to display the dashboard
19
21
in the terminal (only a basic non-interactive overview for now).
@@ -22,6 +24,21 @@ unreleased
22
24
reasonably useful overview of what happens on your site but prevent an
23
25
“obsession” over the exact number of visitors and stats.
24
26
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
+
25
42
2022-10-17 v2.3.0
26
43
-----------------
27
44
- Expand campaigns: the ` utm_campaign ` or ` campaign ` parameter now is tracked
0 commit comments