From 3cd02ff72beac83c947f93944d0426452f15132b Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 9 Mar 2016 23:02:24 +1100 Subject: [PATCH] Add new changelog --- 1.4.md | 59 ---------------------------------------------------------- 1.5.md | 1 + 2 files changed, 1 insertion(+), 59 deletions(-) delete mode 100644 1.4.md create mode 100644 1.5.md diff --git a/1.4.md b/1.4.md deleted file mode 100644 index dbf90883..00000000 --- a/1.4.md +++ /dev/null @@ -1,59 +0,0 @@ -# Neofetch 1.4 - -- Renamed `fetch` to `neofetch`. Thanks for voting. -- Fetch now has a man page. (man neofetch) Thanks **[@konimex](https://github.com/konimex)** - -### Packages - -- Added Debian/Ubuntu package. Thanks **[@dawidd6](https://github.com/dawidd6)** -- Added Homebrew package for OS X. \[1\] Thanks **[@iandrewt](https://github.com/iandrewt)** - -\[1\] The homebrew package is still in the auditing and approval process and should be
-available in less than 24 hours. - -### Info - -**Battery**
-- Added support for NetBSD - -**Song**
-- [Linux] Added support for Spotify. - -**Birthday**
-- Added `--birthday_format` and `$birthday_format` to change the date format of the
-birthday function. The flag uses the `date` cmd's format options so see `man date`
-for a list. - -Example: - -```sh -neofetch --birthday_format "%D" -neofetch --birthday_format "%a %d %b %Y %l:%M %p" -neofetch --birthday_format "%c" -``` - -**Theme**
-- Fix incorrect theme detection on Cinnamon. - -### 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`. -- Optimized all ascii art fixing all leading whitespace issues. - -Example of small ascii logo: - -![CRUX](https://ipfs.pics/ipfs/QmSpadVHtBPRBUJEiiztqkXqfhE2fuGS5t8bzsbxWUYaXA) - -### Stdout -- Don't create config file when using `--stdout`. -- Reimplent `--stdout_separator` and `$stdout_separator` which allow you to change
-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 " | " -``` diff --git a/1.5.md b/1.5.md new file mode 100644 index 00000000..00a85092 --- /dev/null +++ b/1.5.md @@ -0,0 +1 @@ +# Neofetch 1.5