李通洲
04409f4381
Wifi (macOS): better (or worse) support of security detection
2023-10-27 12:02:01 +08:00
李通洲
155e4a5b80
Doc: update doc for --migrate-config
2023-10-27 00:00:48 +08:00
李通洲
59a9209621
GPU: support Nvidia GPU temp detection
2023-10-27 00:00:19 +08:00
李通洲
cd5e14a834
LM (Linux): tidy
2023-10-26 23:27:40 +08:00
李通洲
e707cf8464
Migration: deprecate --gen-config conf
2023-10-26 16:34:38 +08:00
李通洲
8bdd410e97
Migration: support specifying config file path
2023-10-26 16:22:05 +08:00
李通洲
f45654620f
Global: code refactor
2023-10-26 15:39:28 +08:00
李通洲
72d138f8c4
Migration (Modules): only generate objects when necessary
2023-10-26 14:28:47 +08:00
李通洲
6a0df7ae49
Migration: simplify json result
2023-10-26 14:06:47 +08:00
李通洲
23def0a1c7
Options (Library): add definitions only when used on the platform
2023-10-26 13:55:26 +08:00
李通洲
3236ef075d
Migration (Library): support library options
2023-10-26 13:55:26 +08:00
李通洲
d00b301904
Migration (General): support general options
2023-10-26 13:55:26 +08:00
李通洲
6c82686283
Migration (Display): support display options
2023-10-26 13:55:21 +08:00
李通洲
399e2235d4
Options (Display): split code
2023-10-26 10:26:15 +08:00
李通洲
bd898e4006
Wifi (macOS): additional fix of Sonoma compatibility
2023-10-26 09:50:51 +08:00
李通洲
2c49dcceaf
Options (Library): split code
2023-10-25 16:24:24 +08:00
李通洲
3c5b002414
Options (Modules): split code
2023-10-25 15:38:46 +08:00
李通洲
ca37206a49
Options (Logo): renaming symbols
2023-10-25 15:31:13 +08:00
李通洲
8a939e981c
Options (General): symbol renaming to prevent from possible naming conflicts
2023-10-25 14:43:15 +08:00
李通洲
bed1b4cf0f
Global: move general options to a new separate folder
2023-10-25 13:39:13 +08:00
李通洲
04c3a4ccf7
Logo: move logo options related code to a new folder
2023-10-25 10:44:34 +08:00
李通洲
f50368a949
Migration: support logo
2023-10-25 10:18:07 +08:00
李通洲
4e018dbf26
JsonConfig: code refactor
2023-10-25 09:13:04 +08:00
李通洲
fa02217ff4
Doc: update changelog
2023-10-25 09:03:44 +08:00
Martin Valba
22080d36b0
Add Evolinx distro banner ( #596 )
...
* Add Evolinx banner
* Removed accidental local bad save
2023-10-24 22:23:33 +08:00
westpain
3303f4e1ce
Add cycledream logo ( #595 )
2023-10-24 21:15:56 +08:00
李通洲
11d03ad59e
TerminalFont: support st
2023-10-24 16:48:22 +08:00
李通洲
504f1533c2
Terminal: support st version detection
2023-10-24 15:57:40 +08:00
李通洲
bf1d1cbac5
Terminal: support urxvt version detection
2023-10-24 15:56:43 +08:00
李通洲
94119d1674
OpenGL (Linux): fix build
2023-10-24 15:17:27 +08:00
李通洲
f4a263df01
Migration: finish modules support
2023-10-24 14:41:29 +08:00
李通洲
533231825c
Terminal (Linux): detect tmux: server as tmux
2023-10-24 10:20:41 +08:00
李通洲
40e2787d94
Revert "Terminal (Linux): better support for tmux"
...
This reverts commit 281af9c86f .
2023-10-24 10:09:43 +08:00
李通洲
281af9c86f
Terminal (Linux): better support for tmux
2023-10-23 23:38:18 +08:00
matoro
fc0db8c291
Host (Linux): devicetree path for OBP hosts ( #591 )
...
At least SPARC devices have their model name in this devicetree node
and do not have a "model" node. Possibly also POWER Macs, do not have
one to test though.
2023-10-23 23:37:37 +08:00
李通洲
48d2dbad34
Battery (Linux): fix build
2023-10-23 18:42:40 +08:00
李通洲
be2af8aeaf
Migration: support bluetooth and board
2023-10-23 16:34:33 +08:00
李通洲
a7621a7301
Break: remove redundant code
2023-10-23 16:33:25 +08:00
李通洲
ec87790e4f
Global: init support for JSON config file migration (WIP)
2023-10-23 16:17:07 +08:00
李通洲
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