Docs: CHANGELOG
This commit is contained in:
parent
4fe7225015
commit
32e37f514b
|
@ -185,6 +185,7 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques
|
||||||
- Display warning about 'ascii' being the new default mode.
|
- Display warning about 'ascii' being the new default mode.
|
||||||
- Removed `ascii_logo_size` in favor of `ascii_distro='{arch,crux,gentoo}_small`.
|
- Removed `ascii_logo_size` in favor of `ascii_distro='{arch,crux,gentoo}_small`.
|
||||||
- [PCBSD] Use TrueOS ascii art.
|
- [PCBSD] Use TrueOS ascii art.
|
||||||
|
- Added Void Linux (small) and Alpine Linux (small).
|
||||||
|
|
||||||
|
|
||||||
## Screenshot
|
## Screenshot
|
||||||
|
|
6
neofetch
6
neofetch
|
@ -3350,7 +3350,7 @@ old_options() {
|
||||||
[[ "$speed_type" == "bios" ]] && err "Config: speed_type='bios' is deprecated, use speed_type='bios_limit' instead."
|
[[ "$speed_type" == "bios" ]] && err "Config: speed_type='bios' is deprecated, use speed_type='bios_limit' instead."
|
||||||
|
|
||||||
# Ascii_logo_size was removed in 2.1.0.
|
# Ascii_logo_size was removed in 2.1.0.
|
||||||
[[ "$ascii_logo_size" ]] && err "Config: ascii_logo_size is deprecated, use ascii_distro='{arch,crux,gentoo}_small' instead."
|
[[ "$ascii_logo_size" ]] && err "Config: ascii_logo_size is deprecated, use ascii_distro='{alpine,arch,crux,gentoo,openbsd,void}_small' instead."
|
||||||
|
|
||||||
# $start and $end were replaced with ${block_range[@]} in 2.1.0.
|
# $start and $end were replaced with ${block_range[@]} in 2.1.0.
|
||||||
[[ "$start" && "$end" ]] && { err "Config: \$start and \$end are deprecated, use block_range=(0 7) instead."; block_range=("$start" "$end"); }
|
[[ "$start" && "$end" ]] && { err "Config: \$start and \$end are deprecated, use block_range=(0 7) instead."; block_range=("$start" "$end"); }
|
||||||
|
@ -3614,9 +3614,9 @@ ASCII:
|
||||||
|
|
||||||
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME', 'Ubuntu-Studio' or 'Ubuntu-Budgie' to use the flavors.
|
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME', 'Ubuntu-Studio' or 'Ubuntu-Budgie' to use the flavors.
|
||||||
|
|
||||||
NOTE: Arch, Crux and Gentoo have a smaller logo variant.
|
NOTE: Alpine, Arch, Crux, Gentoo, OpenBSD, and Void have a smaller logo variant.
|
||||||
|
|
||||||
NOTE: Change this to 'arch_small', 'crux_small' or 'gentoo_small' to use the small logos.
|
NOTE: Change this to 'alpine_small', 'arch_small', 'crux_small', 'gentoo_small', 'openbsd_small', and 'void_small' to use the small logos.
|
||||||
|
|
||||||
--ascii_bold on/off Whether or not to bold the ascii logo.
|
--ascii_bold on/off Whether or not to bold the ascii logo.
|
||||||
-L, --logo Hide the info text and only show the ascii logo.
|
-L, --logo Hide the info text and only show the ascii logo.
|
||||||
|
|
|
@ -217,9 +217,9 @@ NOTE: Ubuntu has flavor variants.
|
||||||
.IP
|
.IP
|
||||||
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu\-GNOME', 'Ubuntu\-Studio' or 'Ubuntu\-Budgie' to use the flavors.
|
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu\-GNOME', 'Ubuntu\-Studio' or 'Ubuntu\-Budgie' to use the flavors.
|
||||||
.IP
|
.IP
|
||||||
NOTE: Arch, Crux and Gentoo have a smaller logo variant.
|
NOTE: Alpine, Arch, Crux, Gentoo, OpenBSD, and Void have a smaller logo variant.
|
||||||
.IP
|
.IP
|
||||||
NOTE: Change this to 'arch_small', 'crux_small' or 'gentoo_small' to use the small logos.
|
NOTE: Change this to 'alpine_small', 'arch_small', 'crux_small', 'gentoo_small', 'openbsd_small', and 'void_small' to use the small logos.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-ascii_bold\fR on/off
|
\fB\-\-ascii_bold\fR on/off
|
||||||
Whether or not to bold the ascii logo.
|
Whether or not to bold the ascii logo.
|
||||||
|
|
Reference in New Issue