PlasmaZones v1.3.4
Installation
Arch Linux:
# Download and install
sudo pacman -U plasmazones-1.3.4-1-x86_64.pkg.tar.zstUbuntu/Debian (25.10+):
sudo dpkg -i plasmazones_1.3.4-1_amd64.deb
sudo apt-get install -f # Install dependencies if neededFedora:
sudo dnf install plasmazones-1.3.4-1.fc43.x86_64.rpmPost-Installation
# Enable the daemon
systemctl --user enable --now plasmazones.service
# Open settings
systemsettings kcm_plasmazonesChanges
- Release 1.3.4 (f0f3254)
- fix: fixing builds (a55bb1d)
- fix: fixing builds (23c19fc)
- chore: improve builds (021e22e)
- chore: update packaging to use fedora 43 (7043d19)
- fix: context loss and reinit (f0f603e)
- feat: more shader improvements (482478a)
- feat: shader performance (d01adde)
- fix: shader problems (4d0df5a)
- feat: support #include in shaders (0048264)
- chore: remove temp docs (58cd975)
- Merge pull request #76 from fuddlesworth/feat/rhi-migration (2b3c963)
- fix: clearer vertex shader missing warnings (PR-76 review) (f8c2b02)
- feat: RHI/Vulkan zone overlay and packaging deps (3568565)