Skip to content

Latest commit

 

History

History
330 lines (171 loc) · 18.8 KB

File metadata and controls

330 lines (171 loc) · 18.8 KB

Changelog

2.14.1 (2026-08-19)

Bug Fixes

  • videos not playing in the lock and login screen (beeb946)

2.14.0 (2026-08-01)

Features

  • add zh_TW translation (0f68993)
  • pause video on inactive Plasma Activities (132e7c1)
  • update Russian translation (d9ce594)

Bug Fixes

  • binding loop in seconds SpinBox (c6462da)
  • ComboBox currentValue is read-only in Qt 6.9 and older (537a800)
  • handle missing loop property in the configuration after updating from an older version (1c945fc)
  • prevent JSON parsing error on empty configuration (3e136a0)

2.13.0 (2026-04-02)

Features

Bug Fixes

  • sync context menu play/pause state (d51ec64)

2.12.0 (2026-03-21)

Features

2.11.0 (2026-03-08)

Features

2.10.0 (2026-02-10)

Features

  • add kscreen-doctor to screen off detection command (8aa0bf4)
  • alternative playback speed (73fc437)
  • update Spanish translation (e05aff8)

Bug Fixes

  • 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)

Features

  • fill background with blur when using Keep Proportions positioning (7e952c9)
  • misc settings UI adjustments (1fb5146)

Bug Fixes

  • version fetching in wallpaper settings (5059bd8)

2.8.1 (2025-12-26)

Bug Fixes

  • extra comma in desktop effects text field (7a510ce)

2.8.0 (2025-12-10)

Features

  • add seconds picker to timed wallpaper change (528fe0a)

Bug Fixes

  • timer restarts on video pause (552e4ab)

2.7.1 (2025-12-03)

Bug Fixes

  • disabled videos continue playing after pause/play event (76d7373)
  • video incorretly unpauses when timer ends (7edfbd4)

2.7.0 (2025-11-21)

Features

  • 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)

Features

  • clarify how to use 'Next video' option in video settings dialog (e566f03)

Bug Fixes

  • old video keeps playing when switching to another single video (74b1c0e)

2.5.1 (2025-11-07)

Bug Fixes

  • debug info always visible (51365b3)

2.5.0 (2025-11-06)

Features

  • allow to replace videos in the list (af49f21)

Bug Fixes

  • blur stacking order and disable when there are no videos (00c78f3)
  • Lockscreen crash when using gstreamer (#172) (20a8469)

2.4.0 (2025-10-31)

Features

  • 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)

Bug Fixes

2.3.2 (2025-06-20)

Bug Fixes

  • check empty callback in DBusFallBack (07ef926)

2.3.1 (2025-06-15)

Bug Fixes

  • 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)

Features

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

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)

2.1.0 (2025-03-16)

Features

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

Bug Fixes

  • black media player on fresh install (8a524e4)

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

  • 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)

Code Refactoring

  • simplify blur and pause configuration logic (5618e7d)

1.1.1 (2025-02-14)

Bug Fixes

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

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)

1.0.0 (2024-12-09)

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

v0.4.1 2024-07-30 Switch to gdbus

Fixes

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

v0.4.0 2024-07-05 Major improvements

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

v0.3.0 2024-06-29 Desktop effects detection & playback improvements

Fixes

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

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

v0.1.1 2024-05-14 Bugfix Release

Fixes

  • Fixed widget crashing after disabling/re-enabling the screen it was on, causing effects to stop working

v0.1.0 2024-04-10 Initial Release