docs: update

This commit is contained in:
Dylan Araps 2018-05-18 16:26:22 +10:00
parent 0e43d765fa
commit c69e5ef041
3 changed files with 12 additions and 10 deletions

View File

@ -7,13 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
## [4.0.1] - 2018-05-18
### Note: This release is only required for those running `bash <3.3`.
- [config] Fixed issue with default config in bash3. - [config] Fixed issue with default config in bash3.
- [packages] Simplified code. - [packages] Simplified code.
- [term] Fixed macOS issue. - [term] Fixed macOS issue.
- [term] Fixed `tmux` issue. - [term] Fixed `tmux` issue.
## [4.0.0] - 2018-05-17 ## [4.0.0] - 2018-05-17
<h1><img src="https://i.imgur.com/JFxwJtU.png" alt="logo" height="100px"></h1>
This release bumps the version number up to `4.0.0` as it contains major This release bumps the version number up to `4.0.0` as it contains major
changes to how Neofetch is packaged and installed. changes to how Neofetch is packaged and installed.
@ -2662,7 +2670,8 @@ Changelog:
Let me know if you're having issues. Let me know if you're having issues.
[Unreleased]: https://github.com/dylanaraps/neofetch/compare/4.0.0...HEAD [Unreleased]: https://github.com/dylanaraps/neofetch/compare/4.0.1...HEAD
[4.0.1]: https://github.com/dylanaraps/neofetch/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/dylanaraps/neofetch/compare/3.4.0...4.0.0 [4.0.0]: https://github.com/dylanaraps/neofetch/compare/3.4.0...4.0.0
[3.4.0]: https://github.com/dylanaraps/neofetch/compare/3.3.0...3.4.0 [3.4.0]: https://github.com/dylanaraps/neofetch/compare/3.3.0...3.4.0
[3.3.0]: https://github.com/dylanaraps/neofetch/compare/3.2.0...3.3.0 [3.3.0]: https://github.com/dylanaraps/neofetch/compare/3.2.0...3.3.0

View File

@ -27,7 +27,7 @@
# SOFTWARE. # SOFTWARE.
# Neofetch version. # Neofetch version.
version="4.0.1" version="4.0.2"
bash_version="${BASH_VERSION/.*}" bash_version="${BASH_VERSION/.*}"
sys_locale="${LANG:-C}" sys_locale="${LANG:-C}"
@ -826,12 +826,6 @@ image_host="teknik"
# Default: 'off' # Default: 'off'
# Values: 'on', 'off' # Values: 'on', 'off'
stdout="off" stdout="off"
# Config version.
#
# NOTE: Don't change this value, neofetch reads this to determine
# how to handle backwards compatibility.
config_version="4.0.1"
EOF EOF
# DETECT INFORMATION # DETECT INFORMATION
@ -8713,7 +8707,6 @@ main() {
# Add neofetch info to verbose output. # Add neofetch info to verbose output.
err "Neofetch command: $0 $*" err "Neofetch command: $0 $*"
err "Neofetch version: $version" err "Neofetch version: $version"
err "Neofetch config: $config_version"
# Show error messages. # Show error messages.
[[ "$verbose" == "on" ]] && printf "%b" "$err" >&2 [[ "$verbose" == "on" ]] && printf "%b" "$err" >&2

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH NEOFETCH "1" "May 2018" "Neofetch 4.0.1" "User Commands" .TH NEOFETCH "1" "May 2018" "Neofetch 4.0.2" "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