-
Notifications
You must be signed in to change notification settings - Fork 520
Release: v2.44.0 #1766
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
Release: v2.44.0 #1766
Conversation
* fish complete: add `--logo-color-[1-9]` completion * reverted unnecessary changes
Fix Apple Terminal compatibility #1755
* Logo (Builtin): Add Kylin Logo * Remove all ANSI escape codes from ASCII Logo * Add color prefix to kylin logo
* Logo (Builtin): Add UBLinux Logo * Update builtin.c --------- Co-authored-by: asmeron <[email protected]> Co-authored-by: Carter Li <[email protected]>
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.
Pull Request Overview
This PR prepares the v2.44.0 release by bumping versions, adding new CLI options to hide disk mountpoints and filesystems, and extending KDE Wayland output support (max bits per color, DDC/CI, EDR). It also updates protocol bindings, shell completions, docs, and packaging files.
- Add
--disk-hide-folders
and--disk-hide-fs
options in CLI, schema, and help - Extend KDE Wayland output protocol/client headers and listeners for new events (max bits per color, EDR policy, etc.)
- Bump project and packaging versions, update README, CHANGELOG, CMake, and completions
Reviewed Changes
Copilot reviewed 31 out of 31 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/detection/displayserver/linux/wayland/kde-output.c | Added listener for max_bits_per_color and propagated item->bitDepth |
src/detection/displayserver/linux/wayland/kde-output-device-v2-* | Extended protocol and client headers with new events and enums |
src/detection/disk/* | Refactored ffDiskMatchMountpoint to take FFstrbuf* folders and updated callers |
src/data/help.json & doc/json_schema.json | Introduced new disk-hide-folders /disk-hide-fs CLI options and schema entries |
completions/fastfetch.fish | Fixed semicolon, added support for logo-color-[1-9] flags |
README.md, CHANGELOG.md, CMakeLists.txt | Updated version to 2.44.0, added docs and release notes |
debian/files & debian/changelog | Packaging changes (version bumps) — some mismatches detected |
No description provided.