diff --git a/config.py b/config.py index 7105b95..a13a1ea 100644 --- a/config.py +++ b/config.py @@ -7,10 +7,20 @@ import os import sys # Application version -VERSION = "2.16.0" +VERSION = "2.17.0" # Changelog - latest release notes (shown on welcome screen) CHANGELOG = [ + { + "version": "2.17.0", + "date": "February 2026", + "highlights": [ + "BT Locate: SAR Bluetooth device location with GPS-tagged signal trail and proximity alerts", + "IRK auto-detection: extract Identity Resolving Keys from paired devices (macOS/Linux)", + "GPS mode: real-time position tracking with live map, speed, altitude, and satellite info", + "Bluetooth scanner lifecycle fix for bleak scan timeout tracking", + ] + }, { "version": "2.16.0", "date": "February 2026", diff --git a/pyproject.toml b/pyproject.toml index 52ae4b8..d7d6d81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "intercept" -version = "2.16.0" +version = "2.17.0" description = "Signal Intelligence Platform - Pager/433MHz/ADS-B/Satellite/WiFi/Bluetooth" readme = "README.md" requires-python = ">=3.9"