From 77d862089e4d86d41904f72ce5c7a0af9d038809 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Sun, 3 Nov 2024 00:13:16 -0400 Subject: [PATCH] Preparing for the next release. --- CHANGELOG.md | 8 ++++++++ debian/changelog | 11 +++++++++++ 2 files changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ba75344..bc68c9da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +**1.2.73** +- Added frequency to recorded MP3 filenames. +- Added 800Hz to newly created CW bookmarks. +- Refactored frequency and modulation UI code. +- Accounted for ACARS altitudes set to "ground". +- Stripped whitespace from input strings. +- Fixed SSL on newer Python3 versions. + **1.2.72** - Added underlying modulation to bookmarks. - Added sanitizing bookmark contents. diff --git a/debian/changelog b/debian/changelog index 7c5b08a1..6c100f54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +openwebrx (1.2.73) bullseye jammy; urgency=low + + * Added frequency to recorded MP3 filenames. + * Added 800Hz to newly created CW bookmarks. + * Refactored frequency and modulation UI code. + * Accounted for ACARS altitudes set to "ground". + * Stripped whitespace from input strings. + * Fixed SSL on newer Python3 versions. + + -- Marat Fayzullin Mon, 4 Nov 2024 16:12:00 +0000 + openwebrx (1.2.72) bullseye jammy; urgency=low * Added underlying modulation to bookmarks.