李通洲
eff8514536
CI (macOS): builds Intel version with macport
2026-09-12 00:08:16 +08:00
李通洲
f37a5a2543
OpenBSD: removes kvm dep
2026-09-11 23:38:10 +08:00
Carter Li
9a9f82b59e
Processes (macOS): adds a comment
2026-09-11 10:40:44 +08:00
Carter Li
29818d2dca
Top (macOS): improves performance and accuracy of process name
2026-09-11 10:36:16 +08:00
Carter Li
222fe7e3f9
3rdparty (yyjson): upgrades to 0.13.0
2026-09-09 13:49:56 +08:00
Stian Halseth
7d0256fb85
CPU (Linux): adds SPARC support ( #2572 )
...
/proc/cpuinfo on sparc has none of the fields the generic fallback looks
for, so the module printed "Unknown (64)". The name is in "cpu", and the
frequency in "Cpu<n>ClkTck" -- in Hz, hex on sparc64, decimal on sparc32.
2026-09-08 20:31:55 +08:00
Carter Li
a70c37fdaf
Logo (Builtin): removes Zerene
...
Distro discontinued #2567
2026-09-07 10:58:46 +08:00
Sultaniiazov David
66e9e38f28
Logo (Builtin): adds ALT Atomic ( #2549 )
...
Co-authored-by: Vladimir Romanov <rirusha@altlinux.org >
2026-09-06 23:29:42 +08:00
李通洲
5d290cc3d5
Common (CommandOption): find module configuration from JSON config file
2026-09-05 20:14:58 +08:00
Guiorgy
2e542bea64
CMake: bumps min version to 3.21 ( #2565 )
...
C_STANDARD C17 and C23 were only introduced in CMake 3.21
2026-09-05 13:43:05 +08:00
李通洲
c708b6f5cd
CPU (Linux): adds apple code of M5x
2026-09-05 00:32:58 +08:00
李通洲
6a275da8b1
Sound: removes an unused file
2026-09-05 00:32:31 +08:00
李通洲
ecee5694fb
Global: uses strtoull for uint64_t
...
Fixes #2563 #2564
2026-09-04 19:35:26 +08:00
Matt Housh
4e78f1b703
Packages (Linux): adds support for package detection for CRUX linux
2026-09-04 18:14:21 +08:00
李通洲
62f78ca60c
Processes (Windows): uses SystemHandleCountInformation if available
2026-09-03 15:27:40 +08:00
李通洲
00af2d1df2
WM: uses SystemBasicProcessInformation if available
2026-09-03 10:04:55 +08:00
李通洲
1128a75d8c
InitSystem: uses SystemBasicProcessInformation if available
2026-09-03 10:04:55 +08:00
Carter Li
ce61783c4b
Wallpaper (macOS): extracts image path from NSData Configuration field
...
Also moves NSWorkspace method to the last method to try
Fixes #2559
2026-09-03 09:57:08 +08:00
Piotr Kubaj
20597bff00
Logo (image): also try unsuffixed ImageMagick library names
...
FreeBSD (and other systems that build ImageMagick without encoding the
quantum depth into the library name) install libMagickCore-7.so and
libMagickCore-6.so without a .Q16HDRI / .Q16 suffix. dlopen currently
only tries the suffixed names, so image logos always fall back to ASCII
art with "Image Magick library not found" even when ImageMagick is
installed. Append the plain library names as a last resort.
2026-09-02 17:06:16 +08:00
Carter Li
caf64f5e4d
Packaging: updates debian stuff [ci skip]
2026-09-02 10:52:57 +08:00
Carter Li
90a6e90b19
Processes (macOS): eliminates a compiler warning
2026-09-02 10:45:52 +08:00
Carter Li
e9f719f37a
Doc: update CONTRIBUTING.md [ci skip]
2026-09-02 10:44:47 +08:00
Carter Li
8c98bf1953
CMake: discovers module file automatically
2026-09-02 10:44:47 +08:00
Carter Li
1c1136ebd1
Merge pull request #2555 from fastfetch-cli/dev
...
Release: v2.68.1
2.68.1
2026-09-01 19:44:59 +08:00
李通洲
2787d97973
Release: v2.68.1
2026-09-01 19:21:56 +08:00
李通洲
2e06a73102
Modules: exposes localized module name in custom key format as {module-name}
2026-09-01 19:18:02 +08:00
Carter Li
37c198d997
Revert "CMAKE: bumps minimum CMake version to 3.21.0 ( #2517 )" ( #2554 )
...
I don't know why bumping minimal CMake version changes the behavior of cpack, but it does.
Fixes #2553
This reverts commit 233c481f7a .
2026-09-01 18:58:08 +08:00
Carter Li
37afe5a79d
Packaging: updates debian stuff [ci skip]
2026-09-01 16:35:30 +08:00
Carter Li
0ebf09754b
Merge pull request #2551 from fastfetch-cli/dev
...
Release: v2.68.0
2.68.0
2026-09-01 16:20:15 +08:00
Carter Li
0b1bc5b527
CI: upgrades deps; reenables Haiku
2026-09-01 14:14:14 +08:00
Carter Li
3d107764fa
Wifi (Linux): fixes compatibility with old kernel headers
2026-09-01 14:14:14 +08:00
李通洲
4863a173e4
Wifi (linux): enables netlink on big-endian platforms
2026-09-01 00:34:55 +08:00
李通洲
8ea4468eec
Common (Endian): adds new header
2026-09-01 00:20:40 +08:00
李通洲
b0ba084b5e
Global: address review comments v2
2026-08-31 22:03:06 +08:00
李通洲
43d01f26ea
Top: handle unknown process names gracefully in output
2026-08-31 20:38:20 +08:00
李通洲
b5ffc32b80
Top / Processes (Windows): improves detection of system / kernel processes detection
2026-08-31 20:37:31 +08:00
李通洲
4ff931c06f
Top: adds thread count detection
2026-08-31 20:37:31 +08:00
李通洲
6eef800ea2
Top: supports sorting by start-time
2026-08-31 19:47:14 +08:00
李通洲
b9e4d04d65
Global: addresses review comments generated by CI
2026-08-31 19:10:27 +08:00
Carter Li
9c791b2c12
Doc: adds CONTRIBUTING.md
2026-08-31 15:31:45 +08:00
Carter Li
76b6768141
JsonSchema: regenerates moduleFormat
2026-08-31 15:31:45 +08:00
Carter Li
42002a6240
CPU (Linux): supports more Snapdragon X SoCs
2026-08-31 15:31:45 +08:00
Carter Li
ef7f5aeac3
CPU (Android): adds pretty names of new SoCs
2026-08-31 14:26:16 +08:00
Carter Li
d5214af189
Global: fixes British spellings and typos found by AI
2026-08-31 13:44:19 +08:00
Carter Li
a33d6326f1
CMake: enables CONFIGURE_DEPENDS to FF_MODULE_DIRS globbing
2026-08-31 13:31:21 +08:00
Carter Li
df99241424
L10n (gl): adds missing missing Galician translations
2026-08-31 13:11:00 +08:00
dependabot[bot]
5b1ad1008d
CI: Bump the github-actions group with 3 updates
...
Bumps the github-actions group with 3 updates: [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action ), [github/codeql-action/init](https://github.com/github/codeql-action ) and [github/codeql-action/analyze](https://github.com/github/codeql-action ).
Updates `uraimo/run-on-arch-action` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/uraimo/run-on-arch-action/releases )
- [Commits](https://github.com/uraimo/run-on-arch-action/compare/f9b26e3a1a408d5fd530d20c17b9f3f4428ff8d9...460cb8e6d9f726a588fc9b5e681c8a6cab09ae41 )
Updates `github/codeql-action/init` from 4.37.7 to 4.37.8
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd...db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 )
Updates `github/codeql-action/analyze` from 4.37.7 to 4.37.8
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd...db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 )
---
updated-dependencies:
- dependency-name: uraimo/run-on-arch-action
dependency-version: 3.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: github/codeql-action/init
dependency-version: 4.37.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: github/codeql-action/analyze
dependency-version: 4.37.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-31 08:41:25 +08:00
李通洲
39024abae9
Processes (Haiku): honors options->countKprocs
2026-08-30 19:54:58 +08:00
Carter Li
4dba32aabb
WM (macOS): improves reliability of WM plugin detection
2026-08-30 19:04:09 +08:00
李通洲
753ddec3c5
Memory (Windows): prefers NQSI
2026-08-29 20:09:48 +08:00