From f7cf7b1d9bec6ef1c35b1c11c95857b29583ef7d Mon Sep 17 00:00:00 2001 From: Mooneer Salem Date: Sat, 23 Nov 2024 13:42:16 -0800 Subject: [PATCH] Add missed changelog entries. --- USER_MANUAL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/USER_MANUAL.md b/USER_MANUAL.md index bd6a08cc..51781b4b 100644 --- a/USER_MANUAL.md +++ b/USER_MANUAL.md @@ -895,6 +895,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes * Fix bug preventing saving of the previously used path when playing back files. (PR #729) * Fix bug preventing proper time display in FreeDV Reporter on macOS. (PR #748) * Set timeout for Hamlib comms to avoid GUI getting stuck. (PR #746) + * Fix various audio dropout issues, especially on Linux. (PR #761) 2. Enhancements: * Show green line indicating RX frequency. (PR #725) * Update configuration of the Voice Keyer feature based on user feedback. (PR #730, #746) @@ -902,6 +903,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes * Avoid modifying the audio device configuration without the user explicitly doing so. (PR #735) * If provided by user, add config file to titlebar. (PR #738) * Minor adjustments to spectrum/waterfall tooltips. (PR #743) + * Implement new logging framework. (PR #773) 3. Build system: * Allow overrriding the version tag when building. (PR #727) * Update wxWidgets to 3.2.6. (PR #748)