Skip to content

Commit 5ef630c

Browse files
committed
Release: v2.57.1
1 parent 1699d14 commit 5ef630c

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 2.57.1
2+
3+
Features:
4+
* Tiny performance improvements (Windows)
5+
* Improves the reliability of hostname retrieval (Title, Windows)
6+
7+
Bugfixes:
8+
* Fixes potential compilation issues on Linux (#2142, Linux)
9+
* Fixes compilation errors on macOS when building with older SDKs (#2140, macOS)
10+
* Fixes compilation issues when building with `-DENABLE_SYSTEM_YYJSON=ON` (#2143)
11+
12+
Logos:
13+
* Updates PrismLinux and adds a small variant
14+
115
# 2.57.0
216

317
Deprecation notice:
@@ -15,8 +29,8 @@ Features:
1529
* Supports Secure Boot detection (Bootmgr, macOS)
1630
* Supports DPI scale factor detection on Windows 7 (Display, Windows)
1731
* Supports xterm 256-color codes in color configuration
18-
* In `display.color`: "@<color-index>" (e.g., "@34" for color index 34)
19-
* In `*.format` strings: "#@<color-index>" (e.g., "#@34" for color index 34)
32+
* In `display.color`: "`@<color-index>`" (e.g., "`@34`" for color index `34`)
33+
* In `*.format` strings: "`#@<color-index>`" (e.g., "`#@34`" for color index `34`)
2034
* Improves uptime accuracy on Windows 10+ (Uptime, Windows)
2135
* Adds a new module `Logo` to query built-in logo raw data in JSON output (Logo)
2236
* Usage: `fastfetch -s logo -l <logo-name> -j # Supported in JSON format only`

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22

33
project(fastfetch
4-
VERSION 2.57.0
4+
VERSION 2.57.1
55
LANGUAGES C
66
DESCRIPTION "Fast neofetch-like system information tool"
77
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"

0 commit comments

Comments
 (0)