3834 Commits

Author SHA1 Message Date
李通洲
3185299214
Doc: update changelog 2024-03-07 14:00:57 +08:00
李通洲
5b6ebe4f11
Doc: update README 2024-03-07 13:56:40 +08:00
李通洲
6274ef591b
Vulkan: try fixing old vulkan-header library compatibility
Ref: #748
2024-03-07 13:34:31 +08:00
李通洲
7acdaebee4
Printing: merge ffPrintError and ffPrintErrorString 2024-03-07 11:10:18 +08:00
李通洲
6dcfb6b88f
Fastfetch: fully resolve the format arg num issue
Ref: #749
2024-03-07 10:47:28 +08:00
李通洲
064972aecd
Disk: fix segfault with --help disk-format
Fix #749
2024-03-07 09:04:22 +08:00
李通洲
b9dbb66bd7
fastfetch: revert changes of FASTFETCH_DATATEXT_STRUCTURE
Also add comments
2024-03-04 13:47:17 +08:00
李通洲
a01792c06c
Doc: rename help.txt to help_footer.txt 2024-03-04 10:22:29 +08:00
李通洲
d707a67f89
Merge remote-tracking branch 'origin/master' into dev 2024-03-04 09:14:11 +08:00
李通洲
5d8aa11d81
Fastfetch: small performace optimization 2024-03-04 08:50:38 +08:00
李通洲
a87463fc09
Doc: fix truncated texts 2024-03-04 08:50:38 +08:00
李通洲
d0a4a012c4 Completions (Fish): fix old version compatibility
Fix #744
2024-03-03 18:48:05 +08:00
Carter Li
6a82d73fe9
Merge pull request #743 from fastfetch-cli/dev
Release: v2.8.7
2.8.7
2024-03-02 19:14:35 +08:00
李通洲
7504484f21 Release: v2.8.7 2024-03-02 18:46:48 +08:00
李通洲
d497853af5 Doc: update changelog 2024-03-02 18:45:48 +08:00
李通洲
c2f815f5ba Uptime (Android): fix implementation
Regression of 41fed1da5f4c4d88b174ebf7b5b4a43c80c5a57a
2024-03-02 18:37:32 +08:00
李通洲
4bd4ec2897 Terminal (Linux): detect zellij version 2024-03-02 18:32:31 +08:00
Adam Thiede
fc685e9aa0
fix postmarketos logos (#742) 2024-03-01 23:54:47 +08:00
李通洲
14d3bd89a7 Brightness (Linux): fix ddcutil 2.1 compatibility 2024-03-01 22:07:54 +08:00
李通洲
c3970154d6
GPU (Linux): fix memleaks 2024-03-01 11:07:16 +08:00
李通洲
66aee54401
CMake: add more debug flags 2024-03-01 10:27:25 +08:00
Carter Li
979f7d19b1 CPU (Linux): fix max / min frequency detection for multi policy systems 2024-02-29 10:20:50 +08:00
Carter Li
f238138711 Packaging: update debian stuff 2024-02-28 10:03:26 +08:00
李通洲
6c88981b05
JsonSchema: disallow additional properties 2024-02-28 09:17:29 +08:00
Carter Li
c935527e6f
Merge pull request #740 from fastfetch-cli/dev
Release: v2.8.6
2.8.6
2024-02-28 00:04:20 +08:00
李通洲
04915945f5 Doc: update changelog 2024-02-27 23:42:36 +08:00
李通洲
153df44282 TerminalFont (Linux): support warp terminal 2024-02-27 23:40:42 +08:00
李通洲
22012556f8 Terminal (Linux): support warp version detection 2024-02-27 23:35:07 +08:00
李通洲
d0b03c380b
CI: build for FreeBSD aarch64 too 2024-02-27 22:29:00 +08:00
Carter Li
de2cd79632
Merge pull request #739 from fastfetch-cli/dev
Release: v2.8.6
2024-02-27 22:05:53 +08:00
李通洲
cc40ef42f0
Release: v2.8.6 2024-02-27 21:28:01 +08:00
李通洲
ba45073e04
CI: fix windows build 2024-02-27 19:20:13 +08:00
李通洲
a3c3f3829d
Shell (Linux): always detect tty id 2024-02-27 16:35:47 +08:00
李通洲
79b7b15b46
Terminal: detect tty name
Fix #738
2024-02-27 16:19:42 +08:00
李通洲
111f7111b2
GPU (Linux): Support specifying custom pci.ids path for Linux 2024-02-27 15:29:19 +08:00
李通洲
5147651bcb
Temps: rename display.temperature to display.temp 2024-02-27 13:11:39 +08:00
李通洲
ba60d9059f
Temps: support color range customization 2024-02-27 11:00:43 +08:00
李通洲
8f205b8c30
Percent: rename FFPercentConfig to FFColorRangeConfig 2024-02-27 08:32:31 +08:00
李通洲
e046787aec Terminal: better tmux version detection 2024-02-26 23:33:30 +08:00
李通洲
743eebaa6b
CMake (macOS): force dlopen searching for /usr/local/lib 2024-02-26 13:35:11 +08:00
李通洲
609caad02f
Global: use FASTFETCH_TARGET_DIR_USR where applicable 2024-02-26 13:30:09 +08:00
李通洲
a0c47204bb
Temp: Display: support better temperature value formatting
Fix #737
2024-02-26 11:09:00 +08:00
李通洲
1c87693867
Percent: tidy 2024-02-26 10:23:00 +08:00
李通洲
42b756e703 GPU (Linux): revert show sub-device if available 2024-02-24 12:52:22 +08:00
Carter Li
d317997396
Merge pull request #735 from fastfetch-cli/dev
Release: v2.8.5
2.8.5
2024-02-23 20:36:52 +08:00
李通洲
91dac1563b Release: v2.8.5 2024-02-23 20:34:39 +08:00
李通洲
73cfae97d2 DiskIO / NetIO: fix uninitialized variables 2024-02-23 20:30:54 +08:00
李通洲
78a606c1e1
Doc: update ubuntu ppa 2024-02-23 16:34:23 +08:00
Carter Li
f258e484d9 Packaging: update debian stuff 2024-02-23 16:17:57 +08:00
Carter Li
ea162fd452
Merge pull request #734 from fastfetch-cli/dev
Release: v2.8.4
2.8.4
2024-02-23 16:09:51 +08:00