Skip to content

Releases: luisbocanegra/plasma-smart-video-wallpaper-reborn

v2.3.0

30 Apr 09:54
Compare
Choose a tag to compare

2.3.0 (2025-04-30)

Features

  • better Desktop Effects settings UI/UX (9b76ca4)
  • skip crossfade on manual switch and use a smoother easing type (a41977a)

Code Refactoring / Performance

  • port dbus calls to org.kde.plasma.workspace.dbus (19ffb79)
  • port lock screen dbus method polling to ActiveChanged signal (19ffb79)

append-2025-04-30-040803

Donate

If you like the project please consider donating/sponsoring this and my other open source work

GitHub Sponsors Ko-fi "Buy Me A Coffee" Liberapay PayPal

v2.2.0

17 Apr 01:20
Compare
Choose a tag to compare

2.2.0 (2025-04-17)

Features

  • add option to disable automatic switch to next video (4bab06d)

Bug Fixes

  • add missing bits from refactor (edc1f0c)
  • hide next video action when there is only one video (9b1f0bb)

Important

Translations are currently not loading, see issue #84 if you want to help.

Donate

If you like the project please consider donating/sponsoring this and my other open source work

GitHub Sponsors Ko-fi "Buy Me A Coffee" Liberapay PayPal

v2.1.0

16 Mar 09:59
Compare
Choose a tag to compare

2.1.0 (2025-03-16)

Features

  • allow setting custom playback speed per video (6e2e649)

Bug Fixes

  • black media player on fresh install (8a524e4)

Support the development

If you like the project please consider donating/sponsoring this and my other open source work

GitHub Sponsors Ko-fi "Buy Me A Coffee" Liberapay PayPal

image

v2.0.0

26 Feb 12:00
Compare
Choose a tag to compare

2.0.0 (2025-02-26)

⚠ BREAKING CHANGES

  • if you had audio enabled you will have to re-enable it
  • due to changes in the configuration format you may need to reconfigure blur option

Features

  • mute audio based on window maximized/active/shown state (5570235)
  • right click on Desktop to change/play/pause/mute video (3fe6d77)
  • translations: Dutch, el_GR, pt_BR

Code Refactoring

  • simplify blur and pause configuration logic (5618e7d)

append-2025-02-26-060448

Support the development

GitHub Sponsors Ko-fi "Buy Me A Coffee" Liberapay PayPal

v1.1.1

15 Feb 00:53
Compare
Choose a tag to compare

1.1.1 (2025-02-14)

Bug Fixes

  • lock screen mode detection for all wallpaper configuring methods (4ff5627)

v1.1.0

08 Feb 11:36
Compare
Choose a tag to compare

1.1.0 (2025-02-08)

Features

  • always pause video for Desktop wallpaper when screen is locked (f61d9ca)
  • automatically detect lock screen mode (8942721)
  • resume from last playing video on login/lock (328bb48)

Bug Fixes

  • don't remove videos below when removing a single video (5e53f9b)

Matrix room

For Help/Support/Discussion there is now a matrix room https://matrix.to/#/#kde-plasma-smart-video-wallpaper-reborn:matrix.org

Support the development

v1.0.0

09 Dec 10:06
Compare
Choose a tag to compare

1.0.0 (2024-12-09)

BREAKING CHANGE

Configuration format for the videos list has changed, if you update and get black wallpaper try re-adding the videos in the wallpaper settings and report a bug.

Features

  • add option to play videos in random order (877ed0a)
  • implement disabling & ordering of videos (6705b89)
  • show current version and project urls in settings window (51a10f9)
  • split configuration into tabs (936f974)

Bug Fixes

  • settings crash due to binding on buttons with custom colors (16efd8a), closes #43

Miscellaneous Chores

append-2024-12-09-041725

v0.4.1 Switch to gdbus

30 Jul 15:01
6357a12
Compare
Choose a tag to compare

Improvements

  • Switched from qdbus to gdbus command (from glib2), no more hunting down for the correct qdbus executable name.

v0.4.0 Major improvements

06 Jul 01:51
3d68ddc
Compare
Choose a tag to compare

Fixes

  • Performance
    • Don't check Effects, Screen and Locked if not needed
    • Fix 2x GPU usage when blur is disabled
  • Fix video playing between active window changes

Improvements

  • Added option to change animation duration
  • Added cross-fade (dissolve) transition between videos (Beta, disabled by default)
  • Global playback speed and volume control
2024-07-04_11-51-45.mp4

v0.3.0 Desktop effects detection & playback improvements

29 Jun 09:05
053b7a9
Compare
Choose a tag to compare

Fixes

  • Fix undefined wallpaper property errors
  • Fix video stopping in lock screen mode #20

Improvements

  • Player improvements - Switched to MediaPlayer, hopefully more stable and slightly less GPU/Video decoding usage
  • Show a placeholder message if there are no videos to play
  • Toggle playback/blur based on active Desktop Effects (overview, grid, peek at desktop...)
  • Translation support

Other

  • Added debug mode

Full Changelog: v0.2.0...v0.3.0