Skip to content

Releases: clementine-player/Clementine

1.4.0rc1-203-gbc1674700

16 May 19:29
Compare
Choose a tag to compare
Pre-release
Add buster builder

1.4.0rc1-202-g833f8256c

16 May 19:26
Compare
Choose a tag to compare
Pre-release
Add debian stretch github job

1.4.0rc1-201-gf46241e75

16 May 19:25
Compare
Choose a tag to compare
Pre-release
Add eoan github job

1.4.0rc1-200-g18497dcb6

16 May 18:30
Compare
Choose a tag to compare
Pre-release
Add Fedora 32 build

1.4.0rc1-198-g6a5cb0712: gstengine: Fix gtreamer request pad leak

15 May 10:52
Compare
Choose a tag to compare
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.""

14 May 15:13
Compare
Choose a tag to compare
This reverts commit ce4ce6ce36925f154f3ad84983327d76d6e690c1.

1.4.0rc1-189-g58569d9d0

14 May 10:58
Compare
Choose a tag to compare
Pre-release
Remove fetcher list from OutgoingDataCreator class.

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.