Changelog
This commit is contained in:
parent
4f4af5a2ea
commit
6c664f36b2
1 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,8 @@
|
||||||
- Swap all tests from `[` to `[[`.
|
- Swap all tests from `[` to `[[`.
|
||||||
- Cleaned up and rewrote various functions.
|
- Cleaned up and rewrote various functions.
|
||||||
- Removed all traces of `eval` from neofetch.
|
- Removed all traces of `eval` from neofetch.
|
||||||
|
- All functions/variables now follow the same naming scheme. `example_func_name`
|
||||||
|
|
||||||
|
|
||||||
## Operating System
|
## Operating System
|
||||||
|
|
||||||
|
@ -26,7 +28,7 @@
|
||||||
## Ascii
|
## Ascii
|
||||||
|
|
||||||
- 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.
|
- 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`.
|
||||||
|
|
Loading…
Reference in a new issue