From 61783f3c962f269c520dd39313dbf972fd09cd86 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Wed, 11 Oct 2023 21:34:53 -0400 Subject: [PATCH] Preparing for the 1.2.33 release. --- CHANGELOG.md | 12 ++++++++++++ debian/changelog | 15 +++++++++++++++ debian/control | 2 +- 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53491c5e..dd05d508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +**1.2.33** +- Syncing library versions with original OWRX 1.2.2. +- Refactored locators map display. +- Assigned each locator a single rectangle. +- Rectangle's transparency reflects number and age of reports. +- Rectangle's hue represents reported bands. +- Removed overlapping edges from rectangles. +- Added time-to-live to EIBI markers. +- Added LSimpleMarker. +- Fixed, updated, optimized EIBI database algorithms and data. +- Fixed aircraft time-to-live values. + **1.2.32** - Added separate display for ADSB flight data. - Added separate class of aircraft markers. diff --git a/debian/changelog b/debian/changelog index db496f91..afcb87ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +openwebrx (1.2.33) bullseye jammy; urgency=low + + * Syncing library versions with original OWRX 1.2.2. + * Refactored locators map display. + * Assigned each locator a single rectangle. + * Rectangle's transparency reflects number and age of reports. + * Rectangle's hue represents reported bands. + * Removed overlapping edges from rectangles. + * Added time-to-live to EIBI markers. + * Added LSimpleMarker. + * Fixed, updated, optimized EIBI database algorithms and data. + * Fixed aircraft time-to-live values. + + -- Marat Fayzullin Thu, 12 Oct 2023 16:12:00 +0000 + openwebrx (1.2.32) bullseye jammy; urgency=low * Added separate display for ADSB flight data. diff --git a/debian/control b/debian/control index 8dec9c9f..34844936 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Git: https://github.com/luarvique/openwebrx.git Package: openwebrx Architecture: all -Depends: adduser, python3 (>= 3.5), python3-pkg-resources, owrx-connector (>= 0.6), soapysdr-tools, python3-csdr (>= 0.18.14), ${python3:Depends}, ${misc:Depends} +Depends: adduser, python3 (>= 3.5), python3-pkg-resources, owrx-connector (>= 0.6), soapysdr-tools, python3-csdr (>= 0.18.15), ${python3:Depends}, ${misc:Depends} Recommends: python3-digiham (>= 0.6), direwolf (>= 1.4), wsjtx, js8call, runds-connector (>= 0.2), hpsdrconnector, aprs-symbols, m17-demod, js8call, python3-js8py (>= 0.1), nmux (>= 0.18), codecserver (>= 0.1), msk144decoder, multimon-ng, rtl-433, dumphfdl, dumpvdl2, dump1090-fa-minimal, imagemagick Description: multi-user web sdr Open source, multi-user SDR receiver with a web interface