Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan committed Feb 26, 2016
1 parent 9257a2a commit c8ade58
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions 1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

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.
We're in the middle of renaming 'fetch' to something else as there are
already other programs using the name and we don't appear in any searches.

You can help out by voting in our poll here:

Expand All @@ -14,12 +13,12 @@ http://strawpoll.me/6894425
- Fetch now supports **bash 3.0+**.
- More cleanup
- The text is now by default colored according to your distro's logo.
- Removed `$*_color` variables/flags in favour of a general `$colors`<br \>
- Removed `$*_color` variables/flags in favour of a general `$colors`
variable/flag. See my writeup here: **https://github.com/dylanaraps/fetch/pull/96**

### Image

- You no longer need to set the font_width value, your font size<br \>
- You no longer need to set the font_width value, your font size
is now calculated by fetch automatically.
- Image sizing now takes terminal height into account.
- `--size` now also takes a percentage as a value, for example.
Expand All @@ -45,30 +44,30 @@ fetch --size 200px
- Don't display Theme, Icons, Font or Window Manager if X isn't running.
- Added function to show currently logged in users.

**Window Manager**<br \>
**Window Manager**
- Add support for Wayland window managers. (Hardcoded)

**Song**<br \>
**Song**
- Added `song_shorthand` which prints the Artist/Title on seperate lines.

**Theme**<br \>
**Theme**
- Windows Visual Style is now a part of `getstyle`.
- Disabled theme output on OS X to fix a `gsetttings` related crash.
- Uppercase the first letter of the theme.

**Resolution**<br \>
**Resolution**
- Added Windows support.
- Enabled by default but only displays info if the dependency is found.

**Battery**<br \>
**Battery**
- Added FreeBSD and OpenBSD support. Thanks **[@tudurom](https://github.com/tudurom)**.

**GPU**<br \>
**GPU**
- Added more substitutions/

### Stdout

Printing to stdout in a plaintext format for use in scripts is now<br \>
Printing to stdout in a plaintext format for use in scripts is now
much faster and cleaner.

- Removed `--stdout_separator` (Separator is now 2 spaces)
Expand Down

0 comments on commit c8ade58

Please sign in to comment.