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

v2.3.1

Compare
Choose a tag to compare
@CDrummond CDrummond released this 05 Jun 18:30
· 7590 commits to master since this release
  1. Update some translations.
  2. Set Smart rules 'files added in the last days' limit to 10*365
  3. Only sort playlists in folders view, and place these after tracks.
  4. Reduce width of statusbar spacer.
  5. Move scrobling 'love' button into toolbar. Use unfilled heart before loved, and filled when loved.
  6. Better control of playqueue status bar buttons when contracting/expanding.
  7. For windows, when adding local files (served via internal HTTP server) add the real file path as a query item.
  8. Use smaller text for help text in Tweaks section of preferences dialog.
  9. Fix playback of local non-MPD files under Windows.
  10. Stretching albums covers not working under Windows, so just remove option.
  11. Don't enable AA_EnableHighDpiScaling for windows builds, seems to interfere with fractional scaling.
  12. When playing, only poll MPD every 5 seconds.
  13. When updating play seekbar from MPDStatus, only upate if more than 1 second from calculated position.
  14. Slightly reduce height of toolbar.
  15. Add a slight border to context view.
  16. Update suru icon - was a little too small.
  17. Don't attempt to align main menu for Windows < 10, as Qt seems to add some menu animation that just looks weird when menu is moved.
  18. When searching on 'any', do a second search on 'file' and combine results. Looks as if MPD does not search filenames/paths when using 'any.'
  19. Fix UTF8 file saving under Windows.
  20. Fix preference dialog size under windows.
  21. Fix enabling of add/replace play queue actions for Jamendo/Magnatune.
  22. Use JSON to encode song details when adding online tracks.
  23. Don't allow slashes, asterisks, or question marks in collection name.
  24. Don't overwrite genre with file type for Jamendo.
  25. Allow adding Jamendo/Magnatune tracks to stored playlists.
  26. Add "--collection" commandline option to control the initial collection to use.
  27. Fix crash if try to expand dirble and --no-network passed to Cantata.
  28. Modify name of supplied font-awesome font to Cantata-FontAwesome, so as to avoid conflicts with any system installed font.
  29. Remove custom icon theme, and just use FontAwesome.
  30. Show technical info to the left of ratings.
  31. Embed FontAwesome into Cantata.
  32. Remove "New York Times" podcast directory - not available?
  33. Fix loading of FLAC images with older TagLib.
  34. Fix saving of 'Fadeout on stop' duration.
  35. Fix covers settings from wizard not being saved.
  36. Don't report errors when listing playlists, as MPD reports error if user has disabled these.
  37. Add genius.com to list of lyrics providers.
  38. Cache lyrics using 'basic' artist name - e.g. X ft. Y => X
  39. When looking for lyrics, remove "ft. X", "featuring X", etc, from song title as well as artist.
  40. Fix adding streams from provider dialog.
  41. Reduce number of confirmation dialogs.
  42. Remove group warning from initial wizard.
  43. Fix saving stream settings.
  44. Fix usage of podcast cover in title widget.
  45. Fix playback of downloaded podcasts.
  46. Simplify whitespace of podcast name and episode names.
  47. Fix saving of podcast images to JPG.
  48. Remove qt5ct work-around.
  49. When saving podcasts, remove queries from filename.
  50. Limit SoundCloud results to 200 matches.
  51. Fix loading of MPD playlists the very first time Cantata is started.
  52. Add file max-age to dynamic playlist rules.