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)