Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

v2.4.0

Compare
Choose a tag to compare
@CDrummond CDrummond released this 15 Feb 16:58
· 283 commits to master since this release
8dc10b8
  1. Add 'Read offset' setting for AudioCDs.
  2. Show invalid files in playlists using red text.
  3. Add 'Remove Invalid Tracks' to playlist context menu.
  4. Allow OPML URLs in podcast add URL dialog.
  5. Allow to read local RSS/OPML files in podcast search dialog.
  6. Add action to export current podcast subscriptions to OPML file.
  7. Add searching for radio stations on Community Radio Browser.
  8. Show bits in technical info.
  9. Fix saving, and loading, of custom API keys.
  10. Fix saving, and reading back, https:// as MPD music folder.
  11. Fix crash when double-clicking outside of table-view (when this is set to not stretch columns).
  12. Fix greyscale images in notifications.
  13. Re-add option to save lyrics in music folder.
  14. Show Original Year in context view metadata.
  15. Add --fullscreen command-line option to start fullscreen.
  16. For genres listed in "Composer Support" tweak, shown composer instead of artist in context view and toolbar.
  17. When listing albums in context view, if can't find and for artist, try composer.
  18. When downloading podcasts, use whole path for filename.
  19. When subscribing to a podcast, check if there are any downloaded episodes from a previous subscription.
  20. Apply 'Single Tracks' tweak to play queue items.
  21. Parse more fields from CUE files.
  22. Fix image requests when using composers.
  23. Load Various Artist image, if found.
  24. If no lyrics found, create initial file when asked to edit.
  25. Due to Last.fm changes, use FanArt.tv to obtain artist images.
  26. When adding tracks via commandline, only play if queue is currently empty, otherwise just append new tracks.
  27. Support multiple genres in CUE files.
  28. Handle more TuneIn responses that are just stream URLs.
  29. Add 'originaldate,albumartistsort,artistsort,albumsort" to Cantata local mpd config.
  30. Add Finnish translation - thanks to Tommi Nieminen.
  31. Alter behavour of 'previous' button; if played 5 seconds or more, then go to start of track, else go to previous track.
  32. Added Dutch translaiton - thnaks to Heimen Stoffels.
  33. In dynamic/smart playlists, when specify a rating also allow to specify unrated tracks.
  34. When matching wildcard genres, look case-insensitively for smart playlists.
  35. When matching wildcard genres, if no matches found then use a fake dummy genre so that no tracks will match rules.
  36. Add a checkbox controlling whether Cantata should apply its replaygain setting each time it connects to MPD. Issue #1531
  37. Remove 'Show Unplayed Only' podcasts action, reported to cause crash when refreshing lists.
  38. Remove zooming from context view.
  39. When adding a stream to the play queue, encode name using #StreamName:name and not just #name - as MPD 0.22 uses this for #icy-metadata
  40. Categorized view is reported to crash (#1530), so disable by default. Pass -DENABLE_CATEGORIZED_VIEW=ON to cmake to re-enable.
  41. Add 'aac' and 'libfdk_aac' as supported encoders.
  42. Custom playqueue background is not working with Qt 5.12 onwards, so disabled for now. (#1554)
  43. Convert podcast descriptions to plain text, trim whitespace, and limit to 1000 characters.
  44. Show podcast coves in toolbar, queue, and info view.
  45. Show podcast description in info view.
  46. Only show cover in toolbar cover tooltip.