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

v2.4.2

Compare
Choose a tag to compare
@CDrummond CDrummond released this 19 Sep 21:43
· 187 commits to master since this release
77e1e15
  1. Correctly handle changing 'Basic' mode music folder.
  2. When stopping 'Basic' mode MPD instance, send SIGKILL.
  3. Correctly set 'storeLyricsInMpdDir' config item, UI was setting wrong config item.
  4. Set minimum Qt5 version to 5.11
  5. Fix destructor of DeviceManagerPrivate to prevent Cantata from potentially crashing when closing.
  6. Correctly set song details 'time', 'year', 'track' and 'disc' for streams from online services.
  7. Don't use last.fm for artist image searches, its broken.
  8. Hide BB10 styles (look bad), and gtk2 style (doesn't start) from list of styles in interface settings.
  9. When checking if song exists, check disc number.
  10. Fix getting song details from Cantata stream URLs.
  11. Amend MPRIS interface: fix CanPlay/CanPause/CanSeek status update as well as LoopStatus getter and setter.
  12. When checking if songs are different, compare track and disc numbers too.
  13. Avoid unknown song durations and duplicate updates of MPRIS' song details.
  14. Synchronize update of current song details and status of MPRIS interface, trigger MPRIS status update when connection to MPD has been lost.
  15. Add chartlyrics.com to list of lyrics providers.
  16. Set default lyrics providers to azlyrics.com, chartlyrics.com, and lyrics.wikia.com
  17. Fix enabling of play queue navigation actions 'next' and 'previous'.
  18. Fix bus name of freedesktop.org's power management.
  19. Additionally call Inhibit() from org.freedesktop.login1.Manager.
  20. Query Qt whether system tray is available if current desktop environment is not some kind of GNOME (incl. Unity flavored GNOME).
  21. Fix writing 'descr' attribute when saving podcast information to cache dir.
  22. Fix loading cover images with wrong file extension in context view.
  23. Avoid prepending song's file path with MPD's music directory if it is empty, a stream URL or an absolute path.
  24. Ignore current song in selection when moving selected songs within the play queue to play them next.
  25. Also show metadata of the current track in the context view if 'title' or 'artist' are missing, but do not try to fetch information nor lyrics.
  26. Switch from freedb.org to gnudb.org
  27. Update bitrate settings for encoders used with transcoding jobs.