Version: Bump Neofetch to 2.1.0

This commit is contained in:
Dylan Araps 2016-12-07 12:25:13 +11:00
parent ae4e2b038d
commit 9343a42a07
3 changed files with 3 additions and 22 deletions

View File

@ -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.
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.
# Contributors

View File

@ -3303,7 +3303,7 @@ get_args() {
"-v") verbose="on" ;;
"-vv") set -x; verbose="on" ;;
"--help") usage ;;
"--version") printf "%s\n" "Neofetch 2.0.2"; exit ;;
"--version") printf "%s\n" "Neofetch 2.1.0"; exit ;;
esac
shift

View File

@ -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
neofetch \- simple system information script