@@ -4,39 +4,36 @@ This list is not comprehensive, and only lists new features and major changes,
44but not every minor bugfix. The goatcounter.com service generally runs the
55latest master.
66
7- Unreleased v2.5.0
7+ 2023-12-10 v2.5.0
88-----------------
99This release requires Go 1.21.
1010
1111Features:
1212
13- - Quite a few tables are rewritten to a more efficient format. For
14- small-to- medium instances this will take a few minutes at the most, but if you
15- have very large instances this may take a few hours. It also requires enough
16- free disk space to rewrite the ` hits ` table.
13+ - Quite a few tables are rewritten to a more efficient format. For small to
14+ medium instances this will take a few minutes at the most, but if you have
15+ very large instances this may take a few hours. It also requires enough free
16+ disk space to rewrite the ` hits ` table.
1717
18- If you want to run steps manually, then you can view the migratio with:
18+ If you want to run steps manually then you can view the migration with:
1919
2020 % goatcounter db migrate -show 2023-05-16-1-hits
2121
2222 Or if you use PostgreSQL:
2323
2424 % goatcounter db migrate -show -db postgresql+dbname=goatcounter 2023-05-16-1-hits
2525
26- - UA Client hints are now used to get the browser and system name (if present).
27-
2826- The ` User-Agent ` header is no longer stored; only the browser and system
2927 parsed out of there. It's pretty reliable, and especially mobile browser
30- User-Agents are ridiculously unique.
28+ User-Agents are ridiculously unique. It was always stored only "in case the
29+ detection got it horribly wrong", but this has never been needed.
3130
32- - Add ` proxy ` option in ` serve -tls ` flag – to give a hint that a secure
31+ - Add ` proxy ` option in ` serve -tls ` flag, to give a hint that a secure
3332 connection will be used, so we know what value to use for the cookie
3433 secure/samesite flags.
3534
3635- Add * experimental* "dark mode"; this needs to be enabled explicitly in the
37- user settings.
38-
39- I need help to make this decent:
36+ user settings. I need help to make this decent:
4037 https://github.com/arp242/goatcounter/issues/586#issuecomment-1287995673
4138
4239- Show difference of pageviews compared to previous period on the dashboard.
0 commit comments