github dylanaraps/neofetch 1.4
Neofetch 1.4

latest releases: 7.1.0, 7.0.0, 6.1.0...
8 years ago

Lots of bugs were fixed and a lot of code was cleaned up, this changelog just lists
the major changes made to neofetch. For a full list, checkout the git commit history.

Thanks to everyone for contributing, I appreciate it!

  • Renamed fetch to neofetch. Thanks for voting.
  • Neofetch now has a man page. (man neofetch) Thanks @konimex
  • Added support for Alpine Linux.
  • Fix issue with color blocks ending up on the same line as the prompt.

Packages

  • Added Debian/Ubuntu package. Thanks @dawidd6
  • Added Homebrew package for OS X. Thanks @iandrewt

Info

  • Reimplement color function.

Battery<br >

  • Added support for NetBSD

Song<br >

  • [Linux] Added support for Spotify.

Birthday<br >

  • Added --birthday_format and $birthday_format to change the date format of the<br >
    birthday function. The flag uses the date cmd's format options so see man date<br >
    for a list.

Packages<br >

  • Fix 0 package count in Slackware. Thanks @h3xx

GPU<br >

  • Added more GPU substitutions.

Example:

neofetch --birthday_format "%D"
neofetch --birthday_format "%a %d %b %Y %l:%M %p"
neofetch --birthday_format "%c"

Theme<br >

  • Fix incorrect theme detection on Cinnamon.

Ascii

  • Added small ascii logo variants for Arch, Crux and Gentoo. [1]
  • Added new flag/option ascii_logo_size that takes the values normal and small.
  • Optimized all ascii art fixing all leading whitespace issues.

[1] The small ascii art was taken from ufetch.

Example of small ascii logo:

CRUX

Stdout

  • Don't create config file when using --stdout.
  • Simplified stdout function.
  • Reimplent --stdout_separator and $stdout_separator which allow you to change<br >
    the separator between the info.

Example:

# Display memory, battery and disk in a single line separated by "  |  "
# This output can then be used in lemonbar etc.
neofetch --stdout memory battery disk --stdout_separator "  |  "

Don't miss a new neofetch release

NewReleases is sending notifications on new releases.