You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
name: Bug report
3
3
about: Create a report to help us improve
4
-
title: ''
4
+
title: '[BUG] '
5
5
labels: bug
6
6
assignees: ''
7
7
@@ -24,12 +24,9 @@ The content of the configuration file you use (if any)
24
24
//paste here
25
25
```
26
26
27
-
Output of `env NO_CONFIG=1 fastfetch --load-config all --show-errors --stat --multithreading false --disable-linewrap false --hide-cursor false`:
27
+
Output of `fastfetch -c ci.jsonc --format json`:
28
28
<!--
29
29
Note that this output will contain you public IP. If it is not relevant for the issue, feel free to remove it before uploading.
30
-
31
-
If you get the following error: `Error: couldn't find config: [...]`, copy the files in [presets](../../presets/) to `/usr/share/fastfetch/presets/` or `~/.local/share/fastfetch/presets/`.
32
-
If this isn't possible (or too much work) for you, post the output of `env NO_CONFIG=1 fastfetch --show-errors --stat --multithreading false --disable-linewrap false --hide-cursor false && fastfetch --version`.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,29 @@
1
+
# 2.4.0
2
+
3
+
**We are deprecating flags based config files (will be removed in v3.0.0). We suggest you migrate to json based config files.** One may use `-c /path/to/config.conf --gen-config` to migrate existing flag based config files.
4
+
5
+
Changes:
6
+
* All flag based presets are removed
7
+
8
+
Features:
9
+
* Improve performance of detecting rpm and pkg package count (Packages, Linux / FreeBSD)
10
+
* Support Apple M3X temperature detection (CPU / GPU, macOS)
11
+
*`--ds-force-drm` support a new option `sysfs-only`
12
+
* Improve xfce4 version detection
13
+
* Detect WM and DE by enumerating running processes (WM / DE, FreeBSD)
14
+
* Add a new module `Physical Disk`, which detects product name, full size, serial number and so on.
15
+
16
+
Bugfixes:
17
+
* Fix crashes sometimes when `--logo-padding-top` is not set (Logo)
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,3 +89,15 @@ Q: Why do you need a very performant version of neofetch?
89
89
90
90
Q: It does not display [*] correctly for me, what can I do?
91
91
> This is most likely because your system is not implemented (yet). At the moment I am focusing more on making the core app better, than adding more configurations. Feel free to open a pull request if you want to add support for your configuration
0 commit comments