Changelog for
cava-0.10.2-48.8.i586.rpm :
* Tue May 14 2024 Michael Vetter
- Update to 0.10.2:
* fix source being ignored when using pipewire #557
* fix stdlib.h not being included after iniparser upgrade #560
* add waveform visualization #484
* exit with error if pipewire loop creation fails #561
* Fri Feb 02 2024 Michael Vetter - Update to 0.10.1:
* JACK support
* default to pulseaudio before sndio
* Tue Jan 09 2024 Michael Vetter - Update to 0.10.0:
* OSS input backend and general improved FreeBSD support
* pipewire default if supported
* noncurses is now default
* Fri Aug 25 2023 Michael Vetter - bsc#1214255: Additionally to libpulse-devel also buildrequire pipewire-devel to enable build with pipewire support
* Sun Aug 13 2023 Michael Vetter - Update to 0.9.1:
* hardcoded pipewire include flags #519
* default input wrongly set to alsa instead of pulseaudio/pipewire #518
* Sun Aug 06 2023 Michael Vetter - Update to 0.9.0: new:
* glsl shader output
* windows operating system support
* gradient support in sdl output breaking:
* some config options are now 0-100 instead of 0-1 due to windows ini not supporting floats
* Fri Nov 04 2022 Michael Vetter - Update to 0.8.3: bugfixes:
* fix some calculations on x-axis label
* cavacore: channels where sorted wrong according to doc
* fix autosensing sometimes not working improvements:
* improved response time by decreasing audio buffer size
* add support for alacritty synchronized updates
* brought EQ back by popular demand
* added support for hex colors and gradient in noncurses mode
* add configurable orientation of bars
* Mon Apr 25 2022 Michael Vetter - Update to 0.8.2: bugfixes:
* fix buffer overflow in audio buffer when calling reset_buffer (used in fifo input)
* cavacore: fix segfault when setting 0Hz lower cut off
* framerate <= 1 msec wait was multiplied by 1000 instead of divided improvements:
* cavacore: don\'t print to stdout or call exit, use error status flag in cava_plan instead
* cavacore: add extern C construct for c++ compilers
* add license in cavacore header file
* remove build dependency on xxd, use incbin instead
* Wed Apr 20 2022 Michael Vetter - Update to 0.8.1:
* fix critical bug where default config value caused always maxed out bars #447
* Tue Apr 12 2022 Michael Vetter - Update to 0.8.0: breaking changes:
* split out core functionality in separate library cavacore see CAVACORE.md for details
* removed ignore config option
* merge gravity and integral config option to \"noise reduction\" improvements:
* use double precision all the way, improves details in visualization.
* increase buffer sizes for large sample rates 96k++
* noise filters should now scale better with resolution and framerate
* embed default config file and populate on first launch instead of installing it
* Add new output format, noritake VFD bitmap bugfixes:
* fixed some potential buffer overflows
* fix some bugs in sdl output
* Tue Feb 01 2022 Michael Vetter - Update to 0.7.5: improvements:
* added sdl output support
* better smoothing on higher resolutions, better scaling bugfixes:
* fixed buffer overflow in shmem input
* fixed bug where freebsd was not detected as supported os during autoconf other:
* removed bundled iniparser
* Wed May 19 2021 Michael Vetter - Update to 0.7.4: improvements:
* added faster autosens at startup bugfixes:
* better installation of custom console font
* suppress error about vla parameter introduced in gcc11 or 10?