Skip to content

Commit

Permalink
Released version 0.7.0
Browse files Browse the repository at this point in the history
Added missing --focus option to zsh auto completion. Added new
options --clear, --no-atoms, and --no-root for better handling
of different aspects of the X window system.

Changed default to "retain" wallpapers of outputs which are not
explicitly set by xwallpaper. Up to this release, the outputs
were set to black. Now, they are retrieved from atoms.

Keep old behavior by specifying --clear.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
  • Loading branch information
stoeckmann committed May 21, 2021
1 parent 48d7529 commit 0d6facc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([xwallpaper], [0.6.6], [https://github.com/stoeckmann/xwallpaper/issues], [xwallpaper], [https://github.com/stoeckmann/xwallpaper])
AC_INIT([xwallpaper], [0.7.0], [https://github.com/stoeckmann/xwallpaper/issues], [xwallpaper], [https://github.com/stoeckmann/xwallpaper])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])

Expand Down
4 changes: 2 additions & 2 deletions xwallpaper.1
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.Dd February 7, 2021
.Dd May 21, 2021
.Dt XWALLPAPER 1
.Os xwallpaper 0.6.6
.Os xwallpaper 0.7.0
.Sh NAME
.Nm xwallpaper
.Nd wallpaper setting utility for X
Expand Down

0 comments on commit 0d6facc

Please sign in to comment.