Skip to content

Commit 9787b56

Browse files
committed
Release: v2.64.1
1 parent 54792e6 commit 9787b56

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2.64.1
2+
3+
Features:
4+
* Adds a CMake option `-DPACKAGES_REMOVE_DISABLED` to remove detection code of disabled packages (`-DPACKAGES_DISABLE_<PACKAGE_NAME>`) for slightly smaller binary size (Packages)
5+
6+
Bugfixes:
7+
* Fixes compatibility issues with Lua 5.3
8+
* Avoid possible infinite recursion in `encode_json` when encoding deeply nested tables or circular references
9+
* Fixes compilation issues when building with old macOS SDKs
10+
111
# 2.64.0
212

313
New **optional build** dependencies:

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.64.0
4+
VERSION 2.64.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)