李通洲
44632e9bf6
Global: don't expose internal functions
2023-10-23 13:32:40 +08:00
李通洲
824ada49b6
Global: :%s/generateJson/generateJsonResult/g
2023-10-23 13:32:39 +08:00
李通洲
e7938216ba
Global: :%s/ffGenerate\w+Json/$0Result/g
2023-10-23 13:32:39 +08:00
matoro
40d6d0b7b5
CPU (Linux): quirks for MIPS platforms ( #590 )
...
CPU name is in "cpu model" field on MIPS. Also, /proc/cpuinfo contains
an "isa" field, but rather than being a single string like RISC-V it is
instead a space-separated list of every ISA flavor that the chip is
compatible with. Since these are mostly incremental, just make the
cpuISA value set to the last one.
Before:
```
$ fastfetch --structure "cpu" --logo none
CPU: mips1 mips2 mips3 mips4 mips5 mips32r1 mips32r2 mips64r1 mips64r2 (16)
```
After:
```
$ fastfetch --structure "cpu" --logo none
CPU: Cavium Octeon II V0.10 mips64r2 (16)
```
2023-10-22 22:09:43 -05:00
李通洲
3f4d4c8eea
GPU: add more vendors
2023-10-21 17:36:13 +08:00
李通洲
e2fe94d4e4
DisplayServer (Android): tidy
2023-10-21 15:44:38 +08:00
李通洲
debb5d8ad1
Display: don't print display type twice
2023-10-21 15:44:08 +08:00
李通洲
f61794ea70
GPU (Windows): better GPU memory and type detection
2023-10-18 10:52:29 +08:00
李通洲
d15a977431
Logo (Builtin): add Black Mesa
...
Fix #586
2023-10-17 23:46:38 +08:00
Carter Li
ef5268f78d
Merge pull request #584 from fastfetch-cli/dev
...
Release v2.1.2
2.1.2
2023-10-15 04:09:03 -05:00
李通洲
7362808d5d
Brightness (Linux): fix compatibility for ddcutil 2.0
...
3rd try
2023-10-15 13:46:58 +08:00
李通洲
27cfec68ed
Brightness (Linux): fix compatibility for ddcutil 2.0
2023-10-15 12:27:38 +08:00
李通洲
ea85f40682
Release v2.1.2
2023-10-15 10:52:05 +08:00
李通洲
0cc38c20be
CPUUsage (FreeBSD): silence compiler warnings
2023-10-15 10:52:05 +08:00
李通洲
d29931a91a
Brightness (Linux): fix compatibility for ddcutil 2.0
...
Ref: https://github.com/fastfetch-cli/fastfetch/issues/576#issuecomment-1763184172
2023-10-15 10:52:05 +08:00
李通洲
17c007348b
Icons (Windows): fix detection
2023-10-14 21:55:55 +08:00
Carter Li
33953a0d18
Merge pull request #583 from fastfetch-cli/dev
...
Release v2.1.1
2.1.1
2023-10-14 06:08:00 -05:00
李通洲
98e8e599a6
Release v2.1.1
2023-10-14 18:24:58 +08:00
李通洲
5e19838713
Doc: update changelog
2023-10-14 18:19:10 +08:00
李通洲
501803c873
Logo (Builtin): add Xenia
...
https://github.com/hykilpikonna/hyfetch/issues/197
2023-10-14 18:15:04 +08:00
李通洲
e9c2a43de1
Brightness: add --brightness-ddcci-sleep to set the sleep times (in ms) when sending DDC/CI requests
...
Fix #580
2023-10-14 10:04:08 +08:00
李通洲
af94596202
Revert "Brightness (Linux): allow specifying busno for ddcutil"
...
This doesn't seem to improve much performance, but increase code
complexity a lot
This reverts commit 42e87b498c .
2023-10-14 09:35:40 +08:00
李通洲
42e87b498c
Brightness (Linux): allow specifying busno for ddcutil
...
Ref: #580
2023-10-14 01:38:02 +08:00
李通洲
839ff311de
Wifi (macOS): work around #581
2023-10-13 16:47:45 +08:00
李通洲
ebab281471
Processes (Linux): fix implementation
...
`sysinfo.procs` reports number of all running threads, instead of processes
2023-10-11 21:10:47 +08:00
李通洲
582788645d
Doc: add information about how to make Termux API actually work
2023-10-11 16:32:20 +08:00
李通洲
643fed7d1c
Doc: metion bug #581
2023-10-11 16:31:47 +08:00
李通洲
076324e60e
Wifi (macOS): remove undesired code
2023-10-11 15:23:21 +08:00
李通洲
1fe92738d8
macOS: embed Info.plist
2023-10-11 15:17:14 +08:00
李通洲
e319be19de
Wifi (macOS): print <unknown ssid> when we can't get SSID
...
SSID is not available after Sonoma. According to the doc: SSID information is not available unless Location Services is enabled and the user has authorized the calling app to use location services.
2023-10-11 14:48:48 +08:00
李通洲
ab8448ee47
DiskIO (Windows): fix device name detection
2023-10-10 21:51:15 +08:00
李通洲
5493f418ed
Users: fix crashing on Windows; rename tty to more common name sessionName
2023-10-10 20:21:11 +08:00
李通洲
4e75fa958d
Logo (Builtin): add EndeavourSmall
...
Ref: https://github.com/dylanaraps/neofetch/pull/2391
2023-10-10 19:21:05 +08:00
李通洲
0847432dd9
CPUUsage: rename cpuusage-display-type to separate
2023-10-10 19:02:42 +08:00
李通洲
e297144fe2
CPUUsage: fix multi core data detection
2023-10-10 18:46:59 +08:00
李通洲
42cf88be9d
CPUUsage: support display value per core
2023-10-10 16:24:44 +08:00
李通洲
6b008ed93b
CPUUsage (FreeBSD): count cpu cores separately
2023-10-10 13:56:19 +08:00
李通洲
c96d21c7c0
CPUUsage (Linux): count cpu cores separately
2023-10-10 13:41:08 +08:00
李通洲
2feb53149a
Revert "CpuUsage (apple): simplify implementation"
...
This reverts commit cabd36d078 .
2023-10-10 13:41:08 +08:00
李通洲
e7df94495c
Temp (FreeBSD): improve CPU temp detection
2023-10-10 13:41:08 +08:00
李通洲
42f6d029b0
Doc: update JSON schema; make it more IDE friendly
2023-10-09 20:27:40 +08:00
李通洲
ccbb252466
DiskIO: update doc and json schema
2023-10-09 19:24:25 +08:00
李通洲
d16bdb30b9
DiskIO: update formatting help messages; update json keys
2023-10-09 16:40:47 +08:00
李通洲
8fa6aee571
Disk: move physicalType to module DiskIO
...
Physical type applies to physical disks, not partitions
2023-10-09 16:32:31 +08:00
李通洲
4194e56912
DiskIO (Windows): better name detection for Github Action
2023-10-09 15:39:34 +08:00
李通洲
a0343d6bf7
CI: run --format json
2023-10-09 14:56:28 +08:00
李通洲
44b417deca
DiskIO (FreeBSD): skip /dev/pass*
2023-10-09 14:26:51 +08:00
李通洲
5ccd196ae4
DiskIO: print devPath
2023-10-09 14:24:29 +08:00
李通洲
b76d6e9faa
DiskIO (FreeBSD): add support
2023-10-09 14:20:40 +08:00
李通洲
2d2e0ddc6d
Libc (FreeBSD): detect FBSD version
2023-10-09 13:28:30 +08:00