Skip to content

Commit 4137b38

Browse files
committed
Release v2.3.1
1 parent 0bb0804 commit 4137b38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Bugfixes:
55

66
# 2.3.0
77

8+
**We are deprecating flags based config files (will be removed in v3.0.0). We suggest you migrate to json based config files.**
9+
810
Config related changes:
911
* The deprecated flag `--gen-config conf` is removed
1012
* Flag `--gen-config` now does the same thing as `--migrate-config`, which can be used as config migration and default config file generation. Flag `--migrate-config` is removed
@@ -14,8 +16,6 @@ Config related changes:
1416
* Config files will always be loaded before other command line flags being parsed. That is to say, command line flags will always override options defined in config files.
1517
* the value of GPUType `integrated` contained a typo and was fixed. Existing config files may need to be updated.
1618

17-
We are deprecating flags based config files (will be removed in v3.0.0). We suggest you migrate to json based config files.
18-
1919
Features:
2020
* Support Oils and elvish shell version detection (Shell)
2121
* Support Windows Server Core (Windows)
@@ -40,7 +40,7 @@ Bugfixes:
4040
* Fix some memory leaks
4141
* Fix used swap space detection (Swap, FreeBSD)
4242
* Don't leak fds to child processes (Linux)
43-
* Fix possible issues when reading procfs (Linux)
43+
* Fix possible issues when reading procfs (Linux, @apocelipes)
4444

4545
Logos:
4646
* Add Adelie, Ironclad

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.3.0
4+
VERSION 2.3.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)