From 479a96da742a83cfa13088f5b59144117af86189 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Tue, 5 Sep 2023 22:35:18 -0400 Subject: [PATCH] Preparing for the next release. --- debian/changelog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index 974475a5..31f13b8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +openwebrx (1.2.29) bullseye jammy; urgency=low + + * Added worldwide OpenWeatherMap support (needs key). + * Added NFM to SSTV underlying modes (needs testing). + * Added configurable aircraft data expiration times. + * Improved aircraft data maintenance and merging. + * Improved SWL bookmarks generation (via EIBI). + * Improved FAX decoding, can receive photos now. + * Changed FAX bookmarks to be 1.9kHz below carrier. + * Dropped FAX input frequency to 12kHz. + * Optimized SSTV, FAX, RTTY, and CW decoders. + * Fixed ISM parser with correct ColorCache object. + * ADSB airplanes are red now, VDL2/HFDL are blue. + + -- Marat Fayzullin Sat, 9 Sep 2023 16:12:00 +0000 + openwebrx (1.2.28) bullseye jammy; urgency=low * Updated CSDR and PyCSDR with latest changes from Jakob's develop branch.