Updates and clarifications as of 2023-05-06
-
Changed release type of Windows binaries from Debug to Release. Fixes #181. Please re-download the Windows binaries if you grabbed a copy prior to this update.
-
Our official Flatpak has networking because of IPC. Tenacity needs to run a local IPC server in order to prevent multiple copies of itself from running (this is not supported).
Clarification in system requirements:
- On Windows, Tenacity needs the Visual Studio 2015-2022 Redistributable, which can be found here. If you're on Windows 10 or later, this should not be necessary.
More than 3 months ago since 1.3 beta 2, Tenacity 1.3 beta 3 is finally out! This is a quick little release that brings mostly quality improvements but also some awesome re-merges. Highlights include the following:
-
Bug fixes and enhancements from Audacity 3.1.1. to 3.1.3, including performance improvements for project loading, snapping while trimming a clip, and a fix with FFmpeg imports only importing one channel (#139).
-
Theme polishing:
-
Fixed visibility of cursor in dark themes
-
Fix discoloration in the Saucedacity theme.
-
Use light theme icons in the Saucedacity theme.
-
-
Re-merge: Added snapping to cursor while moving or trimming a clip.
-
Fixed wide path search in libnyquist (thanks @robUx4 for your contribution!)
Platform and build changes
-
MIDI is now properly disabled at build time when
-DMIDI=OFF
. -
macOS is buildable again. We're also working on Apple Silicon support so Tenacity isn't left behind on Intel.
-
Re-merge: libnyquist now supports BSD
-
Starting from this beta onward, we now have an official Flatpak available for installation via Flathub! Thank you very much @TheEvilSkeleton for working on it!
-
To install it, run
flatpak install org.tenacityaudio.Tenacity
.- Update 2023-06-15: Alternatively, you can download the
.flatpakref
and runflatpak install org.tenacityaudio.Tenacity.flatpakref
- Update 2023-06-15: Alternatively, you can download the
-
The Flatpak runs on both x86_64 and aarch64.
-
FFmpeg
-
Updated FFmpeg libraries to 6.0.
-
We now build FFmpeg with GPL v3 enabled.
Notes
- The about dialog might show '1.3.0-beta3-1'. The '-1' simply means this release was re-tagged.