File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1+ # 2.11.3
2+
3+ Hotfix for nix (https://github.com/NixOS/nixpkgs/issues/308849#issuecomment-2093962376 )
4+
5+ Features:
6+ * Add cmake option ` CUSTOM_AMDGPU_IDS_PATH ` for specifying custom path of ` amdgpu.ids `
7+
8+ Bugfixes:
9+ * Fix hanging when detecting disconnected network drive (Disk, Windows)
10+ * Ensure line ending is printed when printing image logo errors (Logo)
11+ * Revert image logo limitation change in 2.11.2; allow image logo in SSH session and tmux again (#861 , Logo)
12+
113# 2.11.2
214
3- Hotfix V2 for old kernel
15+ Hotfix for Debian 11
416
517Changes:
618* Error messages when trying to print image logo will only be printed with ` --show-errors `
719* When generating JSON output, fastfetch will generate an empty array when no result is detected, instead of an error.
820
921Bugfixes:
10- * Fix segfault in Debian 11 and some old kernels. Regression in 2.11.0 (#845 , GPU, Linux)
22+ * Fix segfault in Debian 11 and some old kernels. Regression introduced in 2.11.0 (#845 , GPU, Linux)
1123* Don't try detecting version of raw ` sh ` shell (#849 , Shell, Linux)
1224* Trim ` \r ` on Windows
1325
1426Features:
1527* Check xdg state home for nix user packages (#837 , Packages, Linux)
1628* Disable image logos in ssh and tmux sessions (#839 )
17- * Support MX Linux distro detection (OS, Linux)
29+ * Support MX Linux distro detection (# 847 , OS, Linux)
1830
1931Logo:
2032* Add KernelOS
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22
33project (fastfetch
4- VERSION 2.11.2
4+ VERSION 2.11.3
55 LANGUAGES C
66 DESCRIPTION "Fast neofetch-like system information tool"
77 HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
You can’t perform that action at this time.
0 commit comments