Skip to content

Releases: clementine-player/Clementine

1.4.0rc1-188-g83fc376b0

14 May 10:50
Compare
Choose a tag to compare
Pre-release
subsonic: Consolidate read song code

1.4.0rc1-177-g096203ac8: visualisations: Fix close action

09 May 13:10
Compare
Choose a tag to compare
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

04 May 09:38
Compare
Choose a tag to compare
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

23 Apr 21:41
Compare
Choose a tag to compare
Pre-release
Don't bother with i386 for focal

1.4.0rc1-172-gb007e54b3

23 Apr 01:05
Compare
Choose a tag to compare
Pre-release
Add liblastfm for windows

1.4.0rc1-171-g0ecb77335: Handle lyrics tag for mp4

19 Apr 13:54
Compare
Choose a tag to compare
Translation table in mp4tag.cpp for reference.

1.4.0rc1-170-g509c65ced: tagreader: Add debug handler for taglib

19 Apr 13:45
Compare
Choose a tag to compare
Pass taglib debug messages through qLog instead of printing directly to stderr.

1.4.0rc1-169-g934fd336d

17 Apr 12:30
Compare
Choose a tag to compare
Pre-release
Install liblastfm for mac

1.4.0rc1-168-g6285c11bc: Fix tranlations test.

17 Apr 11:14
Compare
Choose a tag to compare
"Library" is translated to "Fonoteca" since
1504d8be1c4906ac4767da6a20a0c32754b3a0fe so we can adapt the test.

1.4.0rc1-167-gb0c92ae78: Install windows style plugin

12 Apr 21:33
Compare
Choose a tag to compare
Fixes #6523