chore(release): bump to v1.6.0 — mirror (dual-send) docs

Version bump across series3_watcher.py / tray / settings dialog / installer.iss.
CHANGELOG + README document the optional best-effort mirror server
(MIRROR_API_URL / MIRROR_SFM_URL / MIRROR_SFM_STATE_FILE, default off).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-25 05:54:20 +00:00
parent 92ebbd6537
commit e6e4c94f19
6 changed files with 53 additions and 6 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ def scan_latest(
# --- API heartbeat / SFM telemetry helpers ---
VERSION = "1.5.0"
VERSION = "1.6.0"
def _read_log_tail(log_file: str, n: int = 25) -> Optional[list]: