Skip to content

Releases: hyprwm/hyprutils

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

v0.2.2

20 Sep 23:30
Compare
Choose a tag to compare

A small, ABI-compatible update to 0.2.1.

New stuff

  • Added ScopeGuard.

Fixes

  • string: fixup isNumber not accepting -1.0

Full Changelog: v0.2.1...v0.2.2

v0.2.1

27 Jul 16:49
Compare
Choose a tag to compare

A small, ABI-compatible update to add Edges.

MRs

  • Add Edges type and Box::extent() for its bottom right corner by @outfoxxed in #10

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Jul 19:30
Compare
Choose a tag to compare

A major release which also breaks ABI compat, as such bumping the sover.

Fixes

MRs

  • avoid undefined behaviour from downcasting ptr implentation by @gulafaran in #5
  • fix: adjust right and bottom box edges when getting closest point by @drendog in #6
  • string: respect removeEmpty when VarList input is empty by @PaideiaDilemma in #7
  • path: add findConfig and dir utils by @fufexan in #8

New Contributors

Full Changelog: v0.1.5...v0.2.0

v0.1.5

25 Jun 11:50
Compare
Choose a tag to compare

A small update with a few patches.

Fixes

  • Math: fixed macro collisions with hyprland

MRs

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

19 Jun 13:35
Compare
Choose a tag to compare

This is an update that adds a few new stuff under Math

Additions

  • Math: added Vector2D, Region and Box

Full Changelog: v0.1.3...v0.1.4

v0.1.3

17 Jun 11:25
Compare
Choose a tag to compare

A small update to fix String::isNumber sometimes being wrong.

Fixes

  • String: fix isNumber accepting - as a number

Full Changelog: v0.1.2...v0.1.3