neofetch/1.1.md

88 lines
2.6 KiB
Markdown
Raw Normal View History

2016-01-28 01:44:06 +00:00
# Fetch 1.1 changelog
2016-01-30 06:45:50 +00:00
- If `w3m` or `imagemagick` aren't installed we gracefully fallback to ascii mode.
- Automatically find the `w3mimgdisplay` path and fallback to ascii mode if not found.
2016-01-28 01:44:06 +00:00
- 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-29 06:07:56 +00:00
- If images and ascii are off, don't clear the terminal
2016-01-30 00:41:21 +00:00
- The script now exits correctly instead of always exiting with status code `1`
2016-01-31 08:24:53 +00:00
- If the script exits for any reason, unhide the cursor.
2016-01-30 00:41:21 +00:00
### Config file
- Fetch now has a config file that you can share with people and<br \>
keep between script versions!
- Added `--config` and `$config_file` to specify a custom config location.
- Added `--config off`, `--config none` and `$config` to enable / disable config files<br \>
at launch or in script.
2016-01-30 00:41:21 +00:00
2016-01-28 01:44:06 +00:00
### Makefile
- Fetch now has a make file due to the increasing number of files,<br \>
this allows the script to be easily installed and uninstalled on<br \>
systems it isn't packaged for yet!
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
2016-01-29 07:33:06 +00:00
**CPU:**
- `cpu_shorthand`: New substitutions
2016-01-28 01:44:06 +00:00
2016-01-31 04:10:14 +00:00
**GPU:**
- Linux: Count the number of identical GPUs. eg. `Nvidia Geforce GTX 970 x 2`
2016-01-29 01:18:04 +00:00
**Memory:**
- Mac OS X: Added wired memory to memory usage.
2016-01-30 11:41:58 +00:00
**Birthday:**
2016-01-30 23:31:29 +00:00
- Added `birthday` which prints the age of your OS
2016-01-30 11:42:54 +00:00
- Added `--birthday_shorthand` and `$birthday_shorthand` to shorten/lengthen<br \>
the output of birthday.
- Added `--birthday_time` and `$birthday_time` to show/hide the time in the output.
2016-01-30 11:41:58 +00:00
2016-01-29 01:18:04 +00:00
2016-01-28 01:44:06 +00:00
### Image
- Rename `--shuffledir` and `$shuffledir` to `shuffle_dir`.
- Added support for ascii art inside of text files.
- If `--image` and `--ascii` are left empty we fallback to ascii distro mode.
2016-01-28 01:44:06 +00:00
```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.