Skip to content

Latest commit

 

History

History
140 lines (67 loc) · 7.41 KB

CHANGELOG.md

File metadata and controls

140 lines (67 loc) · 7.41 KB

Changelog

1.6.0 (2024-08-31)

Features

  • album cover placeholder (e1b41ac), closes #17
  • remove default album placeholder (2cd18f3)

1.5.0 (2024-08-13)

Features

  • add an option to make the widget bg transparent (desktop) (f8d0a26), closes #122
  • fallback to selected icon when no album cover available (f1502ad)
  • improve settings labels and layout (cdf3f06)

1.4.0 (2024-07-28)

Features

  • Add option to change volume step size (7f850bc)
  • Mouse wheel click to play/pause and scroll to adjust volume (b2718d9)
  • Show title and artist in Tooltip (9302daf)
  • Text scrolling: allow to disable and reset on pause (e61fe90)

1.3.0 (2024-07-13)

Features

  • Raise player on cover click in full view or ctrl+click in panel (d24b2fa), closes #14
  • Increase volume bar clickable area and make it draggable (b04f6bd), closes #58

Bug Fixes

  • Limit minimum expanded representation size to content (657546c), closes #102

1.2.2 (2024-06-15)

Bug Fixes

  • text scroll on mouse over not working as expected (a193ee7), closes #103

1.2.1 (2024-05-03)

Bug Fixes

  • Use correct back/next icon (daf3627)

1.2.0 (2024-05-02)

Features

  • add ability to choose font style (0d72980), closes #94

1.1.0 (2024-04-05)

Features

  • radius with album image (48a363b)

1.0.5 (2024-03-30)

Bug Fixes

  • Enable song text hover behaviours for touchpad (74c6ddc), closes #83
  • Track position slider doesn't work properly with long track (0b2bd17), closes #81

1.0.4 (2024-03-24)

Bug Fixes

  • widget visibile when there is no active player (ceb1a7d), closes #60

1.0.3 (2024-03-17)

Bug Fixes

  • plasmashell crashing after commit 0844cbc3d (0e96fb9)

1.0.2 (2024-03-16)

Bug Fixes

  • Player sources handling improvements (0844cbc), closes #60
  • set position instead of use seek function (bbf1a93)

1.0.1 (2024-02-09)

Bug Fixes

  • currentPlayer existance check (f462e02)

1.0.0 (2024-02-08)

⚠ BREAKING CHANGES

  • Porting to KDE Plasma 6

Features

  • Porting to KDE Plasma 6 (d8a35c9), closes #16
  • use highlightColor instead of positiveTextColor (d7e06c8)

0.6.0 (2024-01-02)

Features

  • add new scrolling options for song text overflow (b97cda3)
  • add option to separate title from artist into two lines (#44) (d0a1a44)

0.5.0 (2023-12-09)

Features

  • add an option to use album cover as panel icon (280ae68), closes #24
  • reorganize configuration page (aaf7605)

Bug Fixes

  • preserve album image aspect ratio (cdf137d), closes #21