李通洲
60f5cc9079
CPU (Linux): don't print -
2023-12-26 13:34:58 +08:00
Carter Li
dd3b3f22ba
CPU (Linux): detect multi cpu models by lscpu
...
Supports asahi linux
2023-12-26 11:20:40 +08:00
Carter Li
e672e40f8b
GPU: detect devices by OpenGL
...
which works for asahi linux
2023-12-26 11:19:33 +08:00
李通洲
91089a7fe9
PhysicalDisk (Windows): init variables
2023-12-25 20:02:41 +08:00
李通洲
677f39420b
PhysicalDisk: print product revision
2023-12-25 18:33:39 +08:00
李通洲
f2da8305c7
PhysicalDisk (Windows): detect revision
2023-12-25 18:22:04 +08:00
李通洲
060082885b
PhysicalDisk: rename firmwareRev to revision
2023-12-25 18:21:23 +08:00
李通洲
3134a04b5c
PhysicalDisk (Linux): don't append diskseq
2023-12-25 18:12:02 +08:00
李通洲
d3bcef61da
PhysicalDisk (macOS): detect firmware revision
2023-12-25 16:40:59 +08:00
Carter Li
b2cabd2af7
PhysicalDisk (Linux): detect firmware revision
2023-12-25 16:32:34 +08:00
Carter Li
5e85864ab0
PhysicalDisk (FreeBSD): detect read-only
2023-12-25 14:49:49 +08:00
李通洲
cb68dccd0e
GPU (AMD): fix a silly bug
2023-12-25 14:47:12 +08:00
李通洲
3b6d5468da
PhysicalDisk (macOS): detect read-only
2023-12-25 14:47:12 +08:00
李通洲
350388295d
Doc: fix --help messages
2023-12-25 14:47:12 +08:00
apocelipes
e7aa6c3757
fix(Battery): fix overflow and uninitializations of battery cycle counts
2023-12-25 06:45:47 +00:00
李通洲
c100e0dff7
PhysicalDisk (Windows): detect CDROMs; detect read-only
2023-12-24 23:27:57 +08:00
李通洲
02999ae4bf
PhysicalDisk (Linux): detect readonly
2023-12-24 22:34:45 +08:00
李通洲
b5a01400e9
PhysicalDisk (Linux): detect more interconnect type
2023-12-24 22:31:36 +08:00
李通洲
ef8bd63075
PhysicalDisk (Linux): remove trailing spaces
2023-12-24 21:33:57 +08:00
李通洲
58e8403e16
Disk (Linux): be more careful to detect external type
2023-12-24 20:53:11 +08:00
李通洲
34b0bbac26
PhysicalDisk (Linux): be more careful to detect connection type
2023-12-24 20:52:05 +08:00
李通洲
97c6966939
Disk (Linux): detect subvolume first
...
Fix #674
2023-12-24 20:32:43 +08:00
李通洲
be38182ab2
Disk (WSL): fix Windows volume detection
2023-12-24 19:42:10 +08:00
李通洲
d2d4ee89d8
GPU (WSL): fix gpu temp detection for nvidia cards
2023-12-24 19:41:20 +08:00
apocelipes
113b1b8fc2
fix: fix trailing space
2023-12-23 02:55:14 +00:00
Carter Li
cf98e6f5a1
Global: remove unexpected trailing line endings
...
Ref: https://github.com/fastfetch-cli/fastfetch/pull/671#issuecomment-1867777472
2023-12-23 00:19:50 +08:00
apocelipes
e85a4b9ff5
refactor(IO): clean up ffAppendFDBuffer
...
for 2 reasons:
- Simplify the Code.
- ffAppendFDBuffer can't make assumptions about how the read data will
be processed, so the trim calls are inappropriate.
2023-12-22 11:49:57 +00:00
FilippoULIVO
b7935aa238
Update README.md
2023-12-22 11:06:00 +00:00
李通洲
a13520c5ff
3rdparty: remove unused types in amd_ags and make it complies in C
...
Ref: https://github.com/GPUOpen-LibrariesAndSDKs/AGS_SDK/issues/48
2023-12-21 19:20:35 +08:00
李通洲
dfb0eecf86
3rdparty: add amd_ags
2023-12-21 18:52:38 +08:00
李通洲
c5695542b2
CI: generate sha256sum for source tarballs
...
Ref: https://github.com/ncipollo/release-action/issues/400
2023-12-21 10:31:25 +08:00
李通洲
a1d81b4964
fastfetch: fix compiler warnings
2023-12-21 09:52:20 +08:00
李通洲
72ed11ec9e
3rdparty: oops
2023-12-20 22:23:02 +08:00
李通洲
1c5179d3b0
GPU (Intel): actually detect real time clock frequency
2023-12-20 22:19:15 +08:00
李通洲
adc506d2b3
GPU: fix clock frequency detection and overall tidy
2023-12-20 19:13:00 +08:00
apocelipes
b2236cc046
refactor(TerminalFont): use ffSearchUserConfigFile
2023-12-20 10:28:51 +00:00
apocelipes
3040bc38cb
refactor(WMTheme): use ffSearchUserConfigFile
2023-12-20 10:28:51 +00:00
apocelipes
b9368ac20d
feature(IO): support searching user's config file from configDirs
2023-12-20 10:28:51 +00:00
Carter Li
a4f5a9af03
Brightness (Linux): show meaningfull name on asahi
2023-12-20 16:44:30 +08:00
李通洲
f8be6322df
GPU: rename use-nvml to driver-specific
...
Because we are supporting drivers other than NVML
2023-12-20 15:32:55 +08:00
李通洲
4a1bbb6a03
GPU: huge improvement of driver specific detection code
2023-12-20 14:45:27 +08:00
李通洲
961e9a6a5f
GPU (Windows): detection with intel driver (WIP)
2023-12-20 00:49:56 +08:00
李通洲
2f4b210f33
CI: generate sha256sum
2023-12-19 18:48:38 +08:00
李通洲
456a58c8f5
fastfetch: default preset names to .jsonc
...
Fix #666
2023-12-19 18:48:38 +08:00
李通洲
b8b15c5170
Wifi (macOS): support most auth types
2023-12-19 18:48:38 +08:00
apocelipes
61485cb133
refactor(WMTheme): clean up detectOpenbox
...
Simplify the code and implement stricter checking of xml contents.
2023-12-19 08:31:57 +00:00
Carter Li
5ede47fede
Merge pull request #665 from fastfetch-cli/dev
...
Release v2.4.0
2.4.0
2023-12-18 23:02:03 +00:00
李通洲
d84ae91f59
Release: v2.4.0
2023-12-18 23:55:11 +08:00
apocelipes
70160d324f
fix(DiskIO, PhysicalDisk): fix readlink
2023-12-18 14:31:05 +00:00
李通洲
600f6c7f24
Image: don't dlclose(imageMagick)
...
Fix : #552
2023-12-18 21:25:15 +08:00