mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 14:50:00 -07:00
- Rebrand from INTERCEPT to iNTERCEPT - New logo design with 'i' and signal wave brackets - Add animated landing page with "See the Invisible" tagline - Fix tuning dial audio issues with debouncing and restart prevention - Fix Listening Post scanner with proper signal hit logging - Update setup script for apt-based Python package installation - Add Instagram promo video template - Add full-size logo assets for external use Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4.1 KiB
4.1 KiB
Changelog
All notable changes to iNTERCEPT will be documented in this file.
[2.9.0] - 2026-01-10
Added
- Landing Page - Animated welcome screen with logo reveal and "See the Invisible" tagline
- New Branding - Redesigned logo featuring 'i' with signal wave brackets
- Logo Assets - Full-size SVG logos in
/static/img/for external use - Instagram Promo - Animated HTML promo video template in
/promo/directory - Listening Post Scanner - Fully functional frequency scanning with signal detection
- Scan button toggles between start/stop states
- Signal hits logged with Listen button to tune directly
- Proper 4-column display (Time, Frequency, Modulation, Action)
Changed
- Rebranding - Application renamed from "INTERCEPT" to "iNTERCEPT"
- Updated Tagline - "Signal Intelligence & Counter Surveillance Platform"
- Setup Script - Now installs Python packages via apt first (more reliable on Debian/Ubuntu)
- Uses
--system-site-packagesfor venv to leverage apt packages - Added fallback logic when pip fails
- Uses
- Troubleshooting Docs - Added sections for pip install issues and apt alternatives
Fixed
- Tuning Dial Audio - Fixed audio stopping when using tuning knob
- Added restart prevention flags to avoid overlapping restarts
- Increased debounce time for smoother operation
- Added silent mode for programmatic value changes
- Scanner Signal Hits - Fixed table column count and colspan
- Favicon - Updated to new 'i' logo design
[2.0.0] - 2026-01-06
Added
- Listening Post Mode - New frequency scanner with automatic signal detection
- Scans frequency ranges and stops on detected signals
- Real-time audio monitoring with ffmpeg integration
- Skip button to continue scanning after signal detection
- Configurable dwell time, squelch, and step size
- Preset frequency bands (FM broadcast, Air band, Marine, etc.)
- Activity log of detected signals
- Aircraft Dashboard Improvements
- Dependency warning when rtl_fm or ffmpeg not installed
- Auto-restart audio when switching frequencies
- Fixed toolbar overflow with custom frequency input
- Device Correlation - Match WiFi and Bluetooth devices by manufacturer
- Settings System - SQLite-based persistent settings storage
- Comprehensive Test Suite - Added tests for routes, validation, correlation, database
Changed
- Documentation Overhaul
- Simplified README with clear macOS and Debian installation steps
- Added Docker installation option
- Complete tool reference table in HARDWARE.md
- Removed redundant/confusing content
- Setup Script Rewrite
- Full macOS support with Homebrew auto-installation
- Improved Debian/Ubuntu package detection
- Added ffmpeg to tool checks
- Better error messages with platform-specific install commands
- Dockerfile Updated
- Added ffmpeg for Listening Post audio encoding
- Added dump1090 with fallback for different package names
Fixed
- SoapySDR device detection for RTL-SDR and HackRF
- Aircraft dashboard toolbar layout when using custom frequency input
- Frequency switching now properly stops/restarts audio
Technical
- Added
utils/constants.pyfor centralized configuration values - Added
utils/database.pyfor SQLite settings storage - Added
utils/correlation.pyfor device correlation logic - Added
routes/listening_post.pyfor scanner endpoints - Added
routes/settings.pyfor settings API - Added
routes/correlation.pyfor correlation API
[1.2.0] - 2026-12-29
Added
- Airspy SDR support
- GPS coordinate persistence
- SoapySDR device detection improvements
Fixed
- RTL-SDR and HackRF detection via SoapySDR
[1.1.0] - 2026-12-18
Added
- Satellite tracking with TLE data
- Full-screen dashboard for aircraft radar
- Full-screen dashboard for satellite tracking
[1.0.0] - 2026-12-15
Initial Release
- Pager decoding (POCSAG/FLEX)
- 433MHz sensor decoding
- ADS-B aircraft tracking
- WiFi reconnaissance
- Bluetooth scanning
- Multi-SDR support (RTL-SDR, LimeSDR, HackRF)