Skip to content

Releases: mvtiaine/audacious-uade

0.12.2

03 Nov 16:40
Compare
Choose a tag to compare
  • Sync songdb sources to around 2024-09-07 snapshots
  • Restore C++17 support (GCC 6+, Clang 5.0+)
  • Fixes for -stdlib=libc++ (supported with Clang 7+)
  • Add example cross build scripts for various targets
  • WIP support for Meego/Sailfish, webOS, RISC OS, FreeMiNT, WarpOS
  • DOS/DJGPP detection (does not build)
  • Implement Scream Tracker 3 support using st3play by 8bitbubsy (https://pastebin.com/AwRXZAw7)
  • Songend detector fixes
  • Misc fixes and updates

Note: build broken on FreeBSD and Haiku, use 0.12.1 instead or build from git master branch directly

0.12.1

15 Jul 10:36
Compare
Choose a tag to compare
  • Sync songdb sources to around 2024-05-12 snapshots
  • GCC 9 support (previously GCC 10 was required)
  • GNU Hurd support
  • QNX(6.5), AIX support (lib/cli-only tested)
  • WIP support for IRIX, Android, iOS, Fuchsia, Wasix, Emscripten, cosmocc
  • ft2play: fixed possible crash with subsong detection
  • ft2play: accept more XM files
  • ft2play: enable volume ramping only conditionally
  • Include also player/replay name in Audacious codec tuple
  • Misc fixes and updates

0.12.0

27 Apr 19:55
Compare
Choose a tag to compare
  • Dropped UADE libbsd dependency
  • Windows MinGW/MSYS2 support
  • Add Fedora/OpenSUSE/CentOS/etc. RPM build scripts
  • Fix build on OpenIndiana
  • Initial AmigaOS3/MorphOS/AROS support (lib/cli-only)
  • Use static libgcc & libstdc++ for CLI commands
  • Optimize songdb storage and init
  • Implement Fastracker 1 & Fasttracker 2 support (https://github.com/8bitbubsy/ft2play)

0.11.3

20 Jan 15:34
Compare
Choose a tag to compare
  • Fix build on Haiku, NetBSD, OpenBSD, DragonFlyBSD and Cygwin
  • Fix build on older Audacious versions (3.8+ still required)
  • Misc fixes and updates

0.11.2

05 Jan 18:41
Compare
Choose a tag to compare
  • Sync songdb sources to around 2024-01-03 snapshots
  • Improve songdb demozoo meta data sourcing/matching
  • Fix big endian and 32-bit host support
  • Fix valgrind reported memory leaks in UADE
  • Misc fixes and updates

0.11.1

18 Dec 19:08
Compare
Choose a tag to compare
  • Avoid claiming XM/S3M/etc. files for UADE
  • Updated default UADE playback config:
    -- Frequency=48000 (was 44100), Filter=A1200 (was A500), Resampler=Sinc (was Default)
  • Made audio buffer size dynamic, depending on frequency
  • Include format + channels (if available) in songdb
  • Misc fixes and updates

0.11.0

08 Dec 19:15
Compare
Choose a tag to compare
  • Songdb rewrite:
    -- Add author/album/publisher/year from Demozoo SQL export
    -- Add publisher/year from UnExotica
    -- Support multiple authors from AMP
    -- Optimize songdb storage size and runtime memory usage
  • Avoid claiming C64 .sid files for UADE
  • Misc fixes and updates

0.10.2

19 Nov 18:08
Compare
Choose a tag to compare
  • Fix Debian build
  • Fix Fedora build
  • Add more unit tests
  • Fix test inconsistencies between platforms
  • Make DBM validation a bit less strict to fix some modules
  • Misc fixes and updates

0.10.1

14 Nov 16:52
Compare
Choose a tag to compare
  • Build hotfixes

0.10.0

14 Nov 16:25
Compare
Choose a tag to compare
  • Massive refactorings and cleanups
  • Switch to C++20
  • Relicense some more sources as LGPL (from GPL)
  • Add unit tests
  • Fix UADE gain prefs
  • Fix UADE multifile support (broken since 0.9.2)