Initial support for Hyprland 0.42
This release brings initial support for Hyprland 0.42, since at least one command (e.g.: Clients()
) broke in the previous release.
Keep in mind that the support is initial though: I didn't go through the Hyprland 0.42 changelog yet to see if there is any missing commands. Open an issue if you want some specific missing command to be implemented.
What's Changed
- .github/nix: upload coverage from testVm by @thiagokokada in #5
- examples/hyprtabs: fix typo in comment by @thiagokokada in #6
- request_types: add ValidationError by @thiagokokada in #7
- flake: enable benchmarks in VM by @thiagokokada in #8
- flake: nixosTest -> runNixOSTest by @thiagokokada in #9
- request: implement SwitchXkbLayout by @thiagokokada in #10
- README: add benchmarks results from hyprtabs.sh by @thiagokokada in #11
- examples/hyprctl: avoid unnecessary append in usage by @thiagokokada in #12
- Support new fullscreen state by @yasamari in #13
- Support hyprland 0.42 by @thiagokokada in #14
Full Changelog: v0.0.1...v0.0.2