PlasmaZones 1.11.8
1 change, released February 16, 2026.
Performance
- Signal-driven drag detection: Replaced the QTimer-based poll loop (32ms stacking-order scans during drag) with KWin’s per-window
windowStartUserMovedResized/windowFinishUserMovedResizedsignals for zero-cost, event-driven drag start/end detection. Eliminates them_pollTimerentirely, with no more periodic stacking-order iteration on the compositor thread, even as a safety net (#167)