From a08a550c8e448302544b8f36c503be3118cb8427 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Thu, 12 Sep 2024 21:40:08 -0400 Subject: [PATCH] Preparing for the next release. --- CHANGELOG.md | 7 +++++++ debian/changelog | 10 ++++++++++ 2 files changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a32baf2b..aae70cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +**1.2.69** +- Added [ALT]+[UP]/[DOWN] for volume control on MacOS. +- Fixed an exception when any of the markers fail to load. +- Fixed call arrows remaining after locator display disabled. +- Blocked keyboard shortcuts until settings are loaded. +- Sorted digital modes inside combo box (by Richard Murnane). + **1.2.68** - Added map display of completed FT8 calls. - Added config to limit the number of shown calls. diff --git a/debian/changelog b/debian/changelog index 792dbb7a..6ecad527 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +openwebrx (1.2.69) bullseye jammy; urgency=low + + * Added [ALT]+[UP]/[DOWN] for volume control on MacOS. + * Fixed an exception when any of the markers fail to load. + * Fixed call arrows remaining after locator display disabled. + * Blocked keyboard shortcuts until settings are loaded. + * Sorted digital modes inside combo box (by Richard Murnane). + + -- Marat Fayzullin Mon, 16 Sep 2024 16:12:00 +0000 + openwebrx (1.2.68) bullseye jammy; urgency=low * Added map display of completed FT8 calls.