Version: Bump Neofetch to 2.1.0
This commit is contained in:
parent
ae4e2b038d
commit
9343a42a07
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -1,20 +1 @@
|
||||||
This minor release fixes some issues related to new features added in 2.0. These issues weren't picked up in the time between 2.0 and 2.1 and another minor release is needed due to the Packages issue being rather important.
|
# Contributors
|
||||||
|
|
||||||
These issues were fixed by reverting the GPU caching and Packages optimizations. These issues occurred because not enough testing was done before these were implemented in master. In the future I'll take more care with testing these larger changes before they hit the master branch and I apologize for there being yet another release in one week.
|
|
||||||
|
|
||||||
I also want to apologize to those packaging Neofetch for this unexpected release.
|
|
||||||
|
|
||||||
|
|
||||||
## Info
|
|
||||||
|
|
||||||
**Packages**<br \>
|
|
||||||
|
|
||||||
- Fixed issue where package output was off by one.
|
|
||||||
|
|
||||||
**GPU**<br \>
|
|
||||||
|
|
||||||
- Fixed bug with `--gpu_brand` not working.
|
|
||||||
|
|
||||||
**Theme**<br \>
|
|
||||||
|
|
||||||
- [Cinnamon] Fixed incorrect information.
|
|
||||||
|
|
2
neofetch
2
neofetch
|
@ -3303,7 +3303,7 @@ get_args() {
|
||||||
"-v") verbose="on" ;;
|
"-v") verbose="on" ;;
|
||||||
"-vv") set -x; verbose="on" ;;
|
"-vv") set -x; verbose="on" ;;
|
||||||
"--help") usage ;;
|
"--help") usage ;;
|
||||||
"--version") printf "%s\n" "Neofetch 2.0.2"; exit ;;
|
"--version") printf "%s\n" "Neofetch 2.1.0"; exit ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
shift
|
shift
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH NEOFETCH "1" "December 2016" "2.0.2" "User Commands"
|
.TH NEOFETCH "1" "December 2016" "2.1.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
neofetch \- simple system information script
|
neofetch \- simple system information script
|
||||||
|
|
||||||
|
|
Reference in New Issue