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 <asmeron@ublinux.com> Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
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-foldersand--disk-hide-fsoptions 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 |
This file contains hidden or 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
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.
No description provided.