Skip to content

Releases: clementine-player/Clementine

1.4.0rc1-318-g44af6f9d5

25 Aug 21:17
Compare
Choose a tag to compare
Pre-release
Replaced the heart icon with a star for local files

1.4.0rc1-315-g16843da41

25 Aug 19:48
Compare
Choose a tag to compare
Pre-release
Use absolute path for @loader_path libs

1.4.0rc1-310-gd131c66f0

25 Aug 16:39
Compare
Choose a tag to compare
Pre-release
Disable mac build

1.4.0rc1-296-g68d375c43

20 Jul 10:16
Compare
Choose a tag to compare
Pre-release
Use effective album artist for Repeat Album logic

When there is album artist information available for a track, the user would
probably expect that "Repeat Album" should cycle through all songs with the same
album artist and album title, not only all songs with the same artist and album
title.

1.4.0rc1-295-gee72793b5

17 Jul 02:55
Compare
Choose a tag to compare
Pre-release
Automatic merge of translations from Transifex

1.4.0rc1-294-g987fe047c

13 Jul 14:40
Compare
Choose a tag to compare
Pre-release
Fix access past end of vector in getPsychedelicColor

1.4.0rc1-293-g1f7607b1d

12 Jul 09:11
Compare
Choose a tag to compare
Pre-release
Get backend from application in PlaylistContainer::SetApplication

The manager's library backend may not be set when this is called.

1.4.0rc1-292-gdd9ed2334

11 Jul 03:13
Compare
Choose a tag to compare
Pre-release
Automatic merge of translations from Transifex

1.4.0rc1-291-gc75fa0077

10 Jul 09:59
Compare
Choose a tag to compare
Pre-release
Fix playlist memory leak

When the current playlist is changed, PlaylistContainer::SetViewModel is called
to set the new list. This calls PlaylistView::SetItemDelegates, which allocates
several objects that are never freed. Instead, move the call to SetItemDelegates
to PlaylistContainer::SetApplication, which is only called once.

1.4.0rc1-290-g3bfaf3ff3

09 Jul 03:08
Compare
Choose a tag to compare
Pre-release
Automatic merge of translations from Transifex