Skip to content

Version 3.7.2

Latest
Compare
Choose a tag to compare
@pfedick pfedick released this 05 Jul 15:41
· 18 commits to master since this release

This is mainly a bugfix release, in which i fixed some issues caused by the update to Qt6, but also some anoying long term issues.

Bugfixes:

  • fixed drag and drop in playlist and searchresult
  • fixed deprecated call to Application::setActiveWindow
  • fixed deprecations and compiler warnings
  • fixed issue with hardcoded libiconv
  • fixed focus in quicksearch
  • fixed column size of genre and length in search result
  • make verified key readable in search result when using dark mode

Changes:

  • added column for label in searchlist
  • don't open search from main menue, when search string is empty
  • prevent search from starting, when no keyword is given and no filter used
  • prevent searching for garbage when clipboard is watched
  • sort music keys by name in all context menues
  • added method to delete ID3-Tags from selected files in editor, when using the context menu

Other:

  • removed detection of Qt5 from configre
  • removed WM_REGISTRATION_URL define, as it is not used anymore
  • removed errors.cpp as it is not used anymore
  • updated dependencies for mingw in readme