李通洲
e99b45a24b
TerminalFont (Linux): support xterm
2023-07-09 22:30:12 +08:00
李通洲
cad89fccd1
Terminal: detect xterm terminal version
2023-07-09 22:15:03 +08:00
李通洲
98079f583c
Brightness (macOS): fix crashing when no external display connected
2023-07-09 19:32:38 +08:00
李通洲
da6dafe49a
CI (Linux): ddcutil is not available on Ubuntu 20.04; disable it
2023-07-09 17:36:36 +08:00
李通洲
d0ce6aabb6
Brightness (Linux): detect brightness of external monitors with DDC/CI
2023-07-09 17:22:04 +08:00
李通洲
300d06ffcd
Fastfetch: don't hide cursor in DEBUG mode
2023-07-09 16:56:12 +08:00
李通洲
f1667357f5
LM (Linux): fix compiling
2023-07-09 00:36:29 +08:00
李通洲
30afe7e86b
Brightness (macOS): detect brightness of external monitors with DDC/CI
2023-07-08 23:56:44 +08:00
李通洲
faf6d139d1
Brightness (Windows): detect brightness of external monitors with DDC/CI
2023-07-08 23:54:46 +08:00
李通洲
55c516a14b
DisplayServer: prepare for DDC/CI
2023-07-08 10:06:04 +08:00
李通洲
713a62b383
Logo: fix segfault with fastfetch -l
2023-07-08 09:18:19 +08:00
李通洲
11cd795425
LM (Linux): detection LightDM version
2023-07-08 09:18:19 +08:00
李通洲
09d843d47f
CMake: don't install global config file
...
No one use it. Note we just don't install the default config file with
`make install`; `/etc/fastfetch/config.conf` is still looked at runtime.
Fix #491
2023-07-08 09:30:13 +08:00
李通洲
53569d5a66
Terminal: support Cockpit version detection
2023-07-07 09:40:04 +08:00
李通洲
b9f192682c
Doc: update changelog
2023-07-06 23:26:45 +08:00
李通洲
e7db3cd7fe
Logo: support builtin small logo
...
Also improve performance of builtin logo finding
Assume you are running macOS
* default -> macos
* `-l small` -> macos_small
* `--logo-type small` -> macos_small
* `-l macos` -> macos
* `-l macos --logo-type small` -> macos_small
* `-l macos_small` -> macos_small
* `-l macos_small --logo-type small` -> error, because Logo `macos_small_small` doesn't exist
2023-07-06 23:16:05 +08:00
李通洲
71ed353fde
Logo (Builtin): make Windows 11 small colorable
2023-07-06 15:49:41 +08:00
李通洲
36950a9539
Presets: update examples
2023-07-06 15:43:53 +08:00
李通洲
dad5457700
Presets: more examples
2023-07-06 09:06:35 +08:00
李通洲
0e5932fbc1
Presets: print more information
2023-07-05 16:03:46 +08:00
李通洲
341b2ef62d
Presets: don't use module Date and Time
2023-07-05 15:53:45 +08:00
李通洲
5e9f850fe1
Title: fix typo fdqn -> fqdn; support standard module args
2023-07-05 15:47:47 +08:00
李通洲
7bd9e1e750
LocalIP: fix --compact
2023-07-05 15:06:34 +08:00
李通洲
03442022ed
Disk: fix --disk-folders printing duplicated paths
2023-07-05 14:33:17 +08:00
李通洲
763890053b
JsonConfig: implement --load-config for JSON config file
2023-07-05 14:21:35 +08:00
李通洲
d9f5c4d894
Merge branch 'master' into dev
2023-07-05 10:07:41 +08:00
李通洲
92588e1159
Fastfetch: fix memory leaks
1.12.2
2023-07-05 10:05:24 +08:00
李通洲
3245b8a453
Merge branch 'master' into dev
2023-07-05 09:55:09 +08:00
李通洲
948a480859
Release: v1.12.2
2023-07-05 09:44:44 +08:00
李通洲
ee90d886ab
Packages (Linux): print pkgtool package count in custom module format mode
2023-07-05 09:43:52 +08:00
李通洲
f74c643a84
Host (macOS): fix incorrect Host on M2 Mac Studio with M2 Max CPU ( #490 )
2023-07-05 09:39:16 +08:00
李通洲
03efbe5f6a
TerminalShell (Windows): fix #488
2023-07-05 09:39:16 +08:00
李通洲
085479a923
Shell (Windows): fallback shell version detection to file version
2023-07-05 09:39:16 +08:00
李通洲
482b15c62e
Packages (Linux): try detecting pkgtool
...
fix #486
2023-07-05 09:18:00 +08:00
李通洲
1f5da2736e
Terminal (Linux): support terminator version detection
2023-07-05 09:12:37 +08:00
李通洲
55234ff1f3
Doc: add CI badge
2023-07-05 09:12:29 +08:00
李通洲
3b799756dd
DE (Linux): fix #489
2023-07-05 09:07:55 +08:00
李通洲
2a20338885
Host (macOS): fix incorrect Host on M2 Mac Studio with M2 Max CPU ( #490 )
2023-07-05 08:44:47 +08:00
李通洲
65dabd392e
TerminalShell (Windows): fix #488
2023-07-04 18:32:02 +08:00
李通洲
41cef6274c
Shell (Windows): fallback shell version detection to file version
2023-07-04 18:00:50 +08:00
李通洲
c6416b5ccb
Host (Windows): cleanup useless smbios values
2023-07-04 17:53:28 +08:00
李通洲
107b3dc1e3
Pckages (Linux): fix pkgtool detection
...
Ref: https://github.com/fastfetch-cli/fastfetch/issues/486#issuecomment-1618808002
2023-07-04 00:16:48 +08:00
李通洲
bd3bf9b623
Fastfetch: add --set and --set-keyless back, but instead deprecate them
...
Removing them seems to break too many users' configurations. Let's
remove them later.
2023-07-03 23:57:33 +08:00
李通洲
cf91981d49
Packages (Linux): try detecting pkgtool
...
fix #486
2023-07-03 23:21:14 +08:00
李通洲
be5a782598
Terminal (Linux): support terminator version detection
2023-07-03 18:19:41 +08:00
李通洲
b294f45a22
Doc: add CI badge
2023-07-03 15:38:25 +08:00
李通洲
2491956fff
Merge branch 'master' into dev
2023-07-03 15:35:05 +08:00
李通洲
ebbadbed4f
Bios (macOS): fix compiling error on Apple Slicon
1.12.1
2023-07-03 15:31:33 +08:00
李通洲
c3f39b0d9e
Merge remote-tracking branch 'origin/master' into dev
2023-07-03 09:18:41 +08:00
Linus Dierheimer
e7474bda1f
Adapt to new repository url
1.12.0
2023-07-02 17:04:46 +08:00