Skip to content

Releases: hyprwm/hyprutils

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

v0.1.2

13 Jun 09:38
Compare
Choose a tag to compare

This is a small update to fix a memory leak in the Memory::SharedPtr implementation

MRs

  • fix sharedptr , weakptr implentation leak by @gulafaran in #1

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

08 Jun 20:39
Compare
Choose a tag to compare

A tiny update to add replaceInString.

API

  • Added String::replaceInString

Full Changelog: v0.1.0...v0.1.1

v0.1.0

08 Jun 20:27
Compare
Choose a tag to compare

This is the initial release of hyprutils.

Full Changelog: https://github.com/hyprwm/hyprutils/commits/v0.1.0