diff options
author | emrakyz <emreakyuz_2@hotmail.com> | 2024-07-29 20:16:39 +0300 |
---|---|---|
committer | Daniel Eklöf <daniel@ekloef.se> | 2024-08-02 15:21:21 +0200 |
commit | 0ed574cdf5bd31999145dd025ac110c0880c012f (patch) | |
tree | 59979c5b3d5b2173366e5e6f528650489a46fdf1 /CHANGELOG.md | |
parent | 761286a302c099212496b001e909e41d2d24f10d (diff) | |
download | wbg-0ed574cdf5bd31999145dd025ac110c0880c012f.tar.gz |
render: maximize by default, add --stretch
This patch changes the default rendering mode to "maximized".
To get the old behavior, use the --stretch command line option.
Closes #13
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 017164a..7f40d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,13 +17,22 @@ (i.e. use the bundled version). * SVG images rendered at output resolution; this prevents them from being unnecessarily blurry. +* Flags added to stretch wallpapers: `[-s|--stretch]` ([#13][13]) + [14]: https://codeberg.org/dnkl/wbg/pulls/14 +[13]: https://codeberg.org/dnkl/wbg/issues/13 ### Changed + +* "Centered maximized" is the default method now ([#13][13]) + + ### Deprecated ### Removed + + ### Fixed * Alpha not being applied correctly to PNG images. @@ -31,7 +40,6 @@ [11]: https://codeberg.org/dnkl/wbg/issues/11 - ### Security ### Contributors |