From 12912754ca10b04886f8eed489c009b562fbcf1b Mon Sep 17 00:00:00 2001 From: Mooneer Salem Date: Sat, 11 Sep 2021 20:22:48 -0700 Subject: [PATCH] Update documentation and CMake for new release. --- CMakeLists.txt | 2 +- USER_MANUAL.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 025c5e56..01212423 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ message(STATUS "Compilation date = XX${DATE_RESULT}XX") set(FREEDV_VERSION_MAJOR 1) set(FREEDV_VERSION_MINOR 6) set(FREEDV_VERSION_PATCH 1) -set(FREEDV_VERSION_SUFFIX "devel") +set(FREEDV_VERSION_SUFFIX "") set(FREEDV_VERSION ${FREEDV_VERSION_MAJOR}.${FREEDV_VERSION_MINOR}) if(FREEDV_VERSION_PATCH) diff --git a/USER_MANUAL.md b/USER_MANUAL.md index e951ffdb..2c50a473 100644 --- a/USER_MANUAL.md +++ b/USER_MANUAL.md @@ -723,6 +723,19 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes # Release Notes +## V1.6.1 September 2021 + +1. Bugfixes: + * Uses UTF-8 for device names from PortAudio to resolve display problems on non-English systems. (PR #153) + * Resolves crash when using click to tune feature on main window. (PR #157) + * Resolves issue where test plots inside Audio Options dialog hang during test. (PR #154) + * Disable multi-RX options in Tools->Options when a session is active. (PR #154) +2. Enhancements: + * Updates mode indicator on transition between TX and RX instead of only on start. (PR #158) + * Updates PSK Reporter feature to use new Codec2 reliable\_text API. (PR #156, #162, #166, #168) + +_Note: The PSK Reporter feature beginning in this release is incompatible with versions older than 1.6.1 due to a change in how callsigns are encoded._ + ## V1.6.0 August 2021 1. Bugfixes: