Preparing for the next release.

This commit is contained in:
Marat Fayzullin 2024-11-03 00:13:16 -04:00
parent d89c8f6147
commit 77d862089e
2 changed files with 19 additions and 0 deletions

View File

@ -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.

11
debian/changelog vendored
View File

@ -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 <luarvique@gmail.com> Mon, 4 Nov 2024 16:12:00 +0000
openwebrx (1.2.72) bullseye jammy; urgency=low
* Added underlying modulation to bookmarks.