From b1993847b5e95ab8b2c695a4cc13ad280b9e46b4 Mon Sep 17 00:00:00 2001 From: Smittix Date: Mon, 23 Feb 2026 19:40:15 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20remove=20RF=20Heatmap=20references=20?= =?UTF-8?q?=E2=80=94=20feature=20was=20not=20shipped?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 1 - config.py | 1 - 2 files changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9ed3c..da4a874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,6 @@ All notable changes to iNTERCEPT will be documented in this file. - **Waterfall Receiver Overhaul** - WebSocket-based I/Q streaming with server-side FFT, click-to-tune, zoom controls, and auto-scaling - **Voice Alerts** - Configurable text-to-speech event notifications across modes - **Signal Fingerprinting** - RF device identification and pattern analysis mode -- **RF Heatmap** - Geographic signal density visualization with Leaflet heatmap overlay - **SignalID** - Automatic signal classification via SigIDWiki API integration - **PWA Support** - Installable web app with service worker caching and manifest - **Real-time Signal Scope** - Live signal visualization for pager, sensor, and SSTV modes diff --git a/config.py b/config.py index d7fb547..9396b78 100644 --- a/config.py +++ b/config.py @@ -18,7 +18,6 @@ CHANGELOG = [ "Waterfall receiver overhaul: WebSocket I/Q streaming with server-side FFT, click-to-tune, and zoom controls", "Voice alerts for configurable event notifications across modes", "Signal fingerprinting mode for RF device identification and pattern analysis", - "RF Heatmap for geographic signal density visualization", "SignalID integration via SigIDWiki API for automatic signal classification", "PWA support: installable web app with service worker and manifest", "Mode stop responsiveness improvements with faster timeout handling",