From 5b65e182e9aa0ecbfafd83862b67dc42503246e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sat, 27 May 2023 23:50:23 +0800 Subject: [PATCH] Release: 1.11.1 Update changelog too --- CHANGELOG.md | 26 +++++++++----------------- CMakeLists.txt | 2 +- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a923d63..c81d8040b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ -# 1.11.2 +# 1.11.1 Features: * Support xonsh detection (TerminalShell) -* Support Tabby version / terminal font detection +* Support Tabby version / terminal font detection (TerminalFont) Bugfixes: +* Fix name of Pro Controller (Gamepad, Windows) +* Fix compile error with imagemagick enabled (Windows) +* Fix copy-and-paste errors (Gamepad) +* Flatpak: Fix user package count +* Flatpak: Count runtime packages too (#441) * Fix flatpak package count (#441) * Don't print white color blocks with `--pipe` (#450) * Fix iTerm being detected as iTermServer-* sometimes @@ -14,19 +19,9 @@ Bugfixes: Logo: * Update Windows 11 ASCII logo to look more visually consistent (#445) -* Adds another font color index to arch icon (#446) - -# 1.11.1 - -Bugfixes: -* Fix name of Pro Controller (Gamepad, Windows) -* Fix compile error with imagemagick enabled (Windows) -* Fix copy-and-paste errors (Gamepad) -* Flatpak: Fix user package count -* Flatpak: Count runtime packages too (#441) - -Logo: +* Add another font color index to arch icon (#446) * Add SteamOS +* Add macOS small / small2 # 1.11.0 @@ -59,9 +54,6 @@ Improvements: * Improve preformance (WmTheme amd Font, Windows and macOS) * Enable nonblocking public-ip / weather detection (Android) -Logos: -* macOS small / small2 - # 1.10.2 Bugfixes: diff --git a/CMakeLists.txt b/CMakeLists.txt index 69171c5d1..6107b17b6 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 1.11.0 + VERSION 1.11.1 LANGUAGES C DESCRIPTION "Fast system information tool" HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"