mirror of
https://github.com/smittix/intercept.git
synced 2026-06-30 22:08:59 -07:00
chore: Bump version to 2.19.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,10 +7,23 @@ import os
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
# Application version
|
# Application version
|
||||||
VERSION = "2.18.0"
|
VERSION = "2.19.0"
|
||||||
|
|
||||||
# Changelog - latest release notes (shown on welcome screen)
|
# Changelog - latest release notes (shown on welcome screen)
|
||||||
CHANGELOG = [
|
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",
|
"version": "2.18.0",
|
||||||
"date": "February 2026",
|
"date": "February 2026",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "intercept"
|
name = "intercept"
|
||||||
version = "2.18.0"
|
version = "2.19.0"
|
||||||
description = "Signal Intelligence Platform - Pager/433MHz/ADS-B/Satellite/WiFi/Bluetooth"
|
description = "Signal Intelligence Platform - Pager/433MHz/ADS-B/Satellite/WiFi/Bluetooth"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
|
|||||||
Reference in New Issue
Block a user