File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
317Deprecation 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 `
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.12.0 ) # target_link_libraries with OBJECT libs & project homepage url
22
33project (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"
You can’t perform that action at this time.
0 commit comments