Skip to content

Releases: clementine-player/Clementine

1.4.0rc1-245-g0555cf5a3

27 May 16:36
Compare
Choose a tag to compare
Pre-release
Changed rgb() to rgba()

Avoids message:   
QCssParser::parseColorValue: Specified color without alpha value but alpha given: 'rgb 200, 200, 200, 75%'

1.4.0rc1-244-g84099f249

27 May 09:48
Compare
Choose a tag to compare
Pre-release
Name all threads created by Application

In Application::MoveToNewThread, name the new thread after the object being
moved. Give those objects names as well.

The thread names display in gdb with "info threads".

1.4.0rc1-243-g5612c9cb5

27 May 02:57
Compare
Choose a tag to compare
Pre-release
Automatic merge of translations from Transifex

1.4.0rc1-242-gcf1067e74

26 May 21:27
Compare
Choose a tag to compare
Pre-release
Add explicit SHA to release

1.4.0rc1-241-ge7c5c76ea

26 May 20:52
Compare
Choose a tag to compare
Pre-release
Pull translations nightly

1.4.0rc1-239-gfa067bf5c

26 May 20:41
Compare
Choose a tag to compare
Pre-release
Pull translations nightly

1.4.0rc1-237-g54f200d9b

26 May 20:26
Compare
Choose a tag to compare
Pre-release
Pull translations nightly

1.4.0rc1-236-g13ee11f81

26 May 18:56
13ee11f
Compare
Choose a tag to compare
Pre-release
Add github actions badge

1.4.0rc1-235-g92b160d2a

26 May 18:54
13ee11f
Compare
Choose a tag to compare
Pre-release
Add github actions badge

1.4.0rc1-234-g0271f43cc

26 May 16:25
Compare
Choose a tag to compare
Pre-release
console: Add a Qt debug tab

Add a tab for Qt debug features. Initially provides access to dumpObjectTree() on
Application and MainWindow objects. This dumps the object's child objects to the
log.