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: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,24 @@
1
1
# 2.0.1
2
2
3
+
First stable release of Fastfetch V2
4
+
3
5
Changes:
4
6
* Unescape strings only when parsing `.conf` files
5
7
* Previously: `$ NO_CONFIG=1 fastfetch --os-key \\\\ -s os -l none` prints `\: *`. Note the backslashs are unescaped twice (once by shell and once by fastfetch).
6
8
* Now: `$ NO_CONFIG=1 fastfetch --os-key \\\\ -s os -l none` prints `\\: *`
7
9
* Remove option shortcut `-c` (alias of `--color`), which is more commonly used as alias of `--config`
8
10
* Rename `--recache` to `--logo-recache` (which is used for regenerate image logo cache). Remove option shortcut `-r` (alias of `--recache`).
11
+
* Detecting brightness of external displays with DDC/CI is no longer guarded behind `--allow-slow-operations` (Brightness)
9
12
10
13
Features:
11
14
* Add `--key-width` for aligning the left edge of values, supported both for global `--key-width` and specific module `--module-key-width`
12
15
* Add `--bar-char-elapsed`, `--bar-char-total`, `--bar-width` and `--bar-border` options
16
+
* Add CMake option `ENABLE_SYSTEM_YYJSON`, which allow building fastfetch with system-provided yyjson (for package managers)
13
17
14
18
Bugfixes:
15
19
* Fix label detection. Use `--disk-key 'Disk ({2})'` to display it (Disk, Linux)
16
20
* Fix some module options were not inited
21
+
* Fix terminal version and font detection on NixOS (Terminal, Linux)
0 commit comments