Skip to content

Releases: nullobsi/cantata

v3.4.0

02 Dec 22:22
v3.4.0
c3a900e

Choose a tag to compare

What's Changed

  • fix ODR violations : move enum to headers by @PPN-SD in #71
  • feat: allow unbundled fonts and resources by @gbcox in #80
  • fix: don't ignore failed open() calls by @heirecka in #89
  • fix: port away from deprecated QSortFilterProxyModel::invalidateFilter() by @heirecka in #90
  • feat: replace QtIOCompressor with KArchive by @gbcox in #82
  • git: add clang-format action by @nullobsi in #9
  • fix: hide broken service integrations by @gbcox in #83
  • fix: spelling in code (and translations) by @llimeht in #92
  • fix: cantata-dynamic: Adjust cache directory name to Cantata by @maxmitti in #98
  • fix: Grouped Albums Playlist view by @maxmitti in #97
  • fix: correctly handle absolute INSTALL_LIBEXECDIR by @maxmitti in #99
  • fix: build with BUNDLED_FONTAWESOME=OFF by @maxmitti in #101
  • fix: string length bounds check crash in vfatPath by @maxmitti in #100
  • fix: ShortcutsFilter: Prefer begin/endFilterChange if available by @maxmitti in #103
  • fix: ODR violations due to multiple enums called Type by @maxmitti in #102
  • git: build with Qt 6.10 by @nullobsi in #108
  • fix: device access via UDisks2 by @maxmitti in #106
  • feat: Allow sorting playlist by track rating by @ccoors in #109
  • fix: Covers::gotAlbumCover: Always emit if emitResult is true by @maxmitti in #104
  • Fix: Device access from flatpak on Ubuntu and Debian by @maxmitti in #111
  • Fix: Only mark tags as guessed when something was actually guessed by @maxmitti in #112
  • rc: v3.4.0 by @nullobsi in #110

New Contributors

Full Changelog: v3.3.1...v3.4.0

v3.3.1

09 Jun 16:58
v3.3.1
e5df8a5

Choose a tag to compare

Patch release.

  • Use tags from filename if missing
  • Fix cdparanoia
  • Link to correct musicbrainz library
  • Update flatpak workflow
  • Use latest version of KDE platform
  • Add nix flake

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.3.1

v3.3.0: Minor release

14 Nov 06:53
v3.3.0
3bc07b4

Choose a tag to compare

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

New Contributors

Full Changelog: v3.2.1...v3.3.0

v3.2.1: Bug fixes

07 Aug 06:48
v3.2.1
4556d7c

Choose a tag to compare

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

Full Changelog: v3.2.0...v3.2.1

v3.2.0: FA6 icons and minor fixes

31 May 00:16
v3.2.0
cf19577

Choose a tag to compare

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

Full Changelog: v3.1.0...v3.2.0

v3.1.0

26 May 06:47
v3.1.0
ae234d4

Choose a tag to compare

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

22 May 21:43
v3.0.1
6ebc2d3

Choose a tag to compare

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

22 May 01:42
422627b

Choose a tag to compare

Qt6 Builds Pre-release
Pre-release

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