3662 Commits

Author SHA1 Message Date
李通洲
295e119810
Camera (macOS): new module 2024-02-02 20:36:22 +08:00
李通洲
cfe22f9524 Terminal (Linux): try fixing #707 (v2) 2024-02-01 17:56:40 +08:00
李通洲
de2c1d7786
CI: unify artifacts name (v2) 2024-02-01 16:00:33 +08:00
李通洲
7d74339aa0
CI: build in parallel 2024-02-01 15:43:56 +08:00
李通洲
7589e962c2
CI: unify artifact names 2024-02-01 15:25:05 +08:00
李通洲
9a189694f9
CI: silence more warnings 2024-02-01 15:24:07 +08:00
李通洲
4069fbfe7b
CI: upgrade codeql-action 2024-02-01 15:02:37 +08:00
李通洲
7ccd886909
CI: build aarch64 binaries 2024-02-01 14:29:28 +08:00
李通洲
42957356b2
GPU: remove libpci related stuff 2024-02-01 13:38:15 +08:00
李通洲
9038cd32b2
Terminal (Linux): don't assume blackbox is build for flatpak 2024-02-01 09:14:06 +08:00
李通洲
128c3bfea6
TerminalShell (Linux): try supporting blackbox
Fix #707
2024-02-01 09:02:49 +08:00
李通洲
60ed822f6a GPU (Linux): fix detection in some cases 2024-01-31 18:58:48 +08:00
Carter Li
527ec1bc61 Logo (Builtin): add asahi2; make asahi logo actually work 2024-01-31 16:47:22 +08:00
Carter Li
cbf203901b CPU (Linux): code refactor 2024-01-31 14:36:00 +08:00
Carter Li
cf6f3dbe0c CI (Windows): fix build 2024-01-31 13:35:57 +08:00
Carter Li
ab625497ce CPU (Linux): code refactor 2024-01-31 13:28:18 +08:00
Yussef Dalton
83532b68dd CPU (Linux): use marketing name on Asahi Linux 2024-01-31 11:02:41 +08:00
Carter Li
cd2a1495b8 GPU (FreeBSD): use ffGPUParsePciIds 2024-01-31 10:39:09 +08:00
Carter Li
b01d2bdd8c GPU (Linux): rewrite; drop libpci dependency 2024-01-31 10:20:49 +08:00
Carter Li
736d5316cc
Merge pull request #705 from fastfetch-cli/dev
Release v2.7.1
2.7.1
2024-01-30 19:25:55 +08:00
李通洲
efe42a2c7d
GPU: fix a copy-paste error 2024-01-30 18:54:26 +08:00
李通洲
ee07755139
Release: v2.7.1 2024-01-30 18:45:56 +08:00
李通洲
3d924eeadd
Merge remote-tracking branch 'upstream/master' into dev 2024-01-30 18:27:24 +08:00
李通洲
aaa091f23b
Terminal (Linux): fix segfault 2024-01-30 15:22:26 +08:00
李通洲
53cd1e5378
DateTime: print timezone info; simplify code 2024-01-29 22:01:54 +08:00
李通洲
3747683f0d GPU: add vendor code of QTI & MTK 2024-01-29 21:49:42 +08:00
李通洲
59c1e3d8c5 Platform: detect real path of exe path 2024-01-28 10:45:21 +08:00
Carter Li
1206f6d2ba
Merge pull request #701 from fastfetch-cli/dev
Release v2.7.0
2.7.0
2024-01-26 11:06:32 +08:00
李通洲
9aad3e339a
CMake: remove unused deps 2024-01-26 10:44:20 +08:00
李通洲
ef9221f305
CI: generate sha512sums [no ci] 2024-01-26 10:41:31 +08:00
李通洲
391a3a0430
Release: v2.7.0
Bump minor version because of rewriting the FreeBSD GPU detection code
2024-01-26 10:23:44 +08:00
李通洲
6b0314f14b
Platform: fix exe path detection 2024-01-26 10:19:21 +08:00
李通洲
8e316eb080
Release: v2.6.4 2024-01-26 10:10:11 +08:00
李通洲
999f2170fe
Terminal: ignore sshd 2024-01-26 09:53:12 +08:00
李通洲
0282b884cc
OpenCL: fix possible segfaults
Found in Alpine Linux
2024-01-26 09:38:08 +08:00
李通洲
ef7e6d0a6a GPU (WSL): fix uninitialized variables 2024-01-26 09:20:58 +08:00
李通洲
77253a8d81 GPU (FreeBSD): better name detection 2024-01-26 09:20:58 +08:00
Carter Li
2041272f5f GPU (Linux): simpify code 2024-01-25 18:32:40 +08:00
Carter Li
d2a41bdfe1
GPU (FreeBSD): drop pciutils dep 2024-01-25 10:33:06 +08:00
Carter Li
025a708ecb
Shell: remove trailing \0 in JSON output 2024-01-25 10:33:06 +08:00
John Mertz
4e2c124442
ASCII logos for fedora immutable variants (#700)
Container Linux is also deprecated and continued as Fedora CoreOS
2024-01-23 23:38:41 -06:00
李通洲
79ba9d7a68 TerminalShell (Linux): fix segfault 2024-01-23 18:51:00 +08:00
李通洲
ee60ec3530
TerminalShell: don't detect sh as a terminal 2024-01-23 16:38:43 +08:00
李通洲
9d7cbb0fe3
Revert "3rdparty: use a newer wcwidch implementation"
Unwanted change

This reverts commit 28ea765f193565c97e5c114910c429fb119d44ee.
2024-01-23 14:42:00 +08:00
李通洲
0b98a14977
Fastfetch: don't expand envs in --config
Since it can only be used in command line
2024-01-23 13:14:53 +08:00
李通洲
8f51763374
Linux: allow command substitution when expanding paths
Ref: https://github.com/fastfetch-cli/fastfetch/discussions/698
2024-01-23 13:13:30 +08:00
李通洲
28ea765f19
3rdparty: use a newer wcwidch implementation 2024-01-23 10:19:02 +08:00
李通洲
5378d05bfb
Doc: update changelog 2024-01-22 19:33:27 +08:00
李通洲
bbf04f0d40
Doc: add TerminalTheme 2024-01-22 18:50:11 +08:00
李通洲
ec6195133b TerminalTheme: add new module 2024-01-22 16:40:27 +08:00