Update dependency hyprwm/aquamarine to v0.11.0 #85

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

This PR contains the following updates:

Package Update Change
hyprwm/aquamarine minor 0.10.00.11.0

Release Notes

hyprwm/aquamarine (hyprwm/aquamarine)

v0.11.0

Compare Source

A large release with a lot of fixes and improvements across the board.

Changes

New Contributors

Full Changelog: https://github.com/hyprwm/aquamarine/compare/v0.10.0...v0.11.0


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/aquamarine](https://github.com/hyprwm/aquamarine) | minor | `0.10.0` → `0.11.0` | --- ### Release Notes <details> <summary>hyprwm/aquamarine (hyprwm/aquamarine)</summary> ### [`v0.11.0`](https://github.com/hyprwm/aquamarine/releases/tag/v0.11.0) [Compare Source](https://github.com/hyprwm/aquamarine/compare/v0.10.0...v0.11.0) A large release with a lot of fixes and improvements across the board. #### Changes - headless: hold ref in next frame timer - headless: verify fn is valid before calling - backend/headless: implement FPS caps for headless outputs - backend: move logger to backend - backend: add freeDrmDevice on error in initDmabuf by [@&#8203;zacoons](https://github.com/zacoons) in [#&#8203;221](https://github.com/hyprwm/aquamarine/pull/221) - drm: convert vd path before compare with explicit device path by [@&#8203;bigsaltyfishes](https://github.com/bigsaltyfishes) in [#&#8203;222](https://github.com/hyprwm/aquamarine/pull/222) - Remove Unnecessary Modeset After Restoring from VT by [@&#8203;Nosamdaman](https://github.com/Nosamdaman) in [#&#8203;223](https://github.com/hyprwm/aquamarine/pull/223) - output: fix degammalut typo by [@&#8203;gulafaran](https://github.com/gulafaran) in [#&#8203;226](https://github.com/hyprwm/aquamarine/pull/226) - libinput: fix pad groups not being ref'd by [@&#8203;DarkCreepy59](https://github.com/DarkCreepy59) in [#&#8203;227](https://github.com/hyprwm/aquamarine/pull/227) - modifiers: add drmModifierToName and print names by [@&#8203;gulafaran](https://github.com/gulafaran) in [#&#8203;230](https://github.com/hyprwm/aquamarine/pull/230) - backend: read idle timer by [@&#8203;gulafaran](https://github.com/gulafaran) in [#&#8203;233](https://github.com/hyprwm/aquamarine/pull/233) - renderer: set EGL\_CONTEXT\_RELEASE\_BEHAVIOR\_KHR if supported by [@&#8203;gulafaran](https://github.com/gulafaran) in [#&#8203;234](https://github.com/hyprwm/aquamarine/pull/234) - atomic fixes by [@&#8203;gulafaran](https://github.com/gulafaran) in [#&#8203;229](https://github.com/hyprwm/aquamarine/pull/229) - drm: use parent device matching for render nodes by [@&#8203;who53](https://github.com/who53) in [#&#8203;235](https://github.com/hyprwm/aquamarine/pull/235) - drm: ignore redundant tiled display connectors by [@&#8203;kevinmcconnell](https://github.com/kevinmcconnell) in [#&#8203;238](https://github.com/hyprwm/aquamarine/pull/238) - drm: keep secondary renderers alive only when they're needed by [@&#8203;mechakotik](https://github.com/mechakotik) in [#&#8203;239](https://github.com/hyprwm/aquamarine/pull/239) - backend: fix use-after-free of logger during teardown by [@&#8203;andresilva](https://github.com/andresilva) in [#&#8203;244](https://github.com/hyprwm/aquamarine/pull/244) - drm: make pageflips drive the frames by [@&#8203;gulafaran](https://github.com/gulafaran) in [#&#8203;241](https://github.com/hyprwm/aquamarine/pull/241) - Split input and output buffer attachments by [@&#8203;PlasmaPower](https://github.com/PlasmaPower) in [#&#8203;249](https://github.com/hyprwm/aquamarine/pull/249) - drm: re-send HDR metadata blob on modeset by [@&#8203;mattchue](https://github.com/mattchue) in [#&#8203;250](https://github.com/hyprwm/aquamarine/pull/250) - drm: reduce duplicated code in render creation by [@&#8203;gulafaran](https://github.com/gulafaran) in [#&#8203;247](https://github.com/hyprwm/aquamarine/pull/247) - output: add a pendingPageFlips() method by [@&#8203;gulafaran](https://github.com/gulafaran) in [#&#8203;251](https://github.com/hyprwm/aquamarine/pull/251) - drm/renderer: glFlush when clearing buffers by [@&#8203;fxzzi](https://github.com/fxzzi) in [#&#8203;252](https://github.com/hyprwm/aquamarine/pull/252) - drm: re-send ctm blob on modeset by [@&#8203;wongma7](https://github.com/wongma7) in [#&#8203;256](https://github.com/hyprwm/aquamarine/pull/256) - Improve and optimize timer FD logic by [@&#8203;umbrageodotus](https://github.com/umbrageodotus) in [#&#8203;258](https://github.com/hyprwm/aquamarine/pull/258) - backend/drm: fix multi-GPU buffer import failure during restoreAfterVT by [@&#8203;CristianoCorsi](https://github.com/CristianoCorsi) in [#&#8203;263](https://github.com/hyprwm/aquamarine/pull/263) - backend: include algorithm header by [@&#8203;LinuxUserGD](https://github.com/LinuxUserGD) in [#&#8203;269](https://github.com/hyprwm/aquamarine/pull/269) - backend: handle unhandled libinput switch enum with default case by [@&#8203;B2krobbery](https://github.com/B2krobbery) in [#&#8203;273](https://github.com/hyprwm/aquamarine/pull/273) - drm: guard logging in connector disconnect to avoid null dereference by [@&#8203;B2krobbery](https://github.com/B2krobbery) in [#&#8203;274](https://github.com/hyprwm/aquamarine/pull/274) - libinput: method to get `libinput_tablet_tool` from ITabletTool by [@&#8203;marcello505](https://github.com/marcello505) in [#&#8203;278](https://github.com/hyprwm/aquamarine/pull/278) - CI: use org-wide actions by [@&#8203;fufexan](https://github.com/fufexan) in [#&#8203;280](https://github.com/hyprwm/aquamarine/pull/280) - refactor: avoid repeated vector access in backend and DRM loops by [@&#8203;B2krobbery](https://github.com/B2krobbery) in [#&#8203;281](https://github.com/hyprwm/aquamarine/pull/281) #### New Contributors - [@&#8203;zacoons](https://github.com/zacoons) made their first contribution in [#&#8203;221](https://github.com/hyprwm/aquamarine/pull/221) - [@&#8203;bigsaltyfishes](https://github.com/bigsaltyfishes) made their first contribution in [#&#8203;222](https://github.com/hyprwm/aquamarine/pull/222) - [@&#8203;Nosamdaman](https://github.com/Nosamdaman) made their first contribution in [#&#8203;223](https://github.com/hyprwm/aquamarine/pull/223) - [@&#8203;who53](https://github.com/who53) made their first contribution in [#&#8203;235](https://github.com/hyprwm/aquamarine/pull/235) - [@&#8203;kevinmcconnell](https://github.com/kevinmcconnell) made their first contribution in [#&#8203;238](https://github.com/hyprwm/aquamarine/pull/238) - [@&#8203;mechakotik](https://github.com/mechakotik) made their first contribution in [#&#8203;239](https://github.com/hyprwm/aquamarine/pull/239) - [@&#8203;mattchue](https://github.com/mattchue) made their first contribution in [#&#8203;250](https://github.com/hyprwm/aquamarine/pull/250) - [@&#8203;fxzzi](https://github.com/fxzzi) made their first contribution in [#&#8203;252](https://github.com/hyprwm/aquamarine/pull/252) - [@&#8203;wongma7](https://github.com/wongma7) made their first contribution in [#&#8203;256](https://github.com/hyprwm/aquamarine/pull/256) - [@&#8203;umbrageodotus](https://github.com/umbrageodotus) made their first contribution in [#&#8203;258](https://github.com/hyprwm/aquamarine/pull/258) - [@&#8203;CristianoCorsi](https://github.com/CristianoCorsi) made their first contribution in [#&#8203;263](https://github.com/hyprwm/aquamarine/pull/263) - [@&#8203;LinuxUserGD](https://github.com/LinuxUserGD) made their first contribution in [#&#8203;269](https://github.com/hyprwm/aquamarine/pull/269) - [@&#8203;B2krobbery](https://github.com/B2krobbery) made their first contribution in [#&#8203;273](https://github.com/hyprwm/aquamarine/pull/273) - [@&#8203;marcello505](https://github.com/marcello505) made their first contribution in [#&#8203;278](https://github.com/hyprwm/aquamarine/pull/278) - [@&#8203;fufexan](https://github.com/fufexan) made their first contribution in [#&#8203;280](https://github.com/hyprwm/aquamarine/pull/280) **Full Changelog**: <https://github.com/hyprwm/aquamarine/compare/v0.10.0...v0.11.0> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuNiIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update dependency hyprwm/aquamarine to v0.11.0
Some checks failed
ci/woodpecker/push/hyprwm_aquamarine Pipeline failed
576ce954b6
Bluemedia force-pushed renovate/hyprwm-aquamarine-0.x from 576ce954b6
Some checks failed
ci/woodpecker/push/hyprwm_aquamarine Pipeline failed
to 40b9229104
All checks were successful
ci/woodpecker/push/hyprwm_aquamarine Pipeline was successful
2026-05-05 19:25:40 +00:00
Compare
Bluemedia deleted branch renovate/hyprwm-aquamarine-0.x 2026-05-05 19:27:15 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
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!85
No description provided.