mirror of
https://github.com/smittix/intercept.git
synced 2026-07-25 09:18:10 -07:00
chore: Bump version to v2.16.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.15.0"
|
VERSION = "2.16.0"
|
||||||
|
|
||||||
# Changelog - latest release notes (shown on welcome screen)
|
# Changelog - latest release notes (shown on welcome screen)
|
||||||
CHANGELOG = [
|
CHANGELOG = [
|
||||||
|
{
|
||||||
|
"version": "2.16.0",
|
||||||
|
"date": "February 2026",
|
||||||
|
"highlights": [
|
||||||
|
"Sub-GHz analyzer with real-time RF capture and protocol decoding",
|
||||||
|
"Weather satellite auto-scheduler with polar plot and ground track map",
|
||||||
|
"SatDump support for local (non-Docker) installs via setup.sh",
|
||||||
|
"DMR audio output, frequency persistence, and bookmarks",
|
||||||
|
"Shared waterfall UI across SDR modes",
|
||||||
|
"Listening post audio stuttering fix and SDR race condition fixes",
|
||||||
|
"Multi-arch Docker build support (amd64 + arm64)",
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "2.15.0",
|
"version": "2.15.0",
|
||||||
"date": "February 2026",
|
"date": "February 2026",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "intercept"
|
name = "intercept"
|
||||||
version = "2.15.0"
|
version = "2.16.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