PlasmaZones 2.0.1
6 changes, released March 11, 2026.
Fixed
- Arch lib64 file conflict with generic tarball (fixes #203): Force
CMAKE_INSTALL_LIBDIR=libin the generic tarball build so it doesn’t inherit Fedora’slib64default, which conflicts with Arch’sfilesystempackage owning/usr/lib64as a symlink - Global show-zone-numbers toggle ignored when layout active (fixes #208): Changed zone number visibility so the global toggle is a master switch. Per-layout setting can only further restrict, not override it
- Easing preset dropdown UX (fixes #207): Replaced single 30+ item flat dropdown with two-dropdown Style + Direction selector, and clamped elastic/bounce preview animation to prevent overshoot overflow
- Modifier key capture silently broken by qmlformat (fixes #205): Replaced large Qt::KeyboardModifier integer literals with bit-shift expressions (
1 << 25etc.) that qmlformat cannot mangle into lossy scientific notation - Fedora COPR repo name case sensitivity: Fixed COPR repo reference to use correct casing
Added
- Fedora COPR and openSUSE OBS install instructions in README (fixes #209)