neofetch/1.1.md

48 lines
1.3 KiB
Markdown
Raw Normal View History

2016-01-28 01:44:06 +00:00
# Fetch 1.1 changelog
- If `w3m` or `imagemagick` aren't installed we gracefully fallback to no image mode.
- Fix padding escape codes on BSD systems.
- Swap escape codes from `\e` to `\033` for consistency.
- We only move the cursor to the bottom of the terminal in w3m/iterm2 rendering modes.
2016-01-29 00:38:25 +00:00
- Cursor position is now dynamic based on the height of the ascii and info text.
2016-01-28 01:44:06 +00:00
### Info
**Kernel:**
- Added `kernel_shorthand` to print less or more kernel info
2016-01-28 01:45:27 +00:00
**Distro:**
- Added support for showing Max OS X build version.
- You can toggle it using `--osx_buildversion` and `$osx_buildversion`.
2016-01-28 01:44:06 +00:00
**Window Manager:**
- Added support for `$XINITRC`
**Shell:**
- Added `--shell_version` and `$shell_version` to hide/show your shell's version.
- Added `--shell_path` and `$shell_path` to hide/show the path to your shell
2016-01-28 01:44:06 +00:00
**GTK:**
- Fix incorrect GTK3 theme being displayed
### Image
- Rename `--shuffledir` and `$shuffledir` to `shuffle_dir`.
- Added support for ascii art inside of text files.
```sh
fetch --ascii "path/to/ascii" --ascii_color 2
```
2016-01-28 09:11:18 +00:00
- Added "screenfetch mode" which will display your distro's ascii art<br\>
next to the info.<br \>
See: http://localhost:6419/#how-do-i-enable-screenfetch-mode
- Added `--ascii_distro` to choose which distro's ascii logo to display.