Release v2.0.0

- Add Listening Post mode with frequency scanner
- Add device correlation and settings system
- Overhaul documentation and setup script
- Update Dockerfile with all dependencies
- Add comprehensive test suite

See CHANGELOG.md for full details.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-06 18:55:08 +00:00
parent dcb1b4e3a6
commit 5c6bd5d65a
3 changed files with 84 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import os
import sys
# Application version
VERSION = "1.2.0"
VERSION = "2.0.0"
def _get_env(key: str, default: str) -> str: