@@ -6,6 +6,43 @@ a built-in web interface. See https://gitlab.com/eliggett/wfview for the
66upstream wfview history.
77
88
9+ v0.5.0 (2026-04-05)
10+ --------------------
11+
12+ FreeDV digital voice:
13+ - Add FreeDV codec2 support with 700D, 700E, and 1600 modes
14+ - Add RADE V1 neural voice codec as a FreeDV mode
15+ - ALC control for FreeDV TX; mode cycling and TX monitor in web UI
16+ - FreeDV button moved from FUNC menu to MODE overlay
17+ - Hide FreeDV button when codec2 is not available
18+
19+ Platform support:
20+ - FreeDV and RADE support on all platforms: Linux (Docker/native), macOS,
21+ and Windows
22+ - Windows: RADE and FreeDV codec2 added to vcpkg build (build.bat)
23+ - macOS: static-link RADE to eliminate dylib signing issues; ad-hoc
24+ codesign binary and dylibs; re-sign after install_name_tool patching
25+ - Docker: RADE and FreeDV added to Docker build
26+
27+ Fixes:
28+ - Fix segfault on Ctrl-C exit during FreeDV TX
29+ - Fix FreeDV TX silence after browser restart
30+ - Fix ALSA underruns after client disconnect during RADE/FreeDV TX
31+ - Scale RADE TX output to match codec2 FreeDV ALC levels
32+ - Fix RADE UI issues: stats display, logging, shutdown, and default mode
33+ - Fix codec2 CI build: clone outside MSYS2 shell
34+ - Fix macOS Gatekeeper block
35+
36+ Packaging:
37+ - Add third-party license file (THIRD_PARTY_LICENSES) bundled in all
38+ packages
39+ - Add .dockerignore to exclude host build artifacts
40+
41+ Documentation:
42+ - Document macOS FreeDV and RADE build prerequisites
43+ - Update README with FreeDV/RADE features, credits, and licenses
44+
45+
946v0.4.2 (2026-03-29)
1047--------------------
1148
0 commit comments