PlasmaZones 2.8.8

1 change, released May 13, 2026.

Fixed

  • KWin effect plugin fails to load after a KWin patch update: The kwin-effect plugin’s IID embeds KWin’s exact upstream version string (KWIN_PLUGIN_VERSION_STRING in config-kwin.h). KWin refuses to load any effect whose IID doesn’t match its own version, even across patch releases (e.g. 6.6.4 to 6.6.5). All 2.8.7 packages were built against KWin 6.6.4 and stopped loading the moment distros shipped 6.6.5. Package metadata now pins KWin to the exact upstream patch version captured at build time (RPM Requires: kwin = %{kwin_version}, Debian kwin-common (= ${kwin:Version}), Arch kwin=$_kwin_ver). Packages now refuse to install on a mismatched KWin instead of installing silently broken, and users get a clean dependency error and CI rebuilds against each KWin patch release.