misc: cleanup
This commit is contained in:
parent
8a2e973814
commit
bdd21fa8a7
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
|
||||||
|
## [5.0.0] - 2018-06-18
|
||||||
|
|
||||||
<img src="https://i.imgur.com/ZQI2EYz.png" alt="logo" height="100px">
|
<img src="https://i.imgur.com/ZQI2EYz.png" alt="logo" height="100px">
|
||||||
|
|
||||||
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**
|
**Contributors**
|
||||||
|
|
||||||
|
@ -89,11 +92,12 @@ See: https://github.com/dylanaraps/neofetch/issues/1001
|
||||||
|
|
||||||
## [4.0.2] - 2018-05-19
|
## [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] Fixed `/dev/stdin` error.
|
||||||
- [config] Added `--print_config` to display the default config file.
|
- [config] Added `--print_config` to display the default config file.
|
||||||
- [macOS] Fixed xquartz issue.
|
- [macOS] Fixed xquartz issue.
|
||||||
|
|
||||||
|
|
||||||
## [4.0.1] - 2018-05-18
|
## [4.0.1] - 2018-05-18
|
||||||
|
|
||||||
### Note: This release is only required for those running `bash <3.3`.
|
### 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.
|
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.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.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
|
||||||
|
|
2
neofetch
2
neofetch
|
@ -28,7 +28,7 @@
|
||||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
version="5.0.0"
|
version="5.0.1"
|
||||||
|
|
||||||
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.6.
|
.\" 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
|
.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