Skip to content

Releases: clementine-player/Clementine

1.4.0rc1-848-g39124eda3

10 Sep 03:57
Compare
Choose a tag to compare
Pre-release
Automatic merge of translations from Transifex

1.4.0rc1-847-gb567760ae

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

1.4.0rc1-846-g2d3a604b8

07 Sep 03:54
Compare
Choose a tag to compare
Pre-release
Automatic merge of translations from Transifex

1.4.0rc1-845-gce4a22bd5

06 Sep 03:59
Compare
Choose a tag to compare
Pre-release
Automatic merge of translations from Transifex

1.4.0rc1-844-ge6a753948

05 Sep 19:13
Compare
Choose a tag to compare
Pre-release
Fix translations pull workflow

1.4.0rc1-843-ga551c40c4

01 Sep 22:29
Compare
Choose a tag to compare
Pre-release
Remove Spotify playback support

libspotify is dead

1.4.0rc1-842-g99029ed64

01 Sep 20:22
Compare
Choose a tag to compare
Pre-release
Bump github actions runner

1.4.0rc1-841-gcf8047b4c

01 Sep 19:32
Compare
Choose a tag to compare
Pre-release
Fix translations push job

1.4.0rc1-840-gf59c9f4b2

01 Sep 19:17
Compare
Choose a tag to compare
Pre-release
Rewrite the Block Analyzer to improve performance.

The block analyzer was doing lots of repeated, out-of-order blits to the
widget's canvas. To improve performance and reduce CPU usage, this has
been rewritten to generate the canvas contents using only a single buffer.
Cache thrashing has been greatly reduced by writing to memory only
sequentially and in one single write pass. Further, the raw format is
now guaranteed to be in a format efficient for Qt.

The results are visually identical to what they were previously, but
result in a CPU usage reduction between 2 and 6 percent depending on refresh
rate and Psychadelic Mode value. In particular, there used to be a ~3 percent
overhead for Psychadelic Mode, and this has been eliminated.

The specific details of the block analyzer and explanations for how it works
(and used to work) have been documented via fairly extensive comments
in blockanalyzer.cpp.

1.4.0rc1-839-g71eac9bb3

01 Sep 19:12
Compare
Choose a tag to compare
Pre-release
Remove support for FC34