2.14.1 (2026-08-19)
- videos not playing in the lock and login screen (beeb946)
2.14.0 (2026-08-01)
- add zh_TW translation (0f68993)
- pause video on inactive Plasma Activities (132e7c1)
- update Russian translation (d9ce594)
- binding loop in seconds SpinBox (c6462da)
- ComboBox currentValue is read-only in Qt 6.9 and older (537a800)
- handle missing
loopproperty in the configuration after updating from an older version (1c945fc) - prevent JSON parsing error on empty configuration (3e136a0)
2.13.0 (2026-04-02)
- sync context menu play/pause state (d51ec64)
2.12.0 (2026-03-21)
2.11.0 (2026-03-08)
2.10.0 (2026-02-10)
- add kscreen-doctor to screen off detection command (8aa0bf4)
- alternative playback speed (73fc437)
- update Spanish translation (e05aff8)
- add domain to translatable strings (41dbc0a)
- add missing executable permission in install.sh (9bbb71f)
- inform about KDE Store version removal on install.sh (aff251a)
- limit minimum playback speed to 0.01 (9acb60d)
- race condition in screen state monitoring (aa9b3d5)
- recover command (06923ba)
- remove url from translatable string (7776f49)
- stop dbus signal monitor when switching to other wallpaper plugin (4602b65)
- stuttering due to unique commands in executable datasource (cf101b5)
2.9.0 (2026-01-13)
- fill background with blur when using Keep Proportions positioning (7e952c9)
- misc settings UI adjustments (1fb5146)
- version fetching in wallpaper settings (5059bd8)
2.8.1 (2025-12-26)
- extra comma in desktop effects text field (7a510ce)
2.8.0 (2025-12-10)
- add seconds picker to timed wallpaper change (528fe0a)
- timer restarts on video pause (552e4ab)
2.7.1 (2025-12-03)
- disabled videos continue playing after pause/play event (76d7373)
- video incorretly unpauses when timer ends (7edfbd4)
2.7.0 (2025-11-21)
- drag and drop to add files (c84397f)
- open containing folder from videos list (d023f6a)
- play single file only (disable all others) (d4ef482)
- preview files in default application (a563319)
- quick actions to disable/enable/remove/toggle videos (f68e593)
- use a list view to manage the videos (6cc1105)
2.6.0 (2025-11-15)
- clarify how to use 'Next video' option in video settings dialog (e566f03)
- old video keeps playing when switching to another single video (74b1c0e)
2.5.1 (2025-11-07)
- debug info always visible (51365b3)
2.5.0 (2025-11-06)
- allow to replace videos in the list (af49f21)
- blur stacking order and disable when there are no videos (00c78f3)
- Lockscreen crash when using gstreamer (#172) (20a8469)
2.4.0 (2025-10-31)
- add GIF format to the file picker (8f0fa92)
- allow to disable resuming last playing video on startup (9d30331)
- allow to loop specific videos until manual skip (dde9a80)
- switch videos only after a global fixed duration (#163) (9706d35)
- first video not random (824aa46)
2.3.2 (2025-06-20)
- check empty callback in DBusFallBack (07ef926)
2.3.1 (2025-06-15)
- make gdbus fallback actually work (7154ff4)
- undefined and invalid global property errors (1108dc0)
- unfiltered video config on startup (eda0786)
2.3.0 (2025-04-30)
- improve settings UI/UX (9b76ca4)
- skip crossfade on manual switch and use a smoother easing type (a41977a)
2.2.0 (2025-04-17)
- add option to disable automatic switch to next video (4bab06d)
- add missing bits from refactor (edc1f0c)
- hide next video action when there is only one video (9b1f0bb)
2.1.0 (2025-03-16)
- allow setting custom playback speed per video (6e2e649)
- black media player on fresh install (8a524e4)
2.0.0 (2025-02-26)
- 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
- Add first transtations in pt_BR (f901dc7)
- Chance transtation package info (fb6e131)
- more translations (5a24045)
- mute audio based on window maximized/active/shown state (5570235)
- right click on Desktop to change/play/pause/mute video (3fe6d77)
- simplify blur and pause configuration logic (5618e7d)
1.1.1 (2025-02-14)
- lock screen mode detection for all wallpaper configuring methods (4ff5627)
1.1.0 (2025-02-08)
- 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)
- don't remove videos below when removing a single video (5e53f9b)
1.0.0 (2024-12-09)
- 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)
- release 1.0.0 (d28f0fd)
- Switched from
qdbustogdbuscommand (from glib2), no more hunting down for the correct qdbus executable name.
- 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
- Added option to change animation duration
- Added cross-fade (dissolve) transition between videos (Beta, disabled by default)
- Global playback speed and volume control
- Fix undefined wallpaper property errors
- Fix video stopping in lock screen mode
- 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
- Added debug mode
- Fixed widget crashing after disabling/re-enabling the screen it was on, causing effects to stop working