Skip to content

Commit 9966877

Browse files
committed
Release: v2.24.0
1 parent dc541ac commit 9966877

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ Features:
99
* Requires imagemagick7 to be installed. MSYS2 is recommended.
1010
* Improve terminal query on Windows (Windows)
1111
* TerminalSize, TerminalTheme
12-
* Detect more ARM microarchitectures (CPU, Linux)
12+
* Detect more ARM microarchitectures and SOC names (CPU, Linux)
1313
* Detect the number of online cores (CPU, FreeBSD)
1414
* Support board name detection for Asahi Linux (Board, Linux)
15+
* Add new option `--command-param` to customize the parameters when running shell
16+
* Support syntax of sub string in `--<module>-format`: `{variable~startIndex,endIndex}`
17+
* See `fastfetch -h format` for detail
1518

1619
Bugfixes:
1720
* Fix tests building when system yyjson is used (#1244)
@@ -20,6 +23,10 @@ Bugfixes:
2023
* Fix boot time calculation (#1249, Uptime, Linux)
2124
* Fix custom format for boolean values
2225
* `{?false-value}This should not print{?}{?true-value}This should print{?}` will print `This should print`
26+
* Fix possible hanging when running fastfetch in screen 5.0 (TerminalTheme, macOS)
27+
28+
Logos:
29+
* Add Lliurex
2330

2431
# 2.23.0
2532

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.23.0
4+
VERSION 2.24.0
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)