Skip to content

Commit 5a43adb

Browse files
committed
Doc: update changelog
1 parent 1a4a949 commit 5a43adb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
# 2.0.1
22

3+
First stable release of Fastfetch V2
4+
35
Changes:
46
* Unescape strings only when parsing `.conf` files
57
* 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).
68
* Now: `$ NO_CONFIG=1 fastfetch --os-key \\\\ -s os -l none` prints `\\: *`
79
* Remove option shortcut `-c` (alias of `--color`), which is more commonly used as alias of `--config`
810
* 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)
912

1013
Features:
1114
* Add `--key-width` for aligning the left edge of values, supported both for global `--key-width` and specific module `--module-key-width`
1215
* 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)
1317

1418
Bugfixes:
1519
* Fix label detection. Use `--disk-key 'Disk ({2})'` to display it (Disk, Linux)
1620
* Fix some module options were not inited
21+
* Fix terminal version and font detection on NixOS (Terminal, Linux)
1722

1823
# 2.0.0-beta
1924

0 commit comments

Comments
 (0)