Releases: nullobsi/cantata
v3.3.0: Minor release
Changelog
Minor release.
- Migrate data from older Cantata versions.
- Fix libVLC build.
- Fix MPRIS desktopEntry property.
- Fix deprecated FFMPEG function call.
- Fix podcast saving and date retrieval.
- Use embedded cover art from MPD server when needed.
What's Changed
- feat: #30 migrate data from older cantata versions by @nullobsi in #32
- fix: libvlc build by @RamKromberg in #34
- fix: remove .desktop from MPRIS DesktopEntry by @outfoxxed in #38
- fix: #31 deprecated function call by @nullobsi in #41
- fix: double-check migration folders by @nullobsi in #40
- fix: #39 Change default podcast save directory by @nullobsi in #42
- fix: #37 timestamp on podcasts by @nullobsi in #43
- feat: use embedded cover art when needed by @nullobsi in #44
- git: bump version by @nullobsi in #45
New Contributors
- @RamKromberg made their first contribution in #34
- @outfoxxed made their first contribution in #38
Full Changelog: v3.2.1...v3.3.0
v3.2.1: Bug fixes
v3.2.1: Bug fixes
Changelog
- Fix now-playing notification being persistent.
- Respect environment settings for showing icons in app menus.
- Improve GUI responsiveness when changing tracks & now-playing notifications are enabled.
- Notifications when running in Flatpak now update properly.
- Fix in-app HTTP stream playback.
What's Changed
- fix: #17 non-persistent notifications by @nullobsi in #19
- fix: relinquish control of DontShowIconsInMenus by @nullobsi in #20
- Update issue templates by @nullobsi in #21
- fix: GUI responsiveness when changing tracks by @nullobsi in #23
- fix: #24 flatpak notification updates by @nullobsi in #25
- fix: #15 update QMediaPlayer handling by @nullobsi in #26
- fix: #14 update QNetworkReply signals by @nullobsi in #27
- git: remove UCRT64 action by @nullobsi in #28
- git: Version 3.2.1 by @nullobsi in #29
Full Changelog: v3.2.0...v3.2.1
v3.2.0: FA6 icons and minor fixes
v3.2.0
Minor release.
- Fix menu options having incorrect keybindings.
- Fix radio stream favorites button not working on search.
- Enable menu icons on macOS.
- Update icons to FontAwesome 6.
- Improve palette change handling.
What's Changed
- git: linux flatpak action by @nullobsi in #8
- feat: FA6 icons & proper palette changes by @nullobsi in #7
- fix: use after free segfault by @nullobsi in #10
- fix: #6 enable favorites action for stream search by @nullobsi in #11
- Release v3.2.0 by @nullobsi in #12
- fix: metainfo description tag by @nullobsi in #13
Full Changelog: v3.1.0...v3.2.0
v3.1.0
Bugfix release.
- Fix crash when enabling notifications.
- Fix Qt warnings.
- Fix notifications on Flatpak.
- Fix tray icon image not showing up.
Full Changelog: v3.0.2...v3.1.0
v3.0.1: Mac, Linux, and Windows builds
Prebuilds for the 3 major OSes.
Linux: use the flatpak YAML config to build, or install the flatpak. Needs KDE platform 6.7.
Windows: use MSYS2's MINGW environments to build for the best results. This one is built with the CLANG64 environment. If you want the WiX installer, you need to install WiX v3.
macOS: Universal builds are easy with Qt's binary distributions, as Homebrew doesn't distribute universal binaries. CPack generates a working DMG.
Hopefully this will make Cantata a little easier to run on modern distros. There are probably bugs with the Qt6 upgrade or pre-existing bugs.
Qt6 Builds
Pre-built binaries for Windows and Mac. For Linux, use CMake to build yourself.
Might have pre-existing bugs.
Full Changelog: https://github.com/nullobsi/cantata/commits/v3.0.0