neofetch/1.3.md

66 lines
1.8 KiB
Markdown
Raw Normal View History

2016-02-17 08:05:15 +01:00
# Fetch 1.3
2016-02-18 13:59:14 +01:00
2016-02-23 23:32:15 +01:00
- Fetch now supports **bash 3.0+**.
2016-02-20 22:57:07 +01:00
- More cleanup
2016-02-23 11:32:00 +01:00
- The text is now by default colored according to your distro's logo.
2016-02-23 11:30:43 +01: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 22:57:07 +01:00
2016-02-19 13:30:13 +01:00
### Image
- You no longer need to set the font_width value, your font size<br \>
2016-02-24 02:15:46 +01:00
is now calculated by fetch automatically.
2016-02-19 13:30:13 +01:00
- Image sizing now takes terminal height into account.
2016-02-20 12:52:32 +01: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-24 02:19:55 +01:00
# Size the image in pixels.
fetch --size 200px
2016-02-20 12:52:32 +01:00
```
2016-02-19 13:30:13 +01:00
2016-02-24 02:13:27 +01:00
### Packages
- Fetch now has a `crux` port. Thanks **[@ix](https://github.com/ix)**.
2016-02-18 13:59:14 +01:00
### OS
- Added support for `BunsenLabs`.
2016-02-26 09:04:22 +01:00
- Added support for `SailfishOS`. (Untested)
### Info
2016-02-19 10:48:40 +01:00
- Don't display Theme, Icons, Font or Window Manager if X isn't running.
2016-02-25 06:18:35 +01:00
- Added function to show currently logged in users.
2016-02-19 10:48:40 +01:00
2016-02-25 02:02:28 +01: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 13:42:38 +01:00
2016-02-25 02:02:28 +01:00
**Theme**<br \>
2016-02-19 13:42:38 +01:00
- Windows Visual Style is now a part of `getstyle`.
2016-02-20 01:35:44 +01:00
- Disabled theme output on OS X to fix a `gsetttings` related crash.
2016-02-20 22:57:07 +01:00
- Uppercase the first letter of the theme.
2016-02-19 14:24:43 +01:00
2016-02-21 13:19:05 +01:00
**Resolution**<br \>
- Added Windows support.
2016-02-23 09:47:41 +01:00
- Enabled by default but only displays info if the dependency is found.
2016-02-21 13:19:05 +01:00
2016-02-25 02:02:28 +01:00
**Battery**<br \>
2016-02-24 02:13:27 +01:00
- Added FreeBSD and OpenBSD support. Thanks **[@tudurom](https://github.com/tudurom)**.
2016-02-23 09:22:39 +01:00
2016-02-26 09:04:22 +01:00
**GPU**<br \>
- Added more substitutions/
2016-02-19 14:24:43 +01: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`