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
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,24 @@
1
1
# 1.11.2
2
2
3
+
This release should be the last version of fastfetch 1.x (if no serious bugs found, hopefully)
4
+
3
5
Features:
4
6
* Support display name, type, rotation detection on Wayland (Linux, Display)
5
7
* Print more useful display name instead of intel_backlight (Linux, Brightness)
6
8
* Icons module supports Windows (Windows, Icons)
7
-
* Add Wallpaper module
9
+
* Add Wallpaper module which shows the current wallpaper image path
10
+
* Add mac address detection `--localip-show-mac` (LocalIP, #451)
8
11
9
12
Bugfixes:
10
-
* Fix Gnome version detection on Fedora
13
+
* Fix Gnome version detection on Fedora (DE)
14
+
* Fix Windows drives detection in WSL (Disk)
11
15
12
16
Changes:
13
17
* In order to make Icons module consistant between different platforms, `--icons-format` no longer supports individual GTK / QT icon params.
18
+
*`--theme-format` no longer supports individual GTK / plasma theme params.
19
+
*`--local-ip-*` and `--public-ip-*` have been changed to `--localip-*` and `--publicip-*`
20
+
*`--localip-compact-type` is no longer supported. Fastfetch now display IPs as `--localip-compat-type multiline` by default, with `--local-compact true` can be set as an alias of `--localip-compact-type oneline`
0 commit comments