Skip to content

Releases: horriblename/hyprgrass

v0.8.1

25 Aug 21:26
427690a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

25 Aug 12:05
d0033c9
Compare
Choose a tag to compare

Notable changes

  • experimental:send_cancel is now re-implemented and enabled by default. If you get any weird issues you might wanna turn it off (and report the issue). This option will be removed in a future release if all goes well.

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

10 Jun 23:05
Compare
Choose a tag to compare

Notable changes

This release targets Hyprland v0.41.0

  • new hyprgrass-bind and hyprgrass-bindm keywords to replace the use of hyprland builtins bind.
    • use of the old bind method is deprecated and will be removed in the future
  • many bug fixes... not much else tbh

Thanks to everyone who reported/fixed bugs while I was stuck in Windwsland

What's Changed

New Contributors

Full Changelog: v0.6...v0.7.0

v0.6

22 Mar 11:04
Compare
Choose a tag to compare

Important Changes

  1. migration to hyprlang
  2. nothing else :P

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6

v0.5.0

03 Jan 14:35
v0.5.0
fcec290
Compare
Choose a tag to compare

this release targets hyprland v0.34.0

Notable changes

  • tap gestures added
  • long press gestures added
  • you can now swipe along an edge to switch workspaces (see workspace_swipe_edge)
  • should work a LOT better even with mismatched version (the mismatch warning is still kept because if the version gap is large enough it will still cause issues)

What's Changed

New Contributors

  • @fikinoob made their first contribution in #61

Full Changelog: v0.4.0...v0.5.0

v0.4.0

06 Nov 01:37
c538c3d
Compare
Choose a tag to compare

Breaking changes

Multi-finger swipes require finger count >= 3, workspace_swipe_fingers and custom swipe bindings like swipe:3:d

Other Notable Changes

  • fixed logging
  • trigger cancel touch events to windows earlier
  • added check for version mismatch

What's Changed

  • tests: migrate to doctest by @horriblename in #22
  • nix/ci: add flake lock updater by @horriblename in #24
  • Update flake.lock by @github-actions in #25
  • update README installation instructions by @horriblename in #28
  • Update flake.lock by @github-actions in #29
  • rename project to hyprgrass by @horriblename in #30
  • Update flake.lock by @github-actions in #31
  • Update flake.lock by @github-actions in #32
  • Update flake.lock by @github-actions in #33
  • Update flake.lock by @github-actions in #34
  • Update flake.lock by @github-actions in #36
  • Update flake.lock by @github-actions in #37
  • Update flake.lock by @github-actions in #38
  • fix: gcc13 required since hyprland format rework by @horriblename in #40
  • Update flake.lock by @github-actions in #41
  • Update flake.lock by @github-actions in #42
  • feat: send cancel events to client surfaces earlier by @horriblename in #35
  • Update flake.lock by @github-actions in #44
  • Update flake.lock by @github-actions in #46
  • fix: log format by @horriblename in #49
  • Update flake.lock by @github-actions in #51
  • Update flake.lock by @github-actions in #54
  • Feat hl version check by @horriblename in #52
  • ci: add test for nix build by @horriblename in #55
  • chore: release v0.4 by @horriblename in #56

New Contributors

  • @github-actions made their first contribution in #25

Full Changelog: v0.3.0...v0.4.0

v0.3.0

30 May 11:41
6488bf3
Compare
Choose a tag to compare

Breaking changes

  • Bind syntax is reworked for better readability: events are now named, for example, edge:u:d and swipe:4:d

Highlights

  • Added multi-finger swipe events
  • Edge swipe events can be in any direction + syntax rework
  • Send cancel events to windows when a gesture is detected

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

11 May 13:06
7310a89
Compare
Choose a tag to compare

Breaking changes

Hyprland version 0.25.0 and up is required.

*Hyprland built with meson are missing wlroots headers and will probably not build successfully, please install hyprland with make install instead. Nix build is patched with a special workaround and is not affected

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0