From 276c51517f4494399595330a558bd1c4a8dff8fb Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Sun, 31 Aug 2025 11:13:14 +0200 Subject: [PATCH 1/2] Bump version to 0.0.7 for VRS JSON support release --- assets/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/static/index.html b/assets/static/index.html index b7e142f..306114e 100644 --- a/assets/static/index.html +++ b/assets/static/index.html @@ -28,7 +28,7 @@
-

SkyView v0.0.6

+

SkyView v0.0.7

From 0db12a1ddc6dd1ff6e9c17cd30fc99a5629537b9 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Sun, 31 Aug 2025 11:14:35 +0200 Subject: [PATCH 2/2] Update Debian package description to include VRS JSON support --- debian/DEBIAN/control | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control index 6a2bf93..b3dc95e 100644 --- a/debian/DEBIAN/control +++ b/debian/DEBIAN/control @@ -1,18 +1,19 @@ Package: skyview-adsb -Version: 0.0.6 +Version: 0.0.7 Section: net Priority: optional Architecture: amd64 Depends: systemd Maintainer: Ole-Morten Duesund -Description: Multi-source ADS-B aircraft tracker with Beast format support - SkyView is a standalone application that connects to multiple dump1090 Beast - format TCP streams and provides a modern web frontend for aircraft tracking. - Features include real-time aircraft tracking, signal strength analysis, - coverage mapping, and 3D radar visualization. +Description: Multi-source ADS-B aircraft tracker with Beast and VRS format support + SkyView is a standalone application that connects to multiple dump1090/readsb + receivers using Beast binary or VRS JSON formats and provides a modern web + frontend for aircraft tracking. Features include real-time aircraft tracking, + signal strength analysis, coverage mapping, and 3D radar visualization. . Key features: - - Multi-source Beast binary format parsing + - Multi-source Beast binary and VRS JSON format parsing + - Mixed-format support (use Beast and VRS sources together) - Real-time WebSocket updates - Interactive maps with Leaflet.js - Signal strength heatmaps and range circles