Skip to content

Releases: hyprwm/hyprutils

v0.5.0

27 Jan 11:46
Compare
Choose a tag to compare

This is another major update breaking ABI.

Thanks to the ABI break though, we fixed crashes and improved performance around the animation manager.

MRs

  • fix: add missing nullptr comparison operators for WeakPtr by @nnyyxxxx in #41
  • animation: fix crashes and cleanup of active vars by @PaideiaDilemma in #42

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

v0.4.0

23 Jan 11:40
Compare
Choose a tag to compare

This is a major update with fixes, new stuff, and an ABI break (as such, sover bump)

New stuff

  • memory: Added UniquePointer

Fixes

  • animation: don't fire update events if the avar is not being animated

MRs

Full Changelog: v0.3.3...v0.4.0

v0.3.3

06 Jan 11:56
Compare
Choose a tag to compare

A small update mostly because I forgot to bump VERSION for 0.3.2

MRs

Full Changelog: v0.3.2...v0.3.3

v0.3.2

02 Jan 14:03
6a26d08
Compare
Choose a tag to compare

Another small update to add the new AnimationConfigTree.

MRs

Full Changelog: v0.3.1...v0.3.2

v0.3.1

01 Jan 13:17
Compare
Choose a tag to compare

A small update with new animation stuff

MRs

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

22 Dec 23:07
Compare
Choose a tag to compare

This is a breaking update. API is unbroken, but ABI is.

The previous 0.2.6 update also was breaking, see #24. Sorry for that!

New stuff

  • os/process: add pid()

Fixes

  • region: fix header path

MRs

New Contributors

Full Changelog: v0.2.6...v0.3.0

v0.2.6

15 Nov 20:31
Compare
Choose a tag to compare

A small update with small stuff.

New stuff

  • os: added addEnv to Process

Fixes

  • os: fixed some zombie processes being left with Process

Full Changelog: v0.2.5...v0.2.6

v0.2.5

12 Nov 12:27
Compare
Choose a tag to compare

Minor fixes to process and bsd

Fixes

  • os: Fixed deadlock when pipes overflow the 64k buffer size.

MRs

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

09 Nov 14:43
Compare
Choose a tag to compare

A small update to add hyprutils/OS

New stuff

  • os: Add process

Full Changelog: v0.2.3...v0.2.4

v0.2.3

24 Sep 22:59
Compare
Choose a tag to compare

A small update to add Mat3x3.

MRs

Full Changelog: v0.2.2...v0.2.3