chore: Bump version to 2.19.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-02-16 23:42:41 +00:00
parent cab04e6e2c
commit d427f69dcd
2 changed files with 15 additions and 2 deletions

View File

@@ -7,10 +7,23 @@ import os
import sys
# Application version
VERSION = "2.18.0"
VERSION = "2.19.0"
# Changelog - latest release notes (shown on welcome screen)
CHANGELOG = [
{
"version": "2.19.0",
"date": "February 2026",
"highlights": [
"VDL2 mode with modal message viewer, consolidated into ADS-B dashboard",
"ADS-B: trails enabled by default, radar modes removed, CSV export added",
"Bundled Roboto Condensed font for offline mode with SVG icon overhaul",
"Help modal updated with all modes and correct SVG icons",
"Setup script overhauled for reliability and macOS compatibility",
"GPS fix for preserving satellites across DOP-only SKY messages",
"Fix gpsd deadlock causing GPS connect to hang",
]
},
{
"version": "2.18.0",
"date": "February 2026",

View File

@@ -1,6 +1,6 @@
[project]
name = "intercept"
version = "2.18.0"
version = "2.19.0"
description = "Signal Intelligence Platform - Pager/433MHz/ADS-B/Satellite/WiFi/Bluetooth"
readme = "README.md"
requires-python = ">=3.9"