PlasmaZones 2.5.1
4 changes, released March 30, 2026.
Added
- Independent autotile sticky window handling: Separate setting for how autotiling handles sticky windows (on all desktops), independent from the snapping setting. Configurable in Tiling > Behavior.
Fixed
- Editor shader crash: Null pointer dereference in
ZoneShaderNodeRhi::render()when switching between multipass shaders, from a missing null check onm_multiBufferTextures[i]. - Editor undo crash: Guard
m_undoControllerdereferences insetCurrentShaderParams(),setShaderParameter(),resetShaderParameters(), andswitchShader()to match existing pattern. - Arch packaging: PKGBUILDs referenced
kbuildsycoca.hookandplasmazones-refresh-sycocaas standalone source files instead of using in-tree paths, causingmakepkgto fail with “cannot stat” errors.