Releases: H3rmt/hyprshell
Releases · H3rmt/hyprshell
Release list
hyprshell v4.11.0-alpha.1
- This version adds support for live window preview (#26 and #424). Enable using HYPRSHELL_EXPERIMENTAL=1.
- It also updates the CSS configuration, you can use one of the new / update themes from here.
- Adds prefix option for calculator launcher plugin
- Allows to directly run apps with desktop actions using 2 distinct modifiers
Install via cargo install hyprshell@4.11.0-alpha.1
previous versions:
Full Changelog: v4.10.8...v4.11.1-alpha.1
hyprshell v4.10.8
hyprshell v4.10.7
hyprshell v4.10.6
hyprshell v4.10.4
4.10.4 (2026-05-17)
Bug Fixes
- cursor movement wrapping in window switcher (1bef2db), closes #455
- nix-flake: update flake.lock (c479d58)
- only show latest info when last version is unknown (ae728f9)
- show current workspace on overview and switch of empty (289a170)
- use canonical XKB keysym names for modifier release binds (45c552c), closes #470
Documentation
hyprshell v4.10.3
hyprshell v4.10.2
hyprshell v4.10.0
v4.10.0
This Update adds support for Hyprland 0.55
I’ve rewritten the app using Relm4 instead of vanilla GTK4 to improve long-term stability.
This release may contain bugs, as I kind of rushed this release to address breaking changes to hyprctl commands in Hyprland 0.55.
Nix Users
This Update removes the hyprland plugin. This also means the hyprland flake input has disapeared.
This means the cachix cache works again.
Also using the lua config is now required, I dont know if nixos + homemanager supports it yet.
4.10.0 (2026-05-11)
Features
Bug Fixes
- added close window functionality to overview (18c9e08)
- added softstart for application (18c9e08)
- fix hyprland-macros version in Cargo.toml (1451b36)
- rework closing of windows in switch mode (9906e0e)
Code Refactoring
- add plugin static boxes back in (f90d484)
- rewrite core app in relm4 (1/?) (a6aba5d)
- rewrite core app in relm4 (10/10) (7c6abb3)
- rewrite core app in relm4 (2/?) (dc23148)
- rewrite core app in relm4 (3/?) (1279ca3)
- rewrite core app in relm4 (4/?) (kill windows) (ce1998a)
- rewrite core app in relm4 (5/?) (load config) (75e5d56)
- rewrite core app in relm4 (6/?) (493ef8d)
- rewrite core app in relm4 (7/?) (a41c692)
- rewrite core app in relm4 (7/?) (65fa105)
- rewrite core app in relm4 (8/?) (15f30ac)
- rewrite core app in relm4 (9/9) (b49f648)
- rewrite hyprland-rs (3c2dc09)
- rewrite hyprland-rs (074a744)
- rewrite hyprland-rs (2c6ca7d)
- rewrite hyprland-rs (2b32ed8)
Documentation
- update README.md (9906e0e)
Continuous Integration
- deactivate publish for 4.10 (59754ff)