From 1dde2a008e0887823d0b577fb90d31256f65daae Mon Sep 17 00:00:00 2001 From: James Smith Date: Mon, 23 Mar 2026 17:15:32 +0000 Subject: [PATCH] Bump VERSION to 2.26.13 and add changelog entry config.VERSION was not updated when the v2.26.13 tag was created, causing the update checker to always report an update available on fresh installs and git pulls. Co-Authored-By: Claude Sonnet 4.6 --- config.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 3482971..c56c1f5 100644 --- a/config.py +++ b/config.py @@ -7,10 +7,23 @@ import os import sys # Application version -VERSION = "2.26.12" +VERSION = "2.26.13" # Changelog - latest release notes (shown on welcome screen) CHANGELOG = [ + { + "version": "2.26.13", + "date": "March 2026", + "highlights": [ + "Fix TSCM sweep module variable scoping and stale progress bar", + "Fix 5GHz WiFi scanning failures in deep scan and band detection", + "Fix ADS-B remote mode incorrectly stopping other SDR services", + "Fix radiosonde false 'missing' report at end of setup", + "Satellite tracker: TLE auto-refresh, polar plot fixes, pass calculation improvements", + "Fix weather satellite handoff (remove defunct METEOR-M2)", + "Add multi-arch Docker CI workflow (amd64 + arm64)", + ] + }, { "version": "2.26.12", "date": "March 2026",