chore(release): v2.21.0

This commit is contained in:
Smittix
2026-02-20 00:37:37 +00:00
parent 1466fc2d30
commit a407c7708d
3 changed files with 41 additions and 12 deletions

View File

@@ -6,14 +6,26 @@ import logging
import os
import sys
# Application version
VERSION = "2.20.0"
# Application version
VERSION = "2.21.0"
# Changelog - latest release notes (shown on welcome screen)
CHANGELOG = [
{
"version": "2.20.0",
"date": "February 2026",
CHANGELOG = [
{
"version": "2.21.0",
"date": "February 2026",
"highlights": [
"Global map theme refresh with improved contrast and cross-dashboard consistency",
"Cross-app UX updates for accessibility, mode consistency, and render performance",
"Weather satellite reliability fixes for auto-scheduler and Mercator pass tracking",
"Bluetooth/WiFi runtime health fixes with BT Locate continuity and confidence improvements",
"ADS-B/VDL2 streaming reliability upgrades for multi-client SSE fanout and remote decoding",
"Analytics enhancements with operational insights and temporal pattern panels",
]
},
{
"version": "2.20.0",
"date": "February 2026",
"highlights": [
"Space Weather mode: real-time solar and geomagnetic monitoring from NOAA SWPC, NASA SDO, and HamQSL",
"Kp index, solar wind, X-ray flux charts with Chart.js visualization",