Releases: clementine-player/Clementine
Releases · clementine-player/Clementine
1.4.0rc1-203-gbc1674700
Add buster builder
1.4.0rc1-202-g833f8256c
Add debian stretch github job
1.4.0rc1-201-gf46241e75
Add eoan github job
1.4.0rc1-200-g18497dcb6
Add Fedora 32 build
1.4.0rc1-198-g6a5cb0712: gstengine: Fix gtreamer request pad leak
According to the gst_element_request_pad documentation, request pads must be released after usage. They aren't automatically released and dereferenced when the element is destroyed.
1.4.0rc1-194-gbaea2d488: Revert "Revert "Updated GLEW headers.""
This reverts commit ce4ce6ce36925f154f3ad84983327d76d6e690c1.
1.4.0rc1-189-g58569d9d0
Remove fetcher list from OutgoingDataCreator class.
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.