diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d7683e..82442448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] + +## [5.0.0] - 2018-06-18 + logo -A lot of the script has been rewritten and all lint errors have been resolved. There's probably a few bugs so the version number has been bumped to `5.0`. Thanks to everyone who contributed to this release. +A lot of the script has been rewritten and all lint errors have been resolved. There's probably a few bugs so the version number has been bumped to `5.0`. Expect a minor release in the coming days to fix any bugs that come up. Thanks to everyone who contributed to this release. **Contributors** @@ -89,11 +92,12 @@ See: https://github.com/dylanaraps/neofetch/issues/1001 ## [4.0.2] - 2018-05-19 +### This fixes default config issues on Android, AIX, HP-UX and possibly others. + - [config] Fixed `/dev/stdin` error. - [config] Added `--print_config` to display the default config file. - [macOS] Fixed xquartz issue. - ## [4.0.1] - 2018-05-18 ### Note: This release is only required for those running `bash <3.3`. @@ -2756,7 +2760,8 @@ Changelog: Let me know if you're having issues. -[Unreleased]: https://github.com/dylanaraps/neofetch/compare/4.0.2...HEAD +[Unreleased]: https://github.com/dylanaraps/neofetch/compare/5.0.0...HEAD +[5.0.0]: https://github.com/dylanaraps/neofetch/compare/4.0.2...5.0.0 [4.0.2]: https://github.com/dylanaraps/neofetch/compare/4.0.1...4.0.2 [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 diff --git a/neofetch b/neofetch index 6533c577..bb9dc920 100755 --- a/neofetch +++ b/neofetch @@ -28,7 +28,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -version="5.0.0" +version="5.0.1" bash_version="${BASH_VERSION/.*}" sys_locale="${LANG:-C}" diff --git a/neofetch.1 b/neofetch.1 index 37776b72..5107a1ac 100644 --- a/neofetch.1 +++ b/neofetch.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. -.TH NEOFETCH "1" "June 2018" "Neofetch 5.0.0" "User Commands" +.TH NEOFETCH "1" "June 2018" "Neofetch 5.0.1" "User Commands" .SH NAME Neofetch \- A fast, highly customizable system info script .SH SYNOPSIS