Skip to content

Commit 779dbab

Browse files
Release 1.6.4
1 parent 4737399 commit 779dbab

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 1.6.4
2+
3+
Releasing this, so fedora can package fastfetch. Thanks to @jonathanspw for doing that!
4+
5+
Features:
6+
* --set-keyless option (#215)
7+
* Replace `\n`, `\t`, `\e` and `\\` in user provided strings, just like c would do it (#215)
8+
* APK (Alpine Package Keeper) support (@mxkrsv, #216)
9+
10+
Logos:
11+
* Alma Linux (@jonathanspw, #214)
12+
13+
Bugfixes:
14+
* replace deprecated gethostbyname call with getaddrinfo (#217)
15+
116
# 1.6.3
217

318
Fixes installing presets in their own directory (@ceamac, #212)

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
22

33
project(fastfetch
4-
VERSION 1.6.3
4+
VERSION 1.6.4
55
LANGUAGES C
66
)
77

0 commit comments

Comments
 (0)