Skip to content

Releases: hyprwm/hyprutils

v0.10.4

24 Nov 14:13
bc9803c

Choose a tag to compare

A small patch release to add redirection to CLI::CLoggerConnection

Changes

  • cli/logger: add redirection

MRs

  • src/cli/ArgumentParser.cpp: clang requires by @jg1uaa in #91

New Contributors

Full Changelog: v0.10.3...v0.10.4

v0.10.3

23 Nov 16:04
a9fe974

Choose a tag to compare

A sizeable update with performance fixes and new CLI APIs.

Changes

  • i18n/Engine: fix pure stem matches
  • i18n/engine: optimize string generations
  • cmake: add coverage reports

MRs

New Contributors

Full Changelog: v0.10.2...v0.10.3

v0.10.2

10 Nov 13:00
0a28f35

Choose a tag to compare

A minor update with a few new things.

MRs

Full Changelog: v0.10.1...v0.10.2

v0.10.1

06 Nov 00:09
926689d

Choose a tag to compare

A small patch release to add some fixes

Changes

  • string/constVarList: fixed a UAF case

MRs

  • Fix OOB in getYForPoint for non-monotonic 4-point curves by @freevatar in #81

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

04 Oct 23:12
3df7bde

Choose a tag to compare

A new release fixing last release's region fuckup due to a stupid library (thanks pixman) and adding a nice perf boost to our pointer arch. Breaks ABI.

Fixes

  • math/region: fix scale() on some systems

MRs

Full Changelog: v0.9.0...v0.10.0

v0.9.0

03 Oct 11:17
c1f5412

Choose a tag to compare

This update breaks ABI, thus sover has been bumped.

Changes

  • bezier: add setup4 for setting up a curve with 4 points
  • region: avoid tons of allocs for scale()

MRs

Full Changelog: v0.8.4...v0.9.0

v0.8.4

25 Aug 10:23
b2ae320

Choose a tag to compare

A small release adding a new fn to CProcess and fixing Nix

MRs

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3

17 Aug 07:35

Choose a tag to compare

A small new update :)

MRs

  • Add C++ cast aliases; replace existing casts and remove redundant casts by @Kam1k4dze in #71
  • smart pointer factories should not be static by @lukasx999 in #72

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

29 Jul 14:49
c65d41d

Choose a tag to compare

A small patch update with a few fixes :)

MRs

Full Changelog: v0.8.1...v0.8.2

v0.8.1

07 Jul 11:34
a822973

Choose a tag to compare

A small update with a few small new things.

MRs

  • implbase: include cstdint and fix building with GCC 16 by @listout in #62
  • make hyprctl animations print details about bezier curves (#10413) by @boundlessvoid0 in #63
  • Added transform method to Vector2D class by @FrancisTheCat in #64

New Contributors

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