-
-
Notifications
You must be signed in to change notification settings - Fork 602
Release: v2.43.0 #1752
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
Merged
Merged
Release: v2.43.0 #1752
Changes from 35 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
3e92740
Packaging: update debian stuff [ci skip]
CarterLi 5c546ab
Parsing: silence compiler warnings
CarterLi 3dd7842
Global: Improve `ARRAY_SIZE` macro using `__is_array`
CarterLi 561574a
CPU (Windows): always use `XxxW`
CarterLi 599e0d3
Display: use height to calculate scale factor
CarterLi 305776e
CPU (SunOS): support physical core count and package count detection
CarterLi e3592eb
CPU (FreeBSD): simplify physical core count detection
CarterLi f59491b
Disk (Linux): fix possible bug on 32-bit platforms
CarterLi ef7f613
GPU (Linux): fix asahi linux support again
CarterLi 1557f0c
Media (macOS): support macOS 15.4
CarterLi 4b62a3c
3rdparty: upgrade yyjson to 0.11.0
CarterLi f270255
DisplayServer (Linux): fix xcb_connect error handling (#1735)
apocelipes 1c7aa89
TerminalShell: use ffBinaryExtractStrings result as possible (#1739)
apocelipes 20cd4ce
Logo (Builtin): `sd '\$\{c(\d)\}' '$$$1' *`
CarterLi 0c30590
Builtin (Logo): new AthenaOS logo
CarterLi 5d3fb98
Logo (Builtin): add Hydra Framework logo (#1740)
me-joe 484e05e
GPU: optionally hide unknown GPUs (#1742)
SimSaladin 6e1ab12
Memory / Swap: always initialize local variables
CarterLi fe66eb3
GPU (Windows): fix incorrect used shared memory size
CarterLi 06427ee
Media (Linux): fix duplicated playback status
CarterLi 2f706ed
Smbios: discard usless values
CarterLi ff3028c
GPU: don't hide unknown type of GPUs by default
CarterLi 9dfb404
GPU (AMD): more verbose logs
CarterLi 23b4324
GPU (AMD): seems `ADL2_Adapter_VRAMUsage_Get` reports system mem usag…
CarterLi a96a9fc
Smbios: fix transitive include for `loff_t` (#1746)
marv7000 154f9f4
GPU (Linux): detect VRAM type of AMD GPUs
CarterLi 115108b
GPU (Linux): detect core usage when libamdgpu is not available
CarterLi 7626ef6
GPU (Linux): fix CI errors
CarterLi 36b0fdb
Vulkan: use `VK_API_VERSION_*` instead of deprecated `VK_VERSION_*`
CarterLi 4672b78
Sound: don't show 255 in custom format
CarterLi bd61d08
Sound (macOS): report the volume of muted device as 0%
CarterLi 576a9cc
Revert "Vulkan: use `VK_API_VERSION_*` instead of deprecated `VK_VERS…
CarterLi 9de5d90
Release: v2.43.0
CarterLi 41d0f61
GPU (AMD): remove usage of `ADL2_Adapter_VRAMUsage_Get`
CarterLi 1b1b052
Doc: update changelog
CarterLi 9ac635e
Media (Windows): detect player name (UMP apps only)
CarterLi e629126
Doc: update changelog
CarterLi f22d73d
PhysicalDisk: trim white spaces of serial
CarterLi 7a2cbc0
3rdparty (yyjson): upgrade to 0.11.1
CarterLi 87e1354
GPU (Linux): embed asahi_drm.h
CarterLi 7e04305
CI: silence spell check errors
CarterLi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,9 @@ | ||
| fastfetch (2.42.0) jammy; urgency=medium | ||
|
|
||
| * Update to 2.42.0 | ||
CarterLi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| -- Carter Li <[email protected]> Wed, 30 Apr 2025 14:08:57 +0800 | ||
|
|
||
| fastfetch (2.41.0) jammy; urgency=medium | ||
|
|
||
| * Update to 2.41.0 | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| fastfetch_2.41.0_source.buildinfo universe/utils optional | ||
| fastfetch_2.42.0_source.buildinfo universe/utils optional | ||
CarterLi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2053,6 +2053,7 @@ | |
| "enum": [ | ||
| "integrated", | ||
| "discrete", | ||
| "unknown", | ||
| "none" | ||
| ], | ||
| "default": "none" | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "home": "https://github.com/ibireme/yyjson", | ||
| "license": "MIT ( embed in source )", | ||
| "version": "0.10.0", | ||
| "version": "0.11.0", | ||
| "author": "ibireme" | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.