mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
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:
15
config.py
15
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",
|
||||
|
||||
Reference in New Issue
Block a user