We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9f594 commit 53c2d07Copy full SHA for 53c2d07
2 files changed
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 2.64.2
2
+
3
+Bugfixes:
4
+* Fixes image renders but quickly gets wiped (#2374)
5
+ * Regression from v2.64.0
6
+* Fixes ASCII logo from being overwritten in `--dynamic-interval` mode
7
8
9
# 2.64.1
10
11
Features:
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.64.1
+ VERSION 2.64.2
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments