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
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,46 @@
1
+
# 2.17.0
2
+
3
+
Changes:
4
+
* CMake option `ENABLE_PROPRIETARY_GPU_DRIVER_API` is removed. The GPU driver APIs are now enabled by default.
5
+
* The option was introduced to reduce the license concerns. Since all non MIT proprietary code has been rewritten manually from scratch, it is no longer necessary.
6
+
* See <https://github.com/fastfetch-cli/fastfetch/issues/533#issuecomment-2122830958> for detail
7
+
* Option `--logo-separate true` is changed to `--logo-position top` for better readability
8
+
* Builtin ascii logos can be positioned on the right side now with`--logo-position right`
9
+
10
+
Features:
11
+
* Add support for `--gpu-detection-method opencl` which uses OpenCL to detect GPUs.
12
+
* Support detecting CPU cache size by using SMBIOS as fallback (CPUCache)
13
+
* Support GPU detection (SunOS)
14
+
* Support GPU type detection with AMD GPU driver (GPU, Windows)
15
+
* Add fast path of version and font detection for kitty (Terminal / TerminalFont)
16
+
* Make sure `stdin` and `stdout` are TTYs when querying terminal
17
+
* So modules like `TerminalSize` should work when `stdin` or `stdout` is redirected
18
+
* Support argument truncation in `--<module>-format` (#1043)
* Fix VMEM detection for Nvidia GPU (requires `--gpu-driver-specific`) (GPU)
38
+
* Fix AMD `--gpu-driver-specific` for AMD cards (#1032, GPU, Windows)
39
+
* Use Coordinated Universal Time rather than timezone-varying local date (#1046)
40
+
41
+
Logo:
42
+
* Fix colors of Asahi Linux
43
+
1
44
# 2.16.0
2
45
3
46
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.
Fastfetch is a [neofetch](https://github.com/dylanaraps/neofetch)-like tool for fetching system information and displaying them in a pretty way. It is written mainly in C, with performance and customizability in mind. Currently, Linux, Android, FreeBSD, MacOS and Windows 7+ are supported.
14
+
Fastfetch is a [neofetch](https://github.com/dylanaraps/neofetch)-like tool for fetching system information and displaying them in a pretty way. It is written mainly in C, with performance and customizability in mind. Currently, Linux, Android, FreeBSD, macOS, SunOS and Windows 7+ are supported.
* Debian / Ubuntu: Download `fastfetch-linux-<proper architecture>.deb` from [Github release page](https://github.com/fastfetch-cli/fastfetch/releases/latest) and double-click it (for Ubuntu 20.04 or newer and Debian 11 or newer).
0 commit comments