Release: v2.64.2

This commit is contained in:
Carter Li
2026-06-05 14:51:50 +08:00
parent 6b9f594620
commit 53c2d07161
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,3 +1,11 @@
# 2.64.2
Bugfixes:
* Fixes image renders but quickly gets wiped (#2374)
* Regression from v2.64.0
* Fixes ASCII logo from being overwritten in `--dynamic-interval` mode
* Regression from v2.64.0
# 2.64.1
Features:
+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.64.1
VERSION 2.64.2
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"