Changelog
This commit is contained in:
parent
6d01e1c82d
commit
2787c1b68c
13
1.4.md
13
1.4.md
|
@ -15,6 +15,19 @@
|
|||
**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.
|
||||
|
||||
Example:
|
||||
|
||||
```sh
|
||||
neofetch --birthday_format "%D"
|
||||
neofetch --birthday_format "%a %d %b %Y %l:%M %p"
|
||||
neofetch --birthday_format "%c"
|
||||
```
|
||||
|
||||
### Ascii
|
||||
|
||||
- Added small ascii logo variants for Arch, Crux and Gentoo.
|
||||
|
|
Reference in New Issue