Skip to content

Latest commit

 

History

History
67 lines (38 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

67 lines (38 loc) · 2.54 KB

Changelog

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