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
+47-1Lines changed: 47 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,49 @@
1
+
# 1.9.0
2
+
3
+
Notable Changes:
4
+
* fastfetch no longer creates a sample config file silently. Use `--gen-config` to generate one.
5
+
* fastfetch now search for user config file in the order of `fastfetch --list-config-paths`
6
+
* Unknown disks are hidden by default.
7
+
*`Resolution` module is renamed to `Display`. (#393)
8
+
9
+
Features:
10
+
*`--logo-padding-top` option (@CarterLi, #372)
11
+
* Raw image file as logo support (@CarterLi)
12
+
* Look for config files in `$APPDATA` ([RoamingAppData](https://superuser.com/questions/21458/why-are-there-directories-called-local-locallow-and-roaming-under-users-user#answer-21462)) (Windows)
13
+
* Look for config files in `~/Library/Preferences` (macOS)
14
+
* Add `--list-config-paths` option which list search paths of config files
15
+
* Add `--list-data-paths` option which list search paths for presets and logos
16
+
* Add `Brightness` module support
17
+
* Add `Battery` module support for FreeBSD
18
+
* Add `--disk-show-unknown` option for Disk module
19
+
* Add `--disk-show-subvolumes` option for Disk module
20
+
* Add `--gpu-hide-integrated` option (#379)
21
+
* Add `--gpu-hide-discrete` option (#379)
22
+
* Detect terminal version when available
23
+
* Support `WezTerm` terminal font detection (requires [`wezterm` executable](https://wezfurlong.org/wezterm/cli/general.html) being available)
24
+
* Add `--shell-version` and `--terminal-version` options to disable shell / terminal version detection
25
+
* Enhance `--percent-type` to allow hiding other texts (#387)
0 commit comments