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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,18 @@ assignees: ''
7
7
8
8
---
9
9
10
-
Be sure to read [FAQ](https://github.com/fastfetch-cli/fastfetch?tab=readme-ov-file#faq) before submitting a new issue.
10
+
Be sure to read the [FAQ](https://github.com/fastfetch-cli/fastfetch?tab=readme-ov-file#faq) before submitting a new issue.
11
11
12
-
<!-- We will try hard to solve the issue. However since platforms and hardwares vary greatly, it can be hard to find the root cause is. Providing following information may help us greatly. Thanks in advance -->
12
+
<!-- We will try hard to solve the issue. However since platforms and hardwares vary greatly, it can be hard to find the root cause of an issue. Providing the following information may help us greatly. Thanks in advance!-->
13
13
14
14
# General description of bug:
15
15
16
16
* What happened:
17
17
* What should happen:
18
18
* Fastfetch version used: <!-- please use the latest version, if possible -->
19
19
* Did it work in an older version: <!-- if yes, which version -->
20
-
* Where did you get the binary: <!--Github Release / Github Actions / Installed with a package manager (What package manager) / Built from source yourself -->
21
-
* Does this issue still occurs in [the latest dev build](https://github.com/fastfetch-cli/fastfetch/actions/)?
20
+
* Where did you get the binary: <!--GitHub release / GitHub Actions / installed with a package manager (please tell us which package manager you used!) / built from source yourself -->
21
+
* Does this issue still occur in [the latest dev build](https://github.com/fastfetch-cli/fastfetch/actions/)?
22
22
23
23
# Often helpful information:
24
24
@@ -27,7 +27,7 @@ Screenshot:
27
27
28
28
The content of the configuration file you use (if any):
29
29
```
30
-
//paste here
30
+
// Paste here
31
31
```
32
32
33
33
Output of `fastfetch -c ci.jsonc --format json`:
@@ -36,15 +36,15 @@ Note that this output will contain you public IP. If it is not relevant for the
36
36
-->
37
37
38
38
```
39
-
//paste here
39
+
// Paste here
40
40
```
41
41
42
42
Output of `fastfetch --list-features`:
43
43
```
44
-
//paste here
44
+
// Paste here
45
45
```
46
46
47
-
## If fastfatch crashed or freezed
47
+
## If fastfatch crashed or froze
48
48
49
49
Paste the stacktrace here. You may get it with:
50
50
@@ -65,16 +65,16 @@ If you cannot do the instructions above, please upload the core dump file:
65
65
66
66
Use `time fastfetch --stat` to show time usage for each module.
67
67
68
-
## If my image logo didn't show / work
68
+
## If an image or logo didn't show
69
69
70
-
<!-- Please make sure the terminal does support the image protocol you used. Note Gnome terminal doesn't support any image protocols -->
70
+
<!-- Please make sure your terminal supports the image protocol you used. Note that GNOME Terminal doesn't support any image protocols.-->
71
71
72
72
* The image protocol you used:
73
73
* The terminal you used:
74
74
* Upload the image file here, or paste the image URL:
75
75
* Does it work with `--logo-width {WIDTH} --logo-height {HEIGHT}`?
76
76
77
-
## If fastfetch behaves incorrectly on shell starting
77
+
## If fastfetch behaves incorrectly on shell startup
78
78
79
-
* The bug is reproduceable with fresh / clean shell configuration (i.e. `fastfetch` is the single line of`.zshrc` or `~/.config/fish/config.fish`):
79
+
* The bug is reproducible with a clean shell configuration (i.e. `fastfetch` is the only line in`.zshrc` or `~/.config/fish/config.fish`):
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31-5Lines changed: 31 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,27 @@
1
+
# 2.15.0
2
+
3
+
Changes:
4
+
*`--bar-border <?bool>` has been changed to `--bar-border-left <string>` and `--bar-border-right <string>`, which are used for customizing the style of bar border.
5
+
*`--bar-border-left '' --bar-border-right ''` can be used to disable the border
6
+
7
+
Features:
8
+
* Add ability to skip installing license with INSTALL_LICENSE option (CMake)
9
+
* Make it possible to shorten the theme and icons output (Theme / Icons)
10
+
* Support `-l '?'` to show a question mark
11
+
* Add new module `CPUCache` to display CPU cache sizes (CPUCache)
12
+
* In `--<module>-format`, `{#keys}` and `{#title}` can be used to reference the color of keys and title
13
+
* Improve speed of Guix package detection (Packages, Linux)
14
+
* Assume wm plugins are daemon processes to improve performance (WM, macOS)
15
+
16
+
Bugfixes:
17
+
* Remove shebangs from completions (#980)
18
+
* Fix while chars not visible in terminal of light theme (Logo)
19
+
* Normalize bright colors to fix color display in Apple Terminal (#991, Colors)
20
+
* Correctly capitalize GNOME (#997, DE, Linux)
21
+
* Fix segfault on system using turkish language (#995, InitSystem, Linux)
22
+
* Fix kubuntu detection (#1000, OS, Linux)
23
+
* Don't display duplicate entries (OS, Linux)
24
+
1
25
# 2.14.0
2
26
3
27
Features:
@@ -7,12 +31,14 @@ Features:
7
31
* Print all presets in `--list-presets` for better Windows support (Windows)
8
32
* Support for guix package manager detection (Packages, Linux)
9
33
* Support named variable placeholders in custom module formattion string (#796)
10
-
*`--title-format '{user-name-colored}{at-symbol-colored}{host-name-colored}'` is equivalent to `--title-format '{6}{7}{8}'`
34
+
*`--title-format '{user-name-colored}{at-symbol-colored}{host-name-colored}'` is now equivalent to `--title-format '{6}{7}{8}'`
11
35
* Support named color placeholders in custom module formattion string
12
-
*`--<module>-format '{#red}'` is equivalent to `--<module>-format '{#31}'`
36
+
*`--<module>-format '{#red}'` is now equivalent to `--<module>-format '{#31}'`
13
37
*`'{#red}'` or `'{#31}'` is preferred over `\u001b[31m` because is more readable and `--pipe` aware (will be ignored in pipe mode)
14
38
* Supported in `Custom` module too
15
39
* See `fastfetch -h format` for detail
40
+
* Add new module `InitSystem`, which detects the name of init system
41
+
* i.e. process name of pid1. `init`, `systemd`, etc
16
42
* Add option `--color-separator` to set the color of key-value separators
17
43
* Support Guix package manager count (#792, Packages, Linux)
18
44
* Improve python based shell detection (#977, Shell, macOS)
@@ -254,7 +280,7 @@ Features:
254
280
* Improve GPU detection on Linux (GPU, Linux)
255
281
* Support GPU memory usage detection for AMD GPUs
256
282
* Support GPU frequency detection for Intel GPUs
257
-
* Improve performance of Gnome version detection (DE, Linux)
283
+
* Improve performance of GNOME version detection (DE, Linux)
258
284
* Improve performance of kitty version detection (Terminal, Linux)
259
285
* Detect refresh rate when using `--ds-force-drm sysfs-only` (Display, Linux)
260
286
* Add option `--ts-version` to disable terminal and shell version detection. Mainly for benchmarking purposes
@@ -961,7 +987,7 @@ Bugfixes:
961
987
* Fix Windows drives detection in WSL (Linux, Disk)
962
988
* Fix CPU temp detection (FreeBSD, CPU)
963
989
* Fix disk detection (Android, Disk)
964
-
* Fix Gnome Terminal version and font detection (FreeBSD, TerminalFont)
990
+
* Fix GNOME Terminal version and font detection (FreeBSD, TerminalFont)
965
991
* Fix crash on newer wayland desktops (Linux, Display, #477)
966
992
* Fix vendor detection for Intel GPU (macOS, GPU)
967
993
* Fix possible crashes on Windows Server (Windows, GPU, #484)
@@ -987,7 +1013,7 @@ Features:
987
1013
* Add mac address detection `--localip-show-mac` (LocalIP, #451)
0 commit comments