From 75c28ec671cfdf12b159c0160a1c5104a5f5dfc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Thu, 23 Apr 2026 19:09:03 +0800 Subject: [PATCH] Release: v2.62.1 --- CHANGELOG.md | 9 +++++++++ CMakeLists.txt | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 143d035dc..8e5ea889f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 2.62.1 + +Bugfixes: +* Fixes Host module not working on some devices (#2279, Host, Linux) + * Regression from v2.61.0 + +Logos: +* Adds EN-OS, LimeOS, Redrose and Uzbek + # 2.62.0 Changes: diff --git a/CMakeLists.txt b/CMakeLists.txt index 635c6f4b6..2c6c8bdbb 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.62.0 + VERSION 2.62.1 LANGUAGES C DESCRIPTION "Fast neofetch-like system information tool" HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"