chore: release v2.28.0

Bump version to 2.28.0, update changelog, and add Signal ID to the
GitHub Pages feature listing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
James Smith
2026-07-05 12:48:54 +01:00
parent b192dd704c
commit 1c9bd34a28
3 changed files with 26 additions and 1 deletions
+11 -1
View File
@@ -7,10 +7,20 @@ import os
import sys
# Application version
VERSION = "2.27.0"
VERSION = "2.28.0"
# Changelog - latest release notes (shown on welcome screen)
CHANGELOG = [
{
"version": "2.28.0",
"date": "July 2026",
"highlights": [
"Feat: Signal ID — offline signal identification against a bundled 594-signal database",
"Feat: Signal ID modal accessible from the global nav and waterfall sidebar",
"Feat: scored matching by frequency, bandwidth, modulation, and region (0100)",
"Feat: import script (bin/import_artemis.py) to refresh database from Artemis-DB",
],
},
{
"version": "2.27.0",
"date": "May 2026",