Skip to content

Commit 1c759e8

Browse files
committed
Release: 3.2.0
1 parent 3cef00f commit 1c759e8

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
- **[@MatthewCox](https://github.com/MatthewCox)**
44
- **[@dawidd6](https://github.com/dawidd6)**
55
- **[@erikdubois](https://github.com/erikdubois)**
6+
- **[@konimex](https://github.com/konimex)**
67
- **[@mstraube](https://github.com/mstraube)**
78
- **[@Artoriuz](https://github.com/Artoriuz)**
89
- **[@WilsonRU](https://github.com/WilsonRU)**
910
- **[@Takeya-Yuki](https://github.com/Takeya-Yuki)**
11+
- **[@iandrewt](https://github.com/iandrewt)**
1012
- **[@LER0ever](https://github.com/LER0ever)**
1113

1214

@@ -23,7 +25,7 @@
2325

2426
- Minimum required BASH version is now 3.2.
2527
- (Neofetch has always used 3.2+ features, I've just made it obvious now in the documentation.)
26-
- Fixed config file not being created.
28+
- Fixed config file not being created on first install.
2729

2830

2931
## Images

config/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,4 +724,4 @@ image_host="teknik"
724724
#
725725
# NOTE: Don't change this value, neofetch reads this to determine
726726
# how to handle backwards compatibility.
727-
config_version="3.1.0-git"
727+
config_version="3.2.0"

neofetch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# https://github.com/dylanaraps/
1010

1111
# Neofetch version.
12-
version="3.1.0-git"
12+
version="3.2.0"
1313

1414
bash_version="${BASH_VERSION/.*}"
1515
sys_locale="${LANG:-C}"

neofetch.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
2-
.TH NEOFETCH "1" "April 2017" "Neofetch 3.1.0-git" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
2+
.TH NEOFETCH "1" "June 2017" "Neofetch 3.2.0" "User Commands"
33
.SH NAME
44
Neofetch \- A fast, highly customizable system info script
55
.SH SYNOPSIS

0 commit comments

Comments
 (0)