From 97415aec50a9480defd45df0592d40d52e02afd0 Mon Sep 17 00:00:00 2001 From: fancybody <87397831+fancybody@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:10:52 +0530 Subject: [PATCH] New version: FreeDV.FreeDV version 1.9.7 (#137002) --- .../FreeDV/1.9.7/FreeDV.FreeDV.installer.yaml | 16 ++++++++++++++ .../1.9.7/FreeDV.FreeDV.locale.en-US.yaml | 22 +++++++++++++++++++ .../f/FreeDV/FreeDV/1.9.7/FreeDV.FreeDV.yaml | 8 +++++++ 3 files changed, 46 insertions(+) create mode 100644 manifests/f/FreeDV/FreeDV/1.9.7/FreeDV.FreeDV.installer.yaml create mode 100644 manifests/f/FreeDV/FreeDV/1.9.7/FreeDV.FreeDV.locale.en-US.yaml create mode 100644 manifests/f/FreeDV/FreeDV/1.9.7/FreeDV.FreeDV.yaml diff --git a/manifests/f/FreeDV/FreeDV/1.9.7/FreeDV.FreeDV.installer.yaml b/manifests/f/FreeDV/FreeDV/1.9.7/FreeDV.FreeDV.installer.yaml new file mode 100644 index 0000000000000..ca640d45da594 --- /dev/null +++ b/manifests/f/FreeDV/FreeDV/1.9.7/FreeDV.FreeDV.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.0.2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: FreeDV.FreeDV +PackageVersion: 1.9.7 +InstallerType: nullsoft +ReleaseDate: 2024-01-15 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/drowe67/freedv-gui/releases/download/v1.9.7/FreeDV-1.9.7-windows-i686.exe + InstallerSha256: 0642DA3DBCB98D52C8A781A965B08D5D1E742C0C5BAEFDC57EA5FEBA280FCB1E +- Architecture: x64 + InstallerUrl: https://github.com/drowe67/freedv-gui/releases/download/v1.9.7/FreeDV-1.9.7-windows-x86_64.exe + InstallerSha256: CC12B5D5261F71F9215197A06F137B8974F16A837D81BF3220D273172454D8DE +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/f/FreeDV/FreeDV/1.9.7/FreeDV.FreeDV.locale.en-US.yaml b/manifests/f/FreeDV/FreeDV/1.9.7/FreeDV.FreeDV.locale.en-US.yaml new file mode 100644 index 0000000000000..bbd9cdf07e551 --- /dev/null +++ b/manifests/f/FreeDV/FreeDV/1.9.7/FreeDV.FreeDV.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.0.2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: FreeDV.FreeDV +PackageVersion: 1.9.7 +PackageLocale: en-US +Publisher: CMake +PublisherUrl: https://github.com/drowe67 +PublisherSupportUrl: https://github.com/drowe67/freedv-gui/issues +Author: drowe67 +PackageName: FreeDV +PackageUrl: https://freedv.org/ +License: LGPL-2.1 +LicenseUrl: https://github.com/drowe67/freedv-gui/blob/master/COPYING +Copyright: Copyright (C) 2023 FreeDV +CopyrightUrl: https://github.com/drowe67/freedv-gui/blob/master/COPYING +ShortDescription: Open Source Amateur Digital Voice mode for HF radio. +Moniker: freedv +ReleaseNotes: "This release contains the following content:- Bugfixes:- Use double precision instead of float for loading frequency list. (PR #627)\n- Improve validation of frequencies in Options dialog. (PR #628)\n- Fix typo resulting in TX device sample rate being used for filter initialization. (PR #630)\n- Fix intermittent crash resulting from object thread starting before object is fully initialized. (PR #630)\n- Prevent creation of filters if not enabled. (PR #631)\n- Fix issue preventing Start button from re-enabling itself on audio device errors. (PR #636)\n- Fix issue preventing proper FreeDV Reporter column sizing on Windows. (PR #638)\n- Fix flicker in FreeDV Reporter window when tracking by frequency. (PR #637)\n- Update Filter dialog to better handle resizing. (PR #641)\n- Fix capitalization of distance units in FreeDV Reporter window. (PR #642)\n- Rename KHz to kHz in documentation and UI. (PR #643)\n- Avoid calculating distances in FreeDV Reporter window for those with invalid grid squares. (PR #646, #649)\n- Fix display bugs in FreeDV Reporter window when switching between dark and light mode. (PR #646)\n- Add guard code to prevent FreeDV Reporter window from being off screen on startup. (PR #650)\n- Fix issue preventing FreeDV startup on macOS <= 10.13. (PR #652)\n- On startup, only jiggle height and not width. (PR #653)\n- Fix issue preventing FreeDV from being linked with older versions of Xcode. (PR #654)\n- Fix issue preventing TX audio from resuming after going from TX->RX in full duplex mode. (PR #655)\n\n- Enhancements:- Allow user to refresh status message even if it hasn't been changed. (PR #632)\n- Increase priority of status message highlight. (PR #632)\n- Adjust FreeDV Reporter data display to better match accepted UX standards. (PR #644)\n- Further reduce required space for each column in FreeDV Reporter window. (PR #646)\n- Provide an option Do save only certain FreeDV Reporter messages sent to the server. (PR #647)\n\n- Build system:- Include PDB debugging file for FreeDV. (PR #633)\n- End support for 32 bit ARM on Windows. (PR #651)\n- Begin performing CI builds for macOS. (PR #654)\n\n- Documentation:- Fix spelling, etc. mistakes in the documentation. (PR #640)\n- Update README to reflect latest state of codebase. (PR #654)\n- Move older changelog from user manual to separate file. (PR #654)\n\n- Code cleanup:- Move GUI related files into their own folder. (PR #654) \n- Move build scripts into cmake folder. (PR #654)\n- Remove no longer used scripts and patch files. (PR #654)\n\nAvailable binary releases:- FreeDV-1.9.7-windows-i686.exe (32 bit Windows for Intel/AMD)\n- FreeDV-1.9.7-windows-x86_64.exe (64 bit Windows for Intel/AMD, recommended for most Windows PCs)\n- FreeDV-1.9.7-windows-aarch64.exe (64 bit Windows for ARM)\n- FreeDV.dmg (Intel/ARM universal binary for macOS)" +ReleaseNotesUrl: https://github.com/drowe67/freedv-gui/releases/tag/v1.9.7 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/f/FreeDV/FreeDV/1.9.7/FreeDV.FreeDV.yaml b/manifests/f/FreeDV/FreeDV/1.9.7/FreeDV.FreeDV.yaml new file mode 100644 index 0000000000000..88ce1adbf62ff --- /dev/null +++ b/manifests/f/FreeDV/FreeDV/1.9.7/FreeDV.FreeDV.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.0.2 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: FreeDV.FreeDV +PackageVersion: 1.9.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0