Release: 3.2.0
This commit is contained in:
parent
3cef00ffa4
commit
1c759e8119
|
@ -3,10 +3,12 @@
|
||||||
- **[@MatthewCox](https://github.com/MatthewCox)**
|
- **[@MatthewCox](https://github.com/MatthewCox)**
|
||||||
- **[@dawidd6](https://github.com/dawidd6)**
|
- **[@dawidd6](https://github.com/dawidd6)**
|
||||||
- **[@erikdubois](https://github.com/erikdubois)**
|
- **[@erikdubois](https://github.com/erikdubois)**
|
||||||
|
- **[@konimex](https://github.com/konimex)**
|
||||||
- **[@mstraube](https://github.com/mstraube)**
|
- **[@mstraube](https://github.com/mstraube)**
|
||||||
- **[@Artoriuz](https://github.com/Artoriuz)**
|
- **[@Artoriuz](https://github.com/Artoriuz)**
|
||||||
- **[@WilsonRU](https://github.com/WilsonRU)**
|
- **[@WilsonRU](https://github.com/WilsonRU)**
|
||||||
- **[@Takeya-Yuki](https://github.com/Takeya-Yuki)**
|
- **[@Takeya-Yuki](https://github.com/Takeya-Yuki)**
|
||||||
|
- **[@iandrewt](https://github.com/iandrewt)**
|
||||||
- **[@LER0ever](https://github.com/LER0ever)**
|
- **[@LER0ever](https://github.com/LER0ever)**
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,7 +25,7 @@
|
||||||
|
|
||||||
- Minimum required BASH version is now 3.2.
|
- Minimum required BASH version is now 3.2.
|
||||||
- (Neofetch has always used 3.2+ features, I've just made it obvious now in the documentation.)
|
- (Neofetch has always used 3.2+ features, I've just made it obvious now in the documentation.)
|
||||||
- Fixed config file not being created.
|
- Fixed config file not being created on first install.
|
||||||
|
|
||||||
|
|
||||||
## Images
|
## Images
|
||||||
|
|
|
@ -724,4 +724,4 @@ image_host="teknik"
|
||||||
#
|
#
|
||||||
# NOTE: Don't change this value, neofetch reads this to determine
|
# NOTE: Don't change this value, neofetch reads this to determine
|
||||||
# how to handle backwards compatibility.
|
# how to handle backwards compatibility.
|
||||||
config_version="3.1.0-git"
|
config_version="3.2.0"
|
||||||
|
|
2
neofetch
2
neofetch
|
@ -9,7 +9,7 @@
|
||||||
# https://github.com/dylanaraps/
|
# https://github.com/dylanaraps/
|
||||||
|
|
||||||
# Neofetch version.
|
# Neofetch version.
|
||||||
version="3.1.0-git"
|
version="3.2.0"
|
||||||
|
|
||||||
bash_version="${BASH_VERSION/.*}"
|
bash_version="${BASH_VERSION/.*}"
|
||||||
sys_locale="${LANG:-C}"
|
sys_locale="${LANG:-C}"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
|
||||||
.TH NEOFETCH "1" "April 2017" "Neofetch 3.1.0-git" "User Commands"
|
.TH NEOFETCH "1" "June 2017" "Neofetch 3.2.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
Neofetch \- A fast, highly customizable system info script
|
Neofetch \- A fast, highly customizable system info script
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
Reference in New Issue