Changelog
This commit is contained in:
parent
9257a2a942
commit
c8ade58995
23
1.3.md
23
1.3.md
|
@ -2,9 +2,8 @@
|
||||||
|
|
||||||
Hey guys,
|
Hey guys,
|
||||||
|
|
||||||
We're in the middle of renaming 'fetch' to something else<br \>
|
We're in the middle of renaming 'fetch' to something else as there are
|
||||||
as there are already other programs using the name and we<br \>
|
already other programs using the name and we don't appear in any searches.
|
||||||
don't appear in any searches.
|
|
||||||
|
|
||||||
You can help out by voting in our poll here:
|
You can help out by voting in our poll here:
|
||||||
|
|
||||||
|
@ -14,12 +13,12 @@ http://strawpoll.me/6894425
|
||||||
- Fetch now supports **bash 3.0+**.
|
- Fetch now supports **bash 3.0+**.
|
||||||
- More cleanup
|
- More cleanup
|
||||||
- The text is now by default colored according to your distro's logo.
|
- 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**
|
variable/flag. See my writeup here: **https://github.com/dylanaraps/fetch/pull/96**
|
||||||
|
|
||||||
### Image
|
### 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.
|
is now calculated by fetch automatically.
|
||||||
- Image sizing now takes terminal height into account.
|
- Image sizing now takes terminal height into account.
|
||||||
- `--size` now also takes a percentage as a value, for example.
|
- `--size` now also takes a percentage as a value, for example.
|
||||||
|
@ -45,30 +44,30 @@ fetch --size 200px
|
||||||
- Don't display Theme, Icons, Font or Window Manager if X isn't running.
|
- Don't display Theme, Icons, Font or Window Manager if X isn't running.
|
||||||
- Added function to show currently logged in users.
|
- Added function to show currently logged in users.
|
||||||
|
|
||||||
**Window Manager**<br \>
|
**Window Manager**
|
||||||
- Add support for Wayland window managers. (Hardcoded)
|
- Add support for Wayland window managers. (Hardcoded)
|
||||||
|
|
||||||
**Song**<br \>
|
**Song**
|
||||||
- Added `song_shorthand` which prints the Artist/Title on seperate lines.
|
- Added `song_shorthand` which prints the Artist/Title on seperate lines.
|
||||||
|
|
||||||
**Theme**<br \>
|
**Theme**
|
||||||
- Windows Visual Style is now a part of `getstyle`.
|
- Windows Visual Style is now a part of `getstyle`.
|
||||||
- Disabled theme output on OS X to fix a `gsetttings` related crash.
|
- Disabled theme output on OS X to fix a `gsetttings` related crash.
|
||||||
- Uppercase the first letter of the theme.
|
- Uppercase the first letter of the theme.
|
||||||
|
|
||||||
**Resolution**<br \>
|
**Resolution**
|
||||||
- Added Windows support.
|
- Added Windows support.
|
||||||
- Enabled by default but only displays info if the dependency is found.
|
- 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)**.
|
- Added FreeBSD and OpenBSD support. Thanks **[@tudurom](https://github.com/tudurom)**.
|
||||||
|
|
||||||
**GPU**<br \>
|
**GPU**
|
||||||
- Added more substitutions/
|
- Added more substitutions/
|
||||||
|
|
||||||
### Stdout
|
### 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.
|
much faster and cleaner.
|
||||||
|
|
||||||
- Removed `--stdout_separator` (Separator is now 2 spaces)
|
- Removed `--stdout_separator` (Separator is now 2 spaces)
|
||||||
|
|
Reference in New Issue