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
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,37 @@
1
+
# 2.16.0
2
+
3
+
This release added basic support for SunOS (Solaris, illumos). The binaries provided in the release lack a few useful features (such as Display detection). People who use SunOS should consider building fastfetch themselves.
4
+
5
+
Changes:
6
+
* Fastfetch now prefers `/etc/os-release` over `/etc/lsb-release` when detecting distro info.
7
+
* This may break some distros (notably some debian based distros). File a bug with the content of `os-release` and `lsb-release` if it breaks your distro.
8
+
9
+
Features:
10
+
* Support Media detection in Windows (Media / Player, Windows)
11
+
* Requires Windows 10 and later
12
+
* Add new option `--users-myself-only` to display current login user only (Users)
13
+
* Add code name of macOS Sequoia (OS, macOS)
14
+
* Add new module `DNS` to show active DNS servers (DNS)
15
+
* Add new option `--loadavg-compact`. Defaults to true (Loadavg)
16
+
* Use `--loadavg-compact false` to display load averages in different lines
17
+
* Detect MTU size (LocalIP)
18
+
* Support version detection of pluma, which is the default editor of OpenIndiana (Editor)
19
+
* Print used OGL library, eg EGL, GLX or OSMesa (OpenGL)
20
+
21
+
Bugfixes:
22
+
* Report error if cache size is unavailable (CPUCache, Android)
23
+
* Trim white spaces in device name (Sound, Linux, #1005)
24
+
* Fix `display.bar.border{Left,Right}` doesn't work in JSON config files (Config)
25
+
* Fix invalid call to `realpath(3)` (Platform, Linux)
0 commit comments