Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Releases: taj-ny/kwin-effects-forceblur

v1.5.0

28 Jul 19:16
caac683

Choose a tag to compare

Features

  • Refraction effect (#225)

Changes

  • Empty lines in the class list do not match windows with empty classes anymore, use $blank (#226)

Fixed bugs

  • Config is not reloaded on X11 (#217)

v1.4.0

20 Jun 16:46
f002443

Choose a tag to compare

  • plugin: added support for Plasma 6.4 after the Wayland and X11 split, X11 remains supported
  • plugin: minimum Plasma version is now 6.4

Features

  • blur: added the ability to adjust the brightness, saturation and contrast
  • kcm: added the about page
  • static-blur: the desktop wallpaper can now be used as the texture
  • static-blur: the texture can now be blurred using the same algorithm used for normal blur (this is only done when the texture is created)
  • static-blur: added the ability to use normal blur for windows with another window behind

Changes

  • rounded-corners: improved the implementation, now it's much less simpler and less prone to bugs (there probably won't be a noticeable performance improvement)
  • rounded-corners: radii can now be fractional
  • static-blur: moved to its own tab (previously called "Draw image behind windows")

Fixed bugs

  • blur: added a workaround for blur disappearing during the maximize animation
  • blur: prevent 0x0 texture allocations (#160)
  • force-blur: blur region of menus and tooltips with an existing region will not be overridden anymore (Kvantum shadows)
  • force-blur: added a workaround for the blur region sometimes disappearing
  • static-blur: improved support for HDR screens (needs to be improved further)

v1.3.6

11 Jan 13:34

Choose a tag to compare

Added support for Plasma 6.3.

v1.3.5 has been deleted as I forgot to bump the version in CMakeLists.txt.

v1.3.4

20 Dec 23:00

Choose a tag to compare

Hotfix for v1.3.3, which broke force blur for X11 windows with client-side decorations on Wayland.

v1.3.3

20 Dec 18:13

Choose a tag to compare

Fixed blur region for X11 windows with client-side decorations.

v1.3.2

24 Sep 09:00
4ca19d2

Choose a tag to compare

Fixed build on KWin 6.1.90+.

v1.3.1

16 Jul 17:38
bcf1cba

Choose a tag to compare

This version fixes some performance issues.

Changes

  • Textures for anti-aliased rounded corners are no longer allocated when not necessary and they're also cached as well.

Bug fixes

  • The desktop can no longer have a blur region when plasmashell is force-blurred. The desktop wasn't actually being blurred, but the blur region was used to determine which areas of the screen should be repainted.

v1.3.0

17 Jun 17:08
b9dd76a

Choose a tag to compare

Bug fixes

  • Blur can disappear during some animations (Plasma bug).

Changes

  • Rounded corners look much better.
  • Corner radius is multiplied by the screen scale.
  • Corners aren't jagged anymore when scaled.
  • Floating panels are now rounded properly.
  • Non-floating panels aren't rounded anymore.

New features

  • Anti-aliasing for rounded corners to make them even smoother. May be buggy when using scaling.
  • Corner radius can be specified separately for menus and docks.

v1.2.1

28 May 15:38
158d3cc

Choose a tag to compare

Bug fixes

  • Fixed context menu detection on Wayland. Menus won't be force blurred anymore if Blur menus is disabled (default).

Changes

  • The Blur and Fake Blur tabs have been merged into the General tab.
  • The Fake Blur setting has been renamed to Draw image behind windows instead of blurring.
  • Added KWin development team to authors.

New features

  • Added support for Plasma 6.1.

v1.2.0

16 Apr 19:07
7ac5255

Choose a tag to compare

Changes

  • The configuration UI now uses tabs, as it was getting too large (#45)

New features

  • Docks can now be blurred again (#28)
  • Fake blur (#42)
    Fake blur works by drawing an already blurred image behind the window, which results in lower GPU load as KWin doesn't have to blur anything and it also doesn't have to paint everything behind the window. It won't work well with multiple screens unless they have the same wallpaper and resolution.
  • Added a fix for artifacts when using a transparent color scheme (#38)
    This is not in bug fixes, as it's not caused by this effect. This fix is not necessary when using fake blur.
  • There is now a wiki page explaining some of the configuration options.