Skip to content

Releases: hyprwm/hyprtoolkit

v0.4.0

27 Nov 22:30
a8473c0

Choose a tag to compare

Hot hyprtoolkit apps in your area ;)

ABI break.

Changes

  • config: add font_family and font_family_monospace
  • cmake: enable coverage for debug
  • elements/textbox: add currentText()

MRs

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

10 Nov 12:58
2af07d3

Choose a tag to compare

A new update with a few fixes and an ABI break. (ABI break was in 0.2.4 but I didnt notice oops)

Changes

  • toolkitWindow: ignore empty tooltip timer items
  • elements/text: scale maxSize for render

Full Changelog: v0.2.4...v0.3.0

v0.2.4

08 Nov 00:04
d4f4157

Choose a tag to compare

A small release with a few fixes, last release had a fd poll 100% issue. Pushed a bit too fast.

Changes

  • core/toolkitWindow: always set needsFrame on scheduleFrame
  • backend: clear wakeup fd after poll

MRs

New Contributors

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

v0.2.3

07 Nov 17:41
5f14f7d

Choose a tag to compare

A small patch release mostly to fix frames getting stuck.

Changes

  • backend: wake up poll thread on fd rebuild
  • cmake: mark link deps as public

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

v0.2.2

06 Nov 20:50
e37f866

Choose a tag to compare

A small update with a few fixes

Changes

  • backend: add HT_QUIET env to suppress logs
  • element/text: fix alignment for center/right
  • cmake: bump hyprgraphics to 0.3.0

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

v0.2.1

02 Nov 23:05
d670521

Choose a tag to compare

Small patch release fixing a crash and adding a testing framework

Fixes

  • icon: fix crash on empty themeDir when inherits

MRs

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

v0.2.0

27 Oct 19:37
0d1c886

Choose a tag to compare

This release breaks ABI and API.

API breaks

  • CBackend -> IBackend.

Changes

  • elements/scrollArea: add blockUserScroll

MRs

New Contributors

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

v0.1.1

19 Oct 11:51
083d699

Choose a tag to compare

A small patch fix for some crashes and performance

Fixes

  • wayland: send opaque regions
  • wayland: fix repeat when surface changes

MRs

  • Fixed build errors related to clang and distros that package pango/cairo differently by @vuatech in #4

New Contributors

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

v0.1.0

16 Oct 13:20
a967ed6

Choose a tag to compare

Initial release of hyprtoolkit

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