From 5ef630cbc866f3cf1ab1b4b0c3e1d5666fdf9cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Wed, 14 Jan 2026 13:20:55 +0800 Subject: [PATCH] Release: v2.57.1 --- CHANGELOG.md | 18 ++++++++++++++++-- CMakeLists.txt | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd796459f..e4db07808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 2.57.1 + +Features: +* Tiny performance improvements (Windows) +* Improves the reliability of hostname retrieval (Title, Windows) + +Bugfixes: +* Fixes potential compilation issues on Linux (#2142, Linux) +* Fixes compilation errors on macOS when building with older SDKs (#2140, macOS) +* Fixes compilation issues when building with `-DENABLE_SYSTEM_YYJSON=ON` (#2143) + +Logos: +* Updates PrismLinux and adds a small variant + # 2.57.0 Deprecation notice: @@ -15,8 +29,8 @@ Features: * Supports Secure Boot detection (Bootmgr, macOS) * Supports DPI scale factor detection on Windows 7 (Display, Windows) * Supports xterm 256-color codes in color configuration - * In `display.color`: "@" (e.g., "@34" for color index 34) - * In `*.format` strings: "#@" (e.g., "#@34" for color index 34) + * In `display.color`: "`@`" (e.g., "`@34`" for color index `34`) + * In `*.format` strings: "`#@`" (e.g., "`#@34`" for color index `34`) * Improves uptime accuracy on Windows 10+ (Uptime, Windows) * Adds a new module `Logo` to query built-in logo raw data in JSON output (Logo) * Usage: `fastfetch -s logo -l -j # Supported in JSON format only` diff --git a/CMakeLists.txt b/CMakeLists.txt index e42ec5080..05718e970 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.57.0 + VERSION 2.57.1 LANGUAGES C DESCRIPTION "Fast neofetch-like system information tool" HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"