Skip to content

Some minor clean-ups

Compare
Choose a tag to compare
@thiagokokada thiagokokada released this 04 Sep 18:12
· 18 commits to main since this release
2636df5

This release has a small breaking change in RawRequest(), that will not automatically append /j anymore before the request. For those that doesn't know, /j is the way to request a JSON response from Hyprland IPC (equivalent of passing -j to hyprctl), so if for some reason you were relying on this behavior, you will need to change your scripts to append /j manually.

Also, this release drop supports for Go 1.20 so we can use cmp.Ordered and min/max.

What's Changed

Full Changelog: v0.1.1...v0.2.0