Changelog
This commit is contained in:
parent
1be7454d08
commit
45445e2c5e
3
1.8.md
3
1.8.md
|
@ -26,6 +26,8 @@
|
||||||
- Remove all instances of `! -z` since they're pointless.
|
- Remove all instances of `! -z` since they're pointless.
|
||||||
- Quote all variable/command substitutions.
|
- Quote all variable/command substitutions.
|
||||||
- Remove all `bc` usage by simplifying math.
|
- Remove all `bc` usage by simplifying math.
|
||||||
|
- The prompt is now dynamically set in image mode instead of being anchored to the<br \>
|
||||||
|
bottom of the window. See [#279](https://github.com/dylanaraps/neofetch/pull/279) for an example.
|
||||||
|
|
||||||
|
|
||||||
### OS
|
### OS
|
||||||
|
@ -82,6 +84,7 @@ block will be.
|
||||||
- Added image support for terminology with `tycat`. **[@aranega](https://github.com/aranega)** \[1\]
|
- 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 `--crop_mode none` / `crop_mode=none` to disable cropping the images.
|
||||||
- Added `--size none` / `size=none` to disable resizing / cropping the images.
|
- Added `--size none` / `size=none` to disable resizing / cropping the images.
|
||||||
|
- Removed `image_position`
|
||||||
|
|
||||||
##### Shuffle mode
|
##### Shuffle mode
|
||||||
|
|
||||||
|
|
Reference in New Issue