2016-02-17 07:05:15 +00:00
|
|
|
# Fetch 1.3
|
2016-02-18 12:59:14 +00:00
|
|
|
|
2016-02-20 21:57:07 +00:00
|
|
|
- More cleanup
|
2016-02-21 06:07:14 +00:00
|
|
|
- In `screenfetch` mode the text colors are now colored according<br \>
|
|
|
|
to your distro's ascii logo colors. This feature is enabled by<br \>
|
|
|
|
default and you can toggle it using `text_color_auto`.
|
2016-02-23 10:30:43 +00:00
|
|
|
- Removed `$*_color` variables/flags in favour of a general `$colors`<br \>
|
|
|
|
variable/flag. See my writeup here: **https://github.com/dylanaraps/fetch/pull/96**
|
2016-02-20 21:57:07 +00:00
|
|
|
|
2016-02-19 12:30:13 +00:00
|
|
|
### Image
|
|
|
|
|
|
|
|
- You no longer need to set the font_width value, your font size<br \>
|
|
|
|
is now calculated by fetch.
|
|
|
|
- Image sizing now takes terminal height into account.
|
2016-02-20 11:52:32 +00:00
|
|
|
- `--size` now also takes a percentage as a value, for example.
|
|
|
|
|
|
|
|
```sh
|
|
|
|
# Image takes up 70% of the terminal size.
|
|
|
|
fetch --size 70%
|
|
|
|
```
|
2016-02-19 12:30:13 +00:00
|
|
|
|
2016-02-18 12:59:14 +00:00
|
|
|
### OS
|
|
|
|
|
|
|
|
- Added support for `BunsenLabs`.
|
2016-02-19 00:26:24 +00:00
|
|
|
|
|
|
|
### Info
|
|
|
|
|
2016-02-19 09:48:40 +00:00
|
|
|
- Don't display Theme, Icons, Font or Window Manager if X isn't running.
|
|
|
|
|
2016-02-19 00:26:24 +00:00
|
|
|
**Song**<br \>
|
|
|
|
- Added `song_shorthand` which prints the Artist/Title on seperate lines.
|
2016-02-19 12:42:38 +00:00
|
|
|
|
|
|
|
**Theme**<br\>
|
|
|
|
- Windows Visual Style is now a part of `getstyle`.
|
2016-02-20 00:35:44 +00:00
|
|
|
- Disabled theme output on OS X to fix a `gsetttings` related crash.
|
2016-02-20 21:57:07 +00:00
|
|
|
- Uppercase the first letter of the theme.
|
2016-02-19 13:24:43 +00:00
|
|
|
|
2016-02-21 12:19:05 +00:00
|
|
|
**Resolution**<br \>
|
|
|
|
- Added Windows support.
|
2016-02-23 08:47:41 +00:00
|
|
|
- Enabled by default but only displays info if the dependency is found.
|
2016-02-21 12:19:05 +00:00
|
|
|
|
2016-02-23 08:22:39 +00:00
|
|
|
**Battery**<br\>
|
2016-02-23 10:09:13 +00:00
|
|
|
- Added FreeBSD and OpenBSD support. Thanks @tudurom
|
2016-02-23 08:22:39 +00:00
|
|
|
|
2016-02-19 13:24:43 +00:00
|
|
|
### Stdout
|
|
|
|
|
|
|
|
Printing to stdout in a plaintext format for use in scripts is now<br \>
|
|
|
|
much faster and cleaner.
|
|
|
|
|
|
|
|
- Removed `--stdout_separator` (Separator is now 2 spaces)
|
|
|
|
- Removed `--stdout_subtitles`
|
|
|
|
- Removed `--stdout_title`
|