hyfetch/1.3.md

77 lines
2 KiB
Markdown
Raw Normal View History

2016-02-17 00:05:15 -07:00
# Fetch 1.3
2016-02-18 05:59:14 -07:00
2016-02-26 01:13:40 -07:00
Hey guys,
We're in the middle of renaming 'fetch' to something else<br \>
as there are already other programs using the name and we<br \>
don't appear in any searches.
You can help out by voting in our poll here:
http://strawpoll.me/6894425
2016-02-23 15:32:15 -07:00
- Fetch now supports **bash 3.0+**.
2016-02-20 14:57:07 -07:00
- More cleanup
2016-02-23 03:32:00 -07:00
- The text is now by default colored according to your distro's logo.
2016-02-23 03:30:43 -07: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 14:57:07 -07:00
2016-02-19 05:30:13 -07:00
### Image
- You no longer need to set the font_width value, your font size<br \>
2016-02-23 18:15:46 -07:00
is now calculated by fetch automatically.
2016-02-19 05:30:13 -07:00
- Image sizing now takes terminal height into account.
2016-02-20 04:52:32 -07: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-23 18:19:55 -07:00
# Size the image in pixels.
fetch --size 200px
2016-02-20 04:52:32 -07:00
```
2016-02-19 05:30:13 -07:00
2016-02-23 18:13:27 -07:00
### Packages
- Fetch now has a `crux` port. Thanks **[@ix](https://github.com/ix)**.
2016-02-18 05:59:14 -07:00
### OS
- Added support for `BunsenLabs`.
2016-02-26 01:04:22 -07:00
- Added support for `SailfishOS`. (Untested)
### Info
2016-02-19 02:48:40 -07:00
- Don't display Theme, Icons, Font or Window Manager if X isn't running.
2016-02-24 22:18:35 -07:00
- Added function to show currently logged in users.
2016-02-19 02:48:40 -07:00
2016-02-24 18:02:28 -07:00
**Window Manager**<br \>
- Add support for Wayland window managers. (Hardcoded)
**Song**<br \>
- Added `song_shorthand` which prints the Artist/Title on seperate lines.
2016-02-19 05:42:38 -07:00
2016-02-24 18:02:28 -07:00
**Theme**<br \>
2016-02-19 05:42:38 -07:00
- Windows Visual Style is now a part of `getstyle`.
2016-02-19 17:35:44 -07:00
- Disabled theme output on OS X to fix a `gsetttings` related crash.
2016-02-20 14:57:07 -07:00
- Uppercase the first letter of the theme.
2016-02-19 06:24:43 -07:00
2016-02-21 05:19:05 -07:00
**Resolution**<br \>
- Added Windows support.
2016-02-23 01:47:41 -07:00
- Enabled by default but only displays info if the dependency is found.
2016-02-21 05:19:05 -07:00
2016-02-24 18:02:28 -07:00
**Battery**<br \>
2016-02-23 18:13:27 -07:00
- Added FreeBSD and OpenBSD support. Thanks **[@tudurom](https://github.com/tudurom)**.
2016-02-23 01:22:39 -07:00
2016-02-26 01:04:22 -07:00
**GPU**<br \>
- Added more substitutions/
2016-02-19 06:24:43 -07: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`