This repository was archived by the owner on Nov 20, 2025. It is now read-only.
Releases: taj-ny/kwin-effects-forceblur
Releases · taj-ny/kwin-effects-forceblur
v1.5.0
v1.4.0
- 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
v1.3.4
v1.3.3
v1.3.2
v1.3.1
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
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
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
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.