Changelog
This commit is contained in:
parent
d21285c75b
commit
9225d0d693
6
1.8.md
6
1.8.md
|
@ -26,7 +26,8 @@
|
||||||
- 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 \>
|
- 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.
|
bottom of the window. See [#279](https://github.com/dylanaraps/neofetch/pull/279) and [#299](https://github.com/dylanaraps/neofetch/pull/299) for examples.
|
||||||
|
- Removed `line_wrap` as having it set to `on` broke the output.
|
||||||
- Fix issue with incorrect text color when `barinfo` is set.
|
- Fix issue with incorrect text color when `barinfo` is set.
|
||||||
|
|
||||||
|
|
||||||
|
@ -93,6 +94,7 @@ block will be.
|
||||||
![terminology](https://ipfs.pics/ipfs/QmbVEUREBg4hMG22WrQ2bkt2sZZzyTEP5EEXmHRw7MHD6A)
|
![terminology](https://ipfs.pics/ipfs/QmbVEUREBg4hMG22WrQ2bkt2sZZzyTEP5EEXmHRw7MHD6A)
|
||||||
|
|
||||||
- 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\]
|
||||||
|
- Fixed issues with lines getting drawn through images. See [#296](https://github.com/dylanaraps/neofetch/pull/296)
|
||||||
- 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`
|
- Removed `image_position`
|
||||||
|
@ -113,6 +115,8 @@ now have working image support.
|
||||||
### Ascii
|
### Ascii
|
||||||
|
|
||||||
- Add `ascii_bold` which allows you to bold the ascii art.
|
- Add `ascii_bold` which allows you to bold the ascii art.
|
||||||
|
- Custom ascii files (`--ascii path/to/ascii_file`) now follow the same format as the<br\>
|
||||||
|
distro ascii files. See this wiki page that explains the syntax. [Link](https://github.com/dylanaraps/neofetch/wiki/Custom-Ascii-art-file-format)
|
||||||
- Better `Ubuntu-GNOME` ascii art. **[@hashhar](https://github.com/hashhar)**
|
- Better `Ubuntu-GNOME` ascii art. **[@hashhar](https://github.com/hashhar)**
|
||||||
- Fix a color issue with Debian's ascii logo.
|
- Fix a color issue with Debian's ascii logo.
|
||||||
- Added `--ascii_distro mac` as a shorter way of using the OS X ascii.
|
- Added `--ascii_distro mac` as a shorter way of using the OS X ascii.
|
||||||
|
|
Reference in New Issue