From 521025a07367f4c3aa697e6a13581f0ebf3eba25 Mon Sep 17 00:00:00 2001 From: ScreenTinker Date: Thu, 13 Aug 2026 19:00:52 -0500 Subject: [PATCH] Changelog for 1.9.34-alpha10 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db6e232..5bc3d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 1.9.34-alpha10 + +### Changed — install statistics report as soon as you opt in, and say when they cannot +Turning sharing on now sends a report immediately rather than waiting for the next daily tick, and +a failed attempt is recorded and explained. A server whose outbound traffic is filtered previously +looked identical to one where the feature was broken: sharing on, nothing arriving, no way to tell +which. Settings now names the address that did not answer and why, and a later success clears the +warning. + +### Added — keep your own copy of the statistics +`TELEMETRY_EXTRA_ENDPOINT` posts the same three fields to a collector you run. + +It is **additional, not a redirect** — the shared report still goes to ScreenTinker, which is why +it is named EXTRA rather than ENDPOINT, and Settings lists every destination a report goes to. It +is also independent of the sharing switch, because it is your server posting to your host: if you +want your own statistics and nothing sent to us, set it and leave sharing off. Each destination is +attempted separately, so one being unreachable never stops the other. + ## 1.9.34-alpha9 ### Added — opt-in install statistics