Skip to content

Commit 339e190

Browse files
New version: FreeDV.FreeDV version 2.1.0 (microsoft#325381)
1 parent 86c7259 commit 339e190

File tree

3 files changed

+82
-0
lines changed

3 files changed

+82
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: FreeDV.FreeDV
5+
PackageVersion: 2.1.0
6+
InstallerType: nullsoft
7+
ReleaseDate: 2025-11-19
8+
Installers:
9+
- Architecture: x64
10+
InstallerUrl: https://github.com/drowe67/freedv-gui/releases/download/v2.1.0/FreeDV-2.1.0-windows-x86_64.exe
11+
InstallerSha256: B4FC4BEA200F94758714AE645402CB27241E5B9A751880661C07EDF55E66CDD8
12+
ManifestType: installer
13+
ManifestVersion: 1.10.0
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: FreeDV.FreeDV
5+
PackageVersion: 2.1.0
6+
PackageLocale: en-US
7+
Publisher: CMake
8+
PublisherUrl: https://github.com/drowe67
9+
PublisherSupportUrl: https://github.com/drowe67/freedv-gui/issues
10+
Author: drowe67
11+
PackageName: FreeDV
12+
PackageUrl: https://freedv.org/
13+
License: LGPL-2.1
14+
LicenseUrl: https://github.com/drowe67/freedv-gui/blob/master/COPYING
15+
Copyright: Copyright (C) 2023 FreeDV
16+
CopyrightUrl: https://github.com/drowe67/freedv-gui/blob/master/COPYING
17+
ShortDescription: Open Source Amateur Digital Voice mode for HF radio.
18+
Moniker: freedv
19+
ReleaseNotes: |-
20+
FreeDV 2.1.0 has been released, containing bugfixes and feature enhancements, including experimental support for integrating FreeDV with SmartSDR (for Flex 6000, 8000 and Aurora series radios). These changes are outlined below:
21+
1. Bugfixes:
22+
- Clean up wxWidgets warnings in Audio Config window. (PR #1044)
23+
- Fix CAT control and frequency formatting problems on non-English computers. (PR #1050)
24+
- Clean up ThreadSanitizer warnings in codebase. (PR #1053)
25+
- Clean up UndefinedBehaviorSanitizer warnings in codebase. (PR #1061)
26+
- Divide displayed TX Attenuation level by 10 on startup. (PR #1060)
27+
- Fix issue preventing FreeDV Reporter from properly being restored to the correct display. (PR #1055)
28+
- Fix intermittent FreeDV Reporter related crash on Windows. (PR #1075)
29+
- Update Visual C++ Redistributable to version 17 to resolve RADE startup crashes. (PR #1074)
30+
- Reduce RADE RX losses due to resampling. (PR #1094)
31+
2. Enhancements:
32+
- Additional cleanup of code that runs in real-time. (PR #1039, #1068, #1077)
33+
- Print error if one attempts to use a stereo WAV file instead of a mono one. (PR #1052)
34+
- Hamlib: Add support for automatically displaying only the valid baud rates. (PR #1057)
35+
- CPU reductions when rendering plots, especially on X11/Xwayland systems. (PR #1064)
36+
- Add implementation of Flex waveform for Flex 6000/8000/Aurora series. (PR #1018, #1088)
37+
- Add ka9q-radio integration for use with web-based SDRs and similar. (PR #1066)
38+
- Support bulk updates from FreeDV Reporter server. (PR #1079)
39+
- Hide Stats box by default. (PR #1081)
40+
- Always allow frequency drop-down to be used, even if CAT and reporting are disabled. (PR #1080, #1093)
41+
3. Build system:
42+
- Add support for Thread/Undefined Behavior Sanitizer instrumentation on macOS and Linux builds. (PR #1075)
43+
- Force all compiler warnings to be errors. (PR #1076)
44+
- Enable clang-tidy scans on codebase. (PR #1086)
45+
- Update CI process to enable automatic code signing of macOS and Linux builds. (PR #1078)
46+
Additional notes:
47+
- For Windows users, you may be asked to reboot your PC as the Visual C++ Redistributable has been updated for this release. For best results, please do so.
48+
- The FlexRadio and KA9Q integrations are currently experimental and may contain undiscovered bugs. More information about these integrations can be found here.
49+
Available binary releases (click Assets to expand the section and retrieve download links):
50+
- FreeDV application:
51+
- FreeDV-2.1.0-windows-x86_64.exe (64 bit Windows for Intel/AMD)
52+
- FreeDV.dmg (ARM/Intel macOS, Big Sur/11.0 or later required)
53+
- FreeDV-2.1.0-x86_64.AppImage (AppImage for Linux for Intel/AMD)
54+
- FreeDV-2.1.0-aarch64.AppImage (AppImage for Linux for ARM systems, e.g. Raspberry Pi 5+)
55+
- Experimental FreeDV integrations with radios:
56+
- FreeDV-FlexRadio-2.1.0-aarch64.AppImage (AppImage for FlexRadio support, needs Raspberry Pi 4+)
57+
- FreeDV-KA9Q-2.1.0-x86_64.AppImage (AppImage for web SDR support, Intel/AMD machines)
58+
- FreeDV-KA9Q-2.1.0-aarch64.AppImage (AppImage for web SDR support, ARM machines)
59+
ReleaseNotesUrl: https://github.com/drowe67/freedv-gui/releases/tag/v2.1.0
60+
ManifestType: defaultLocale
61+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: FreeDV.FreeDV
5+
PackageVersion: 2.1.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)