From fec061d9fd0bccb1519d843ac1cc99bc294e6159 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Dec 2016 12:02:51 +1100 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d61691b7..a6217822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This release also includes a rewrite of the screenshot functions. You no longer The `get_packages()` function was optimized. Neofetch's packages function works by detecting which package managers are installed on your system and then using a sum of those as the packages output. Previously the function would call `wc -l` for every package manager, instead we now call `wc -l` only once at the end of the function. - +https://github.com/dylanaraps/neofetch/issues Thanks for reporting these bugs and also suggesting these features. Don't be shy, report any bugs, annoyances or etc with Neofetch and I'll happily help you out. Thanks to **[@konimex](https://github.com/konimex)** for all of his contributions this release. :) From 7a49de1002a70321493b325fba9e3ea6a9482dd0 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Dec 2016 12:03:27 +1100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6217822..d61691b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This release also includes a rewrite of the screenshot functions. You no longer The `get_packages()` function was optimized. Neofetch's packages function works by detecting which package managers are installed on your system and then using a sum of those as the packages output. Previously the function would call `wc -l` for every package manager, instead we now call `wc -l` only once at the end of the function. -https://github.com/dylanaraps/neofetch/issues + Thanks for reporting these bugs and also suggesting these features. Don't be shy, report any bugs, annoyances or etc with Neofetch and I'll happily help you out. Thanks to **[@konimex](https://github.com/konimex)** for all of his contributions this release. :)