Releases: clementine-player/Clementine
Releases · clementine-player/Clementine
1.4.0rc1-188-g83fc376b0
subsonic: Consolidate read song code
1.4.0rc1-177-g096203ac8: visualisations: Fix close action
Pressing the close button on the window sends a close event, where other methods of exiting visualization just hide the window. If shown again after close, the window will be empty. To fix this, handle and reject the close event. Call hide instead.
1.4.0rc1-176-g7e7d271b3: Properly handle removal of top level items in StandardItemIconLoader
1.4.0rc1-176-g7e7d271b3: Properly handle removal of top level items in StandardItemIconLoader
Pre-release
Pre-release
The rowsAboutToBeRemoved signal from the model provides a parent index, but with QStandardItemModel, top level items are added to an invisible root item that doesn't have a valid index. This causes the range check to miss top level items due to a perceived parent mismatch. When the load completes, it attempts to access an object that has been deleted.
1.4.0rc1-174-gcb64d9705
Don't bother with i386 for focal
1.4.0rc1-172-gb007e54b3
Add liblastfm for windows
1.4.0rc1-171-g0ecb77335: Handle lyrics tag for mp4
Translation table in mp4tag.cpp for reference.
1.4.0rc1-170-g509c65ced: tagreader: Add debug handler for taglib
Pass taglib debug messages through qLog instead of printing directly to stderr.
1.4.0rc1-169-g934fd336d
Install liblastfm for mac
1.4.0rc1-168-g6285c11bc: Fix tranlations test.
"Library" is translated to "Fonoteca" since 1504d8be1c4906ac4767da6a20a0c32754b3a0fe so we can adapt the test.
1.4.0rc1-167-gb0c92ae78: Install windows style plugin
Fixes #6523