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

Commit c8ade58

Browse files
author
Dylan
committed
Changelog
1 parent 9257a2a commit c8ade58

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

1.3.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
Hey guys,
44

5-
We're in the middle of renaming 'fetch' to something else<br \>
6-
as there are already other programs using the name and we<br \>
7-
don't appear in any searches.
5+
We're in the middle of renaming 'fetch' to something else as there are
6+
already other programs using the name and we don't appear in any searches.
87

98
You can help out by voting in our poll here:
109

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

2019
### Image
2120

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

48-
**Window Manager**<br \>
47+
**Window Manager**
4948
- Add support for Wayland window managers. (Hardcoded)
5049

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

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

59-
**Resolution**<br \>
58+
**Resolution**
6059
- Added Windows support.
6160
- Enabled by default but only displays info if the dependency is found.
6261

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

66-
**GPU**<br \>
65+
**GPU**
6766
- Added more substitutions/
6867

6968
### Stdout
7069

71-
Printing to stdout in a plaintext format for use in scripts is now<br \>
70+
Printing to stdout in a plaintext format for use in scripts is now
7271
much faster and cleaner.
7372

7473
- Removed `--stdout_separator` (Separator is now 2 spaces)

0 commit comments

Comments
 (0)