diff --git a/CHANGELOG.md b/CHANGELOG.md index 14eb2136..77e81149 100644 --- a/CHANGELOG.md +++ b/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. - -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**
- -- Fixed issue where package output was off by one. - -**GPU**
- -- Fixed bug with `--gpu_brand` not working. - -**Theme**
- -- [Cinnamon] Fixed incorrect information. +# Contributors diff --git a/neofetch b/neofetch index 1d805338..47aa6169 100755 --- a/neofetch +++ b/neofetch @@ -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 diff --git a/neofetch.1 b/neofetch.1 index 9a95aff0..cd68cf1a 100644 --- a/neofetch.1 +++ b/neofetch.1 @@ -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