Skip to content

Releases: drowe67/freedv-gui

v1.8.5

04 Dec 04:01
Compare
Choose a tag to compare

Contains the following content:

  1. Build system:
    • Add checks for .git folder to prevent errors when building from official release tarballs. (PR #294)
    • Simplify PortAudio static build to fix multi-core build issue on macOS. (PR #304, #308)
    • Upgrade bootstrapped wxWidgets to v3.2.1. (PR #302)
    • Upgrade Docker container to Fedora 37. (PR #306)
  2. Enhancements:
    • Update FreeDV configuration defaults to improve first-time usability. (PR #293)
  3. Bugfixes:
    • Fix issue preventing macOS binaries from running on releases older than 12.0. (PR #301)
    • Fix issue with 2020B not being selected as default on next start (PR #299)
  4. Documentation:
    • Update manual to reflect Ubuntu renaming libsndfile-dev to libsnd1file-dev. (PR #297)

Note: This release does not contain 2020C support. See here for a build with support.

v1.8.5-20221118

18 Nov 21:54
Compare
Choose a tag to compare
v1.8.5-20221118 Pre-release
Pre-release

Contents in this release vs. the previous pre-release version:

v1.8.5-20221114

15 Nov 04:58
Compare
Choose a tag to compare
v1.8.5-20221114 Pre-release
Pre-release

Contains the following content:

  1. Build system:
    • Add checks for .git folder to prevent errors when building from official release tarballs. (PR #294)
  2. Enhancements:
    • Update FreeDV configuration defaults to improve first-time usability. (PR #293)
  3. Bugfixes:
    • Fix issue preventing macOS binaries from running on releases older than 12.0. (PR #301)
    • Fix issue with 2020B not being selected as default on next start (PR #299)
  4. Documentation:
    • Update manual to reflect Ubuntu renaming libsndfile-dev to libsnd1file-dev. (PR #297)

Windows and macOS binaries are below. To build on Linux or other platforms, please see README.md for instructions.

v1.8.5-20221030

31 Oct 05:20
Compare
Choose a tag to compare
v1.8.5-20221030 Pre-release
Pre-release

This release is currently equivalent to v1.8.4 but contains FreeDV 2020C support. See here for release content.

NOTE: The Debian packages originally here have been removed due to segfaults reported by some Linux users. Compiling manually should work by using the following commands or similar:

# To make sure you have all prerequisites for building
$ sudo apt install libspeexdsp-dev libsamplerate0-dev sox git libwxgtk3.0-gtk3-dev libhamlib-dev libasound2-dev libao-dev libgsm1-dev libsndfile-dev cmake module-assistant build-essential libpulse-dev

$ git clone https://github.com/drowe67/freedv-gui
$ cd freedv-gui
$ git checkout ms-2020c
$ ./build_linux.sh pulseaudio
$ build_linux/src/freedv

v1.8.4

31 Oct 05:20
Compare
Choose a tag to compare

Contains the following content:

  1. Build system:
    • Updates to reflect LPCNet decoupling from Codec2 (PR #274)
  2. Bugfixes:
    • Add missed UI disable on startup for 2020B mode. (PR #279)
    • Fixed TX audio dropouts when using different sample rates. (PR #287)
    • Remove sample rates above 48K from audio configuration. (PR #288)
  3. Enhancements:
    • Add alternate method of determining 2020 support for non-x86 machines. (PR #280)
    • Remove unnecessary BW and DPSK options from UI. (PR #283)
    • Stats on left hand side of main window now auto-reset after user-configurable time period (default 10s). (PR #262, #286)

Note: This release does not contain 2020C support. See here for a build with support.

v1.8.4-20221008

08 Oct 23:52
Compare
Choose a tag to compare
v1.8.4-20221008 Pre-release
Pre-release

This release contains code to enable use of 2020C mode, which is an experimental mode that may or may not improve standard 2020 and 2020B modes. Note that this mode may get significantly modified or even removed before official release.

Changes since the previous prerelease build:

  1. Build system:
    • Updates to reflect LPCNet decoupling from Codec2 (PR #274)
  2. Bugfixes:
    • Add missed UI disable on startup for 2020B mode. (PR #279)
  3. Enhancements:
    • Add alternate method of determining 2020 support for non-x86 machines. (PR #280)
    • Remove unnecessary BW and DPSK options from UI. (PR #283)
    • Stats on left hand side of main window now auto-reset after user-configurable time period (default 10s). (PR #262, #286)

v1.8.4-20220819

19 Aug 08:20
Compare
Choose a tag to compare
v1.8.4-20220819 Pre-release
Pre-release

This release contains code to enable use of 2020C mode, which is an experimental mode that may or may not improve standard 2020 and 2020B modes. Note that this mode may get significantly modified or even removed before official release.

As of August 19th, there are no additional changes on top of the 1.8.3/1.8.3.1 releases.

v1.8.3.1

17 Aug 01:52
Compare
Choose a tag to compare

Contains the following content:

  1. Build system:
    • Fix issue preventing patch version from being passed to Windows installer. (PR #271)

v1.8.3

16 Aug 07:35
Compare
Choose a tag to compare

Contains the following:

  1. Build system:
    • Build Git version of Hamlib for Windows builds. (PR #261)
    • Remove build date and time from libsox. (PR #267)
    • Refactor CMakeList.txt using newer project format. (PR #268)
  2. Enhancements:
    • Update frequency and mode display every 5 sec. (PR #266)

v1.8.2

19 Jul 08:25
Compare
Choose a tag to compare
  1. Enhancements:
    • Save rig names instead of IDs to prevent Hamlib off by one issues. (PR #256)
  2. Bugfixes:
    • Increase plot buffer size to resolve issues with "To Spkr/Headphones" tab (PR #258)
  3. Build system:
    • Depend on Codec2 1.0.5. (PR #259)