Release: v2.66.1

This commit is contained in:
Carter Li
2026-08-31 16:44:57 +08:00
parent 28c367c6a4
commit ff8b69019f
2 changed files with 18 additions and 1 deletions
+17
View File
@@ -1,3 +1,20 @@
# 2.66.1
Bugfixes:
* Fixed I/O rate calculation precision and prevented division by zero. (DiskIO / NetIO)
* Fixed ash and fish version detection, including a potential out-of-bounds read. (Shell)
* Fixed integer handling for varying sysctl data lengths. (Sysctl)
* Fixed several memory leaks in Camera, Codec, Display, Separator and Weather.
* Fixed Base64 encoding on big-endian hosts. (Base64)
* Fixed VP9 codec detection and macOS 10.15 Codec compatibility. (Codec, macOS)
* Relaxed accepted HTTP response formats and fixed invalid PublicIP URL parsing. (Networking / PublicIP)
* Added a response size limit to prevent excessive network memory allocation. (Networking)
* Added integer overflow checks to string buffer capacity handling. (FFstrbuf)
* Fixed Ubuntu Studio Core detection. (OS, Linux)
* Fixed preferred monitor mode detection for KDE Plasma. (Display, Linux)
* Fixed bright colors being enabled incorrectly in light themes. (Display)
* Fixed a macOS compiler warning. (Version, macOS)
# 2.66.0
Changes:
+1 -1
View File
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
project(fastfetch
VERSION 2.66.0
VERSION 2.66.1
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"