Conversation
* Add 1 more small Fedora logo * Update builtin.c --------- Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
* Enable terminal font detection for rio terminal emulator https://rioterm.com https://rioterm.com/docs/config https://rioterm.com/docs/config#fonts * Update src/detection/terminalfont/terminalfont.c Fix default rio font name Co-authored-by: Carter Li <CarterLi@users.noreply.github.com> --------- Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
Some devices store their CPU name in hw.model, so check that as well before giving up. Tested on NetBSD 10.1 evbppc/wii, and allows it to detect the CPU as "750 (Revision 2.0)". --------- Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
* Logo (Builtin): add HarmonyOS * OS (HarmonyOS): detect HarmonyOS * Update src/detection/os/os_linux.c Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update os_linux.c --------- Co-authored-by: Carter Li <CarterLi@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Added AnushOS to builtin.c Added AnushOS config to builtin.c * Create anushos.txt Added anushos.txt to ASCII logos * Update builtin.c --------- Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
So we can test both platforms in CI
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request bumps the release version and makes a variety of improvements across the codebase. Key changes include adding O_CLOEXEC flags to numerous open() calls for enhanced resource management and security, updating GPU detection to support DRM on FreeBSD and other platforms, and refining OS, display server, and logo details.
Reviewed Changes
Copilot reviewed 54 out of 55 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/util/* | Added O_CLOEXEC flag to file open calls for resource safety |
| src/detection/* | Updated OS, GPU, WM, and battery detection logic |
| src/logo/* | Updated logos and naming (e.g. HydraPWK instead of Hydra) |
| debian/*, CMakeLists.txt, CHANGELOG.md | Version bump and related configuration changes; CI workflow updates |
Comments suppressed due to low confidence (1)
debian/changelog:1
- The changelog still references version 2.45.0 while CMakeLists.txt and CHANGELOG.md have been updated to version 2.46.0. Please update the debian changelog to maintain consistent versioning across the project.
fastfetch (2.45.0) jammy; urgency=medium
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.