Changelog
This commit is contained in:
parent
1be7454d08
commit
45445e2c5e
1 changed files with 3 additions and 0 deletions
3
1.8.md
3
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<br \>
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue