chore: release v0.11

This commit is contained in:
2026-06-16 20:00:15 +02:00
parent 957182611d
commit 75ee5344a4
3 changed files with 23 additions and 21 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
package main
package main
import (
"bytes"
@@ -13,15 +13,15 @@ import (
"hamlog/internal/applog"
)
// Anonymous usage telemetry a once-a-day "app_opened" heartbeat to PostHog so
// Anonymous usage telemetry — a once-a-day "app_opened" heartbeat to PostHog so
// the OpsLog author can see how many people actively use it. Privacy by design:
// only a random install ID + app version + OS are sent (no callsign, no QSO
// data, no IP beyond what any HTTP request reveals). Users can disable it in
// Preferences General. See [[user-analytics-posthog]] notes in MEMORY.
// Preferences → General. See [[user-analytics-posthog]] notes in MEMORY.
const (
// appVersion is stamped on every heartbeat (and could feed the About box).
appVersion = "0.1"
appVersion = "0.11"
// posthogHost is the PostHog ingestion endpoint. EU cloud by default; change
// to https://us.i.posthog.com for a US project.