Release: 2.11.2

This commit is contained in:
李通洲
2024-05-03 09:21:15 +08:00
committed by 李通洲
parent 36dadcdc7f
commit 82285ebeb4
2 changed files with 22 additions and 1 deletions
+21
View File
@@ -1,3 +1,24 @@
# 2.11.2
Hotfix V2 for old kernel
Changes:
* Error messages when trying to print image logo will only be printed with `--show-errors`
Bugfixes:
* Fix segfault in Debian 11 and some old kernels. Regression in 2.11.0 (#845, GPU, Linux)
* Don't try detecting version of raw `sh` shell (#849, Shell, Linux)
Features:
* Check xdg state home for nix user packages (#837, Packages, Linux)
* Disable image logos in ssh and tmux sessions (#839)
Logo:
* Add KernelOS
* Fix name of DraugerOS
* Add missing `FF_LOGO_LINE_TYPE_SMALL_BIT` flags
* Add MX2
# 2.11.1
Hotfix for Android
+1 -1
View File
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
project(fastfetch
VERSION 2.11.1
VERSION 2.11.2
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"