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.