Commit b9606cf6 authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Update CHANGELOG.md

parent 96126320
...@@ -37,6 +37,10 @@ ...@@ -37,6 +37,10 @@
- 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. - Added generic Linux ascii art to display if neofetch doesn't have the right logo for your 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`. - `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.
- Rename `colors()` to `get_distro_colors()`.
- Rename `setcolors()` to `set_colors()`.
- Remove all duplicates from `get_distro_colors()`.
## Images ## Images
...@@ -52,6 +56,12 @@ ...@@ -52,6 +56,12 @@
- Renamed `check_old_flags()` to `old_flags()` to match `old_functions()`. - Renamed `check_old_flags()` to `old_flags()` to match `old_functions()`.
- Split `get_image()` into `get_term_size()`, `get_image_size()`, `get_image_program()` and `make_thumbnail()`. - Split `get_image()` into `get_term_size()`, `get_image_size()`, `get_image_program()` and `make_thumbnail()`.
## Bars
- Rename all `progress_` variables to `bar_` to match the function name.
## Info ## Info
**Distro**<br \> **Distro**<br \>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment