From f882c486850e541ba1bbcb8094a1d0e013551ef1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 10 May 2018 09:56:01 +1000 Subject: [PATCH] docs: update --- CHANGELOG.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e794d894..76cfa852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,15 +14,12 @@ The entirety of Neofetch is now contained within a single executable. Everything has been in-lined. Installing Neofetch is now as easy as downloading the script and running it. -Packaging Neofetch is now easier as well. We were using `sed` in the -`Makefile` to replace specific paths and we have had to work around -different system hierarchies. None of this is necessary anymore. - Those using distributions with an outdated Neofetch version in their repos -can now easily install the latest version. +can now easily install the latest version themselves. Thanks to those who contributed this time around and thanks to those who -discussed proposed changes in the bug tracker. I appreciate it. :+1: +discussed proposed changes in the bug tracker and Discord. I appreciate +it. :+1: ## Contributors @@ -36,6 +33,8 @@ discussed proposed changes in the bug tracker. I appreciate it. :+1: - [**@TsundereBug**](https://github.com/TsundereBug) - [**@dawidd6**](https://github.com/dawidd6) - [**@mstraube**](https://github.com/mstraube) +- [**@iandrewt**](https://github.com/iandrewt) +- [**@MindTooth**](https://github.com/MindTooth) ## Operating System @@ -64,6 +63,12 @@ discussed proposed changes in the bug tracker. I appreciate it. :+1: ## Info +**Song** + +- Added album data to song output. [**@mstraube**](https://github.com/mstraube), [**@iandrewt**](https://github.com/iandrewt) +- Added `song_format` to change the display format of the data. + - Default: `%artist% - %album% - %title%`. + **Title** - Fixed unexpected backslash being inserted on some systems. @@ -80,6 +85,7 @@ discussed proposed changes in the bug tracker. I appreciate it. :+1: - Added support for `st`. [**@aidanharris**](https://github.com/aidanharris) - Added support for `qterminal`. [**@mstraube**](https://github.com/mstraube) +- Fixed `kitty` font bug. [**@MindTooth**](https://github.com/MindTooth) **Packages**