Changelog

This commit is contained in:
Dylan Araps 2016-11-13 23:18:41 +11:00
parent d0e03acb77
commit 47e450cf3c
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@
- Ascii art is no longer read as a script and is now read as plain text. - Ascii art is no longer read as a script and is now read as plain text.
- See this wiki page about the new ascii art format. - See this wiki page about the new ascii art format.
- https://github.com/dylanaraps/neofetch/wiki/Custom-Ascii-art-file-format - https://github.com/dylanaraps/neofetch/wiki/Custom-Ascii-art-file-format
- Added generic Linux ascii art to display if neofetch doesn't have the right logo for your distro. - Neofetch now displays your OS's ascii logo if your distro's logo isn't found. **[@konimex](https://github.com/konimex)**
- Example: [Linux] Tux is displayed if there's no distro ascii.
- `neofetch --ascii_distro x` now sets the mode to ascii for you. You no longer have to use a combination of `--ascii` and `--ascii_distro`. - `neofetch --ascii_distro x` now sets the mode to ascii for you. You no longer have to use a combination of `--ascii` and `--ascii_distro`.
- [Arch Linux] Changed default ascii colors. - [Arch Linux] Changed default ascii colors.
- Rename `colors()` to `get_distro_colors()`. - Rename `colors()` to `get_distro_colors()`.