From 45445e2c5ea7f7c6e00c58ebcbf267c2d7132069 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 13 Jun 2016 19:14:56 +1000 Subject: [PATCH] Changelog --- 1.8.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/1.8.md b/1.8.md index 8b4afab6..06236e62 100644 --- a/1.8.md +++ b/1.8.md @@ -26,6 +26,8 @@ - Remove all instances of `! -z` since they're pointless. - Quote all variable/command substitutions. - Remove all `bc` usage by simplifying math. +- The prompt is now dynamically set in image mode instead of being anchored to the
+bottom of the window. See [#279](https://github.com/dylanaraps/neofetch/pull/279) for an example. ### OS @@ -82,6 +84,7 @@ block will be. - Added image support for terminology with `tycat`. **[@aranega](https://github.com/aranega)** \[1\] - Added `--crop_mode none` / `crop_mode=none` to disable cropping the images. - Added `--size none` / `size=none` to disable resizing / cropping the images. +- Removed `image_position` ##### Shuffle mode