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.
|
2016-01-28 23:26:32 +00:00
|
|
|
- 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`
|
|
|
|
|
|
|
|
### 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.
|
2016-01-30 01:05:53 +00:00
|
|
|
- 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
|
|
|
|
|
|
|
### Info
|
|
|
|
|
2016-01-28 23:26:32 +00:00
|
|
|
**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`
|
|
|
|
|
2016-01-29 00:04:35 +00:00
|
|
|
**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-29 01:18:04 +00:00
|
|
|
**Memory:**
|
|
|
|
|
|
|
|
- Mac OS X: Added wired memory to memory usage.
|
|
|
|
|
|
|
|
|
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.
|
2016-01-29 01:29:25 +00:00
|
|
|
- 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.
|