Update dependency hyprwm/hyprtoolkit to v0.5.4 #88

Merged
Bluemedia merged 1 commit from renovate/hyprwm-hyprtoolkit-0.x into main 2026-05-05 19:39:15 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
hyprwm/hyprtoolkit patch 0.5.30.5.4

Release Notes

hyprwm/hyprtoolkit (hyprwm/hyprtoolkit)

v0.5.4

Compare Source

A new patch release with many fixes :)

Changes

  • backend: hold ref for fn
  • element/textbox: don't VCENTER on multiline textboxes
  • element/textbox: fix cursor sizing on multiline
  • element/textbox: fix missing scale in focusCursor
  • element/textbox: fix multiline selection boxes
  • element/textbox: handle up and down arrows
  • backend: fix synchronization issues
  • Fix to build with rawhide g++. by @​sdegler in #​39
  • fix: undefined behavior in cover and tile mode causing horizontal pixels by @​jaschiu in #​42
  • element/image: error when image exceeds max resolution by @​noisesfromspace in #​40
  • system/icons: improve inherits, allow png icons, fixup pathing, add caching by @​vaxerski in #​45
  • TextBox: Fix carriage returns not respecting multiline=false by @​chrisn731 in #​47
  • element/text: attach async completion listener before enqueueing by @​falkkyburz in #​48
  • window/popup: log unsupported nested popup attempts by @​UncleJ4ck in #​58
  • core/backend: defer destroy to atexit, fix shutdown UAF (#​37) by @​UncleJ4ck in #​51
  • palette/config: log expected path when no config file is found by @​UncleJ4ck in #​56
  • element/slider: count digits correctly in maxLabelSize by @​UncleJ4ck in #​54
  • element/layouts: fix shrink underflow, dedup row/column, add tests by @​UncleJ4ck in #​52
  • renderer/gl: capture weak self in async texture upload by @​UncleJ4ck in #​53
  • element/text: lock weak ref in async listener by @​UncleJ4ck in #​55
  • internal: fix include for NAME_MAX climits->linux/limits.h by @​JonasToth in #​65

New Contributors

Full Changelog: https://github.com/hyprwm/hyprtoolkit/compare/v0.5.3...v0.5.4


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [hyprwm/hyprtoolkit](https://github.com/hyprwm/hyprtoolkit) | patch | `0.5.3` → `0.5.4` | --- ### Release Notes <details> <summary>hyprwm/hyprtoolkit (hyprwm/hyprtoolkit)</summary> ### [`v0.5.4`](https://github.com/hyprwm/hyprtoolkit/releases/tag/v0.5.4) [Compare Source](https://github.com/hyprwm/hyprtoolkit/compare/v0.5.3...v0.5.4) A new patch release with many fixes :) #### Changes - backend: hold ref for fn - element/textbox: don't VCENTER on multiline textboxes - element/textbox: fix cursor sizing on multiline - element/textbox: fix missing scale in focusCursor - element/textbox: fix multiline selection boxes - element/textbox: handle up and down arrows - backend: fix synchronization issues - Fix to build with rawhide g++. by [@&#8203;sdegler](https://github.com/sdegler) in [#&#8203;39](https://github.com/hyprwm/hyprtoolkit/pull/39) - fix: undefined behavior in cover and tile mode causing horizontal pixels by [@&#8203;jaschiu](https://github.com/jaschiu) in [#&#8203;42](https://github.com/hyprwm/hyprtoolkit/pull/42) - element/image: error when image exceeds max resolution by [@&#8203;noisesfromspace](https://github.com/noisesfromspace) in [#&#8203;40](https://github.com/hyprwm/hyprtoolkit/pull/40) - system/icons: improve inherits, allow png icons, fixup pathing, add caching by [@&#8203;vaxerski](https://github.com/vaxerski) in [#&#8203;45](https://github.com/hyprwm/hyprtoolkit/pull/45) - TextBox: Fix carriage returns not respecting multiline=false by [@&#8203;chrisn731](https://github.com/chrisn731) in [#&#8203;47](https://github.com/hyprwm/hyprtoolkit/pull/47) - element/text: attach async completion listener before enqueueing by [@&#8203;falkkyburz](https://github.com/falkkyburz) in [#&#8203;48](https://github.com/hyprwm/hyprtoolkit/pull/48) - window/popup: log unsupported nested popup attempts by [@&#8203;UncleJ4ck](https://github.com/UncleJ4ck) in [#&#8203;58](https://github.com/hyprwm/hyprtoolkit/pull/58) - core/backend: defer destroy to atexit, fix shutdown UAF ([#&#8203;37](https://github.com/hyprwm/hyprtoolkit/issues/37)) by [@&#8203;UncleJ4ck](https://github.com/UncleJ4ck) in [#&#8203;51](https://github.com/hyprwm/hyprtoolkit/pull/51) - palette/config: log expected path when no config file is found by [@&#8203;UncleJ4ck](https://github.com/UncleJ4ck) in [#&#8203;56](https://github.com/hyprwm/hyprtoolkit/pull/56) - element/slider: count digits correctly in maxLabelSize by [@&#8203;UncleJ4ck](https://github.com/UncleJ4ck) in [#&#8203;54](https://github.com/hyprwm/hyprtoolkit/pull/54) - element/layouts: fix shrink underflow, dedup row/column, add tests by [@&#8203;UncleJ4ck](https://github.com/UncleJ4ck) in [#&#8203;52](https://github.com/hyprwm/hyprtoolkit/pull/52) - renderer/gl: capture weak self in async texture upload by [@&#8203;UncleJ4ck](https://github.com/UncleJ4ck) in [#&#8203;53](https://github.com/hyprwm/hyprtoolkit/pull/53) - element/text: lock weak ref in async listener by [@&#8203;UncleJ4ck](https://github.com/UncleJ4ck) in [#&#8203;55](https://github.com/hyprwm/hyprtoolkit/pull/55) - internal: fix include for NAME\_MAX climits->linux/limits.h by [@&#8203;JonasToth](https://github.com/JonasToth) in [#&#8203;65](https://github.com/hyprwm/hyprtoolkit/pull/65) #### New Contributors - [@&#8203;sdegler](https://github.com/sdegler) made their first contribution in [#&#8203;39](https://github.com/hyprwm/hyprtoolkit/pull/39) - [@&#8203;jaschiu](https://github.com/jaschiu) made their first contribution in [#&#8203;42](https://github.com/hyprwm/hyprtoolkit/pull/42) - [@&#8203;noisesfromspace](https://github.com/noisesfromspace) made their first contribution in [#&#8203;40](https://github.com/hyprwm/hyprtoolkit/pull/40) - [@&#8203;chrisn731](https://github.com/chrisn731) made their first contribution in [#&#8203;47](https://github.com/hyprwm/hyprtoolkit/pull/47) - [@&#8203;falkkyburz](https://github.com/falkkyburz) made their first contribution in [#&#8203;48](https://github.com/hyprwm/hyprtoolkit/pull/48) - [@&#8203;UncleJ4ck](https://github.com/UncleJ4ck) made their first contribution in [#&#8203;58](https://github.com/hyprwm/hyprtoolkit/pull/58) - [@&#8203;JonasToth](https://github.com/JonasToth) made their first contribution in [#&#8203;65](https://github.com/hyprwm/hyprtoolkit/pull/65) **Full Changelog**: <https://github.com/hyprwm/hyprtoolkit/compare/v0.5.3...v0.5.4> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjAuNiIsInVwZGF0ZWRJblZlciI6IjQzLjE2MC42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update dependency hyprwm/hyprtoolkit to v0.5.4
All checks were successful
ci/woodpecker/push/hyprwm_hyprtoolkit Pipeline was successful
1cdb46aab8
Bluemedia deleted branch renovate/hyprwm-hyprtoolkit-0.x 2026-05-05 19:39:16 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Bluemedia/desktop-environment-rpms!88
No description provided.