From aab50a88f1a36cf27a3bf3f1b66e3563cae3b191 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 26 Nov 2016 15:37:07 +1100 Subject: [PATCH] Changelog --- CHANGELOG.md | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8baba62b..79377e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,31 +7,38 @@ - **[@iwamatsu](https://github.com/iwamatsu)** +## Packages + +- Neofetch is now in Debian's official repos. +- Neofetch is now in Ubuntu's official repos. + + ## General -- Fixed issue where info wasn't detected properly but the subtitle was still displayed. -- Fixed issue where `bold=off` wouldn't work. -- Fixed issue where using `--disable func func` broke other args. -- Fixed `--disable` and capitalized arguments. -- Swap all tests from `[` to `[[`. -- Cleaned up and rewrote various functions. -- Removed all traces of `eval` from neofetch. - All functions/variables now follow the same naming scheme. `example_func_name` +- Call `uname` once and cache the output instead of calling `uname` 4-5 times. +- Cleaned up and rewrote large chunks of the script. - Convert math tests to correct syntax. +- Fixed `--disable` and capitalized arguments. +- Fixed issue where `bold=off` wouldn't work. +- Fixed issue where info wasn't detected properly but the subtitle was still displayed. +- Fixed issue where using `--disable func func` broke other args. +- Removed all traces of `eval` from neofetch. - Removed all vim fold markers and stopped enforcing folding for vim users. - See [#431](https://github.com/dylanaraps/neofetch/pull/431) -- Call `uname` once and cache the output instead of calling `uname` 4-5 times. +- Rewrote all of config file documentation. +- Swap all tests from `[` to `[[`. ## Operating System -- Added support for Haiku OS. **[@konimex](https://github.com/konimex)** -- Added support for GNU Hurd. **[@konimex](https://github.com/konimex)** - Added support for ChaletOS. - Added support for DracOS. -- Added support for Pardus. -- Added support for Netrunner. **[@konimex](https://github.com/konimex)** +- Added support for GNU Hurd. **[@konimex](https://github.com/konimex)** +- Added support for Haiku OS. **[@konimex](https://github.com/konimex)** - Added support for Korora. **[@konimex](https://github.com/konimex)** +- Added support for Netrunner. **[@konimex](https://github.com/konimex)** +- Added support for Pardus. - Added support for iPhone 7 and 7 Plus. @@ -46,10 +53,10 @@ - [Arch Linux] Changed default ascii colors. - [Bunsenlabs] Changed default ascii colors. - Fixed issue with Solarized and certain ascii art. -- Rename `colors()` to `get_distro_colors()`. -- Rename `setcolors()` to `set_colors()`. - Remove all duplicates from `get_distro_colors()`. - Remove execution permission flag from ascii art files. **[@iwamatsu](https://github.com/iwamatsu)** +- Rename `colors()` to `get_distro_colors()`. +- Rename `setcolors()` to `set_colors()`. - Update Netrunner ascii art.