2016-02-28 01:44:45 +01:00
|
|
|
# Neofetch 1.4
|
|
|
|
|
|
|
|
- Renamed `fetch` to `neofetch`. Thanks for voting.
|
2016-02-27 10:25:39 +01:00
|
|
|
|
2016-02-28 11:01:12 +01:00
|
|
|
### Packages
|
|
|
|
|
|
|
|
- Added Debian/Ubuntu package. Thanks [@dawidd6](https://github.com/dawidd6)
|
2016-02-28 11:01:27 +01:00
|
|
|
|
2016-02-27 10:25:39 +01:00
|
|
|
### Info
|
|
|
|
|
|
|
|
**Battery**<br \>
|
|
|
|
- Added support for NetBSD
|
2016-02-27 23:19:22 +01:00
|
|
|
|
2016-02-28 11:36:25 +01:00
|
|
|
### Ascii
|
|
|
|
|
|
|
|
- Added small ascii logo variants for Arch, Crux and Gentoo.
|
|
|
|
- Added new flag/option `ascii_logo_size` that takes the values `normal` and `small`.
|
2016-03-02 23:42:29 +01:00
|
|
|
- Optimized all ascii art fixing all leading whitespace issues.
|
2016-02-28 11:36:25 +01:00
|
|
|
|
2016-02-27 23:19:22 +01:00
|
|
|
### Stdout
|
|
|
|
- Don't create config file when using `--stdout`.
|
2016-03-03 21:58:20 +01:00
|
|
|
- Reimplemt `--stdout_separator` and `$stdout_separator` which allow you to change<br \>
|
|
|
|
the separator between the info.
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
# 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 " | "
|
|
|
|
```
|