-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update hyprland #4659
Merged
Merged
Update hyprland #4659
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EbonJaeger
requested changes
Dec 23, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good, I just have some minor things. :)
**Summary** Add the hyprland-qutils package, which is usefull for hypr* apps that need qt or gml utilities. Not dependencies for now. by gNick
**Summary** Bugfixes: - buffer: remove useless forward def Enhancements: - minor update with some stability improvements Full release notes: - [0.5.1](https://github.com/hyprwm/aquamarine/releases/tag/v0.5.1) by gNick
**Summary** Add the hyprgraphics package, which is a small C++ library with graphics / resource related utilities used across hypr* ecosystem. New dependecy for hyprpaper. by gNick
**Summary** Enhancements: - API: Added a new templated config value wrapper Full release notes: - [0.6.0](https://github.com/hyprwm/hyprlang/releases/tag/v0.6.0) by gNick
**Summary* Bugfixes: - core: fixup execAndGet not running correctly (0.7.3) - core: avoid the use of pop_back on empty string (0.7.3) - cmake: drop # from commit messages (0.7.2) - core: move to hyprgraphics for image parsing (0.7.2) - core: modernize internals (0.7.2) Enhancements: - New dep: hyprgraphics (0.7.2) - Updated deps: hyprlang 0.6.0, hyprutils 0.2.4 (0.7.2) Full release notes: - [0.7.3](https://github.com/hyprwm/hyprpaper/releases/tag/v0.7.3) - [0.7.2](https://github.com/hyprwm/hyprpaper/releases/tag/v0.7.2) by gNick
**Summary** Enhancements: - config: add screencopy:custom_picker_binary - core: move to CProcess from hyprutils Full release notes: - [1.3.9](https://github.com/hyprwm/xdg-desktop-portal-hyprland/releases/tag/v1.3.9) By gNick
**Summary** Bugfixes: - windowrules: fixup duplicate rule enum tags (0.46.1 & 0.46.2) - hyprctl: fix hyprctl batch json command (0.46.2) - core: avoid activating toplevel-less surfaces (0.46.2) - xwayland: fixes to no_xwayland builds (0.46.2) - xwm: fixup targets in selection requests (0.46.2) - core: unbreak build on FreeBSD (0.46.2) - hyprpm: fix hyprpm sometimes returning 0 despite errors occurring (0.46.2) - core: fix possible crash on null workspace (0.46.2) - layout: apply groups after window creation (0.46.2) Enhancements: - New deps: hyprgraphics, re2 (0.46.0) Breaking changes: - window/layer rule regexes now require a full match (not any match) to trigger (0.46.0) - cursor:dumb_copy is gone in favor of cursor:use_cpu_buffer. This should allow no-downsides Nvidia hardware cursors. Please note it's experimental. (0.46.0) Full release notes: - [0.46.0](https://github.com/hyprwm/Hyprland/releases/tag/v0.46.0) - [0.46.1](https://github.com/hyprwm/Hyprland/releases/tag/v0.46.1) - [0.46.2](https://github.com/hyprwm/Hyprland/releases/tag/v0.46.2) by gNick
gNick
force-pushed
the
updateHyprland
branch
from
December 24, 2024 09:47
2cb5ec4
to
7b1c53f
Compare
EbonJaeger
approved these changes
Dec 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Update for hyprland packages and add few new packages (hyprland-qutils and hyprgraphics).
Test Plan
Tested on my laptop and a VM
Checklist