Hi everyone!
Tenacity 1.3.4 has finally been released after a year in the making!
This brings a heap of improvements, patches from downstream packages,
and accidental FFmpeg 7 support.
Here's a list of changes from the changelog:
Increased default maximum spectrogram frequency to 20 kHz.
- Tenacity now warns you if you save to a FAT32 drive on FreeBSD.
- Enabled drag-and-drop project importing.
- Fix sync-lock drawing.
- Update about dialog to add new contributors plus Matroska info
(#226).
- Updated manual packaging (#406).
- Added FFmpeg 7 support (#484; an accidental backport believe it or
not but why not ;)
- Windows: Fixed some flickering issues.
- Windows: Fixed issues when building Tenacity for ARM.
- Windows: Fixed issues with garbled text in the installer (#486,
#509).
- Windows: Fixed OGG imports causing crashes (#311, #511)
- Windows: Changed EXE description to reduce confusion in Task Manager
(#510).
- macOS: Applied patches from @ryandesign to improve macOS support.
- Haiku: Applied patches from @davidkalory to improve Haiku support.
- Linux: remove unused launcher script (#358, #513).
- Some error help buttons and preferences no longer point to broken
links (#519).
- Removed some overhead on initialization (#526).
- Updated vcpkg to 2024.12.16 (our fork).
- Enable SBSMS timestretching by default in vcpkg builds.
- musl libc builds should now be less susceptible to breakage, although
you will see new output if ran from the terminal.
- Build times should be much faster with vcpkg (#483) and slightly
faster without it (#405).
- Due to its use of VLAs and a recent update, lilv is no longer built
on Windows. LV2 isn't supported on Windows currently either, but will
be once vcpkg has `suil`.
- Tenacity can now be built against a more minimal wxWidgets
configuration. It only requires the `base`, `core`, `html`, and `net`
wxWidgets libraries now (#525). To see this in action, view our
Flatpak manifest over at
https://github.com/flathub/org.tenacityaudio.Tenacity
This release will also very likely be the last with our current
codebase. In 1.4, we'll be reading off Audacity 3.7.1, which will
bring further improvements and new features. See
https://fosstodon.org/@tenacity/113731514298404501 for more
information.
- gperson