Skip to content

Commit adb6dc5

Browse files
committed
Doc: update readme & changelog
1 parent debcc3c commit adb6dc5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changes:
44
* CMake option `ENABLE_PROPRIETARY_GPU_DRIVER_API` is removed. The GPU driver APIs are now enabled by default.
55
* 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.
66
* 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`
79

810
Features:
911
* Add support for `--gpu-detection-method opencl` which uses OpenCL to detect GPUs.
@@ -13,8 +15,9 @@ Features:
1315
* Add fast path of version and font detection for kitty (Terminal / TerminalFont)
1416
* Make sure `stdin` and `stdout` are TTYs when querying terminal
1517
* So modules like `TerminalSize` should work when `stdin` or `stdout` is redirected
16-
* Support argument truncation in `--<module>-format`
18+
* Support argument truncation in `--<module>-format` (#1043)
1719
* See `fastfetch --help format` for detail
20+
* Improve Qt theme detection (#1047, Theme, Linux)
1821
* Add new JSON config option `general.preRun`, which is executed before fastfetch prints output.
1922
* It can be used to generate a temp logo file. For example
2023
```jsonc
@@ -33,6 +36,7 @@ Bugfixes:
3336
* Fix invalid path (#1031, LM, Linux)
3437
* Fix VMEM detection for Nvidia GPU (requires `--gpu-driver-specific`) (GPU)
3538
* Fix AMD `--gpu-driver-specific` for AMD cards (#1032, GPU, Windows)
39+
* Use Coordinated Universal Time rather than timezone-varying local date (#1046)
3640

3741
Logo:
3842
* Fix colors of Asahi Linux

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![latest packaged version(s)](https://repology.org/badge/latest-versions/fastfetch.svg)](https://repology.org/project/fastfetch/versions)
1212
[![Packaging status](https://repology.org/badge/tiny-repos/fastfetch.svg)](https://repology.org/project/fastfetch/versions)
1313

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 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.
1515

1616
<img src="screenshots/example1.png" width="49%" align="left" />
1717
<img src="https://upload.wikimedia.org/wikipedia/commons/2/24/Transparent_Square_Tiles_Texture.png" width="49%" height="16px" align="left" />

0 commit comments

Comments
 (0)