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 <noreply@anthropic.com>
This commit is contained in:
James Smith
2026-03-23 17:15:32 +00:00
parent af2ab567ca
commit 1dde2a008e

View File

@@ -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",