PlasmaZones 2.8.1

2 changes, released April 8, 2026.

Fixed

  • Autotile ratio stuck after notification dismiss (#271): Eliminated a min-size feedback loop where the KWin effect’s Wayland centering code fell back to reporting the target zone width as a discovered minimum size for apps without a declared minSize(). This self-reinforcing constraint locked the master/stack split ratio until the user minimized and restored a window. Only the compositor’s declared minimum is now reported.
  • Stale min-sizes after screen geometry change: Discovered min-sizes for windows on a screen are now cleared when the available geometry changes (e.g., panel/systray resize), preventing stale constraints from overriding the user’s split ratio on geometry-triggered retiles.