PlasmaZones 1.11.1
2 changes, released February 15, 2026.
Fixed
- Drag stutter: Removed redundant
windowFrameGeometryChangedhandler that flooded D-Bus with 60-144+ calls/sec during window drag, causing visible stutter and leaving the daemon in a stale state (#167) - Login hang: Replaced synchronous
QDBusInterfaceintrospection inloadExclusionSettings()with asyncQDBusMessagecall, preventing the compositor from blocking for up to 25 seconds during login when the daemon is registered but not yet responding (#167)