Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
neofetch
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
neofetch
Commits
19d35b99
Commit
19d35b99
authored
May 18, 2018
by
Dylan Araps
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: update
parent
0e43d765
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
10 deletions
+12
-10
CHANGELOG.md
CHANGELOG.md
+10
-1
neofetch
neofetch
+1
-8
neofetch.1
neofetch.1
+1
-1
No files found.
CHANGELOG.md
View file @
19d35b99
...
@@ -7,13 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
...
@@ -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:
...
@@ -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
...
...
neofetch
View file @
19d35b99
...
@@ -27,7 +27,7 @@
...
@@ -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"
...
@@ -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() {
...
@@ -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
...
...
neofetch.1
View file @
19d35b99
.\" 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment