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"