mirror of
https://github.com/smittix/intercept.git
synced 2026-06-12 07:53:30 -07:00
chore: Bump version to v2.18.0
Bluetooth enhancements (service data inspector, appearance codes, MAC cluster tracking, behavioral flags, IRK badges, distance estimation), ACARS SoapySDR multi-backend support, dump1090 stale process cleanup, GPS error state, and proximity radar/signal card UI improvements. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,10 +7,22 @@ import os
|
||||
import sys
|
||||
|
||||
# Application version
|
||||
VERSION = "2.17.0"
|
||||
VERSION = "2.18.0"
|
||||
|
||||
# Changelog - latest release notes (shown on welcome screen)
|
||||
CHANGELOG = [
|
||||
{
|
||||
"version": "2.18.0",
|
||||
"date": "February 2026",
|
||||
"highlights": [
|
||||
"Bluetooth: service data inspector, appearance codes, MAC cluster tracking, and behavioral flags",
|
||||
"Bluetooth: IRK badge display, distance estimation with confidence, and signal stability metrics",
|
||||
"ACARS: SoapySDR device support for SDRplay, LimeSDR, Airspy, and other non-RTL backends",
|
||||
"ADS-B: stale dump1090 process cleanup via PID file tracking",
|
||||
"GPS: error state indicator and UI refinements",
|
||||
"Proximity radar and signal card UI improvements",
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "2.17.0",
|
||||
"date": "February 2026",
|
||||
|
||||
Reference in New Issue
Block a user