From 82285ebeb443b44799f03f1d84ff8922500c3509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Fri, 3 May 2024 09:21:15 +0800 Subject: [PATCH] Release: 2.11.2 --- CHANGELOG.md | 21 +++++++++++++++++++++ CMakeLists.txt | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7273c34bc..0fcba7517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 23f578245..b0ff2ce40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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"