Skip to content

Releases: stoeckmann/xwallpaper

xwallpaper 0.7.5

19 Sep 17:19
v0.7.5
Compare
Choose a tag to compare

Bug fixes:

  • Fix daemon mode with atoms when screens are modified. Reported by Basil L. Contovounesios.
  • Adjust sandbox to support loong64. Reported by wuruilong01.

xwallpaper 0.7.4

30 Jun 12:17
v0.7.4
Compare
Choose a tag to compare

Bug fix:

  • Extended sandbox for more Linux setups. Reported by Mohamed-Fathy-Salah.

xwallpaper 0.7.3

08 Aug 12:43
v0.7.3
Compare
Choose a tag to compare

Bug fix:

  • Daemon mode releases X resources when disconnected by X clients

xwallpaper 0.7.2

18 Jul 10:05
v0.7.2
Compare
Choose a tag to compare

Bug fix:

  • Properly handle X server resources (pixmap atoms). Bug introduced with 0.7.0. Reported by and (hopefully) resolved with stharward.

Note:
Kill xwallpaper --daemon instances manually with pkill xwallpaper or a command like that before running xwallpaper --clear or another wallpaper setting utility. Right now the daemon process would still leak pixmaps as permanently retained if it is killed by another X client.

xwallpaper 0.7.1

27 Jun 10:01
v0.7.1
Compare
Choose a tag to compare

Bug fix:

  • Extended sandbox for more Linux setups. Reported by and resolved with user122983.

xwallpaper 0.7.0

21 May 17:59
v0.7.0
Compare
Choose a tag to compare

Bug fixes:

  • Release X server resources in daemon mode on resizing events
  • Mark atoms as temporary to stay compatible with feh and hsetroot
  • Added missing --focus option to zsh auto completion

Changed behaviour:

  • Wallpapers on unspecified outputs are retained by default (queried from atoms)

New features:

  • Added --clear option to remove set wallpapers, which also clears unspecified outputs
  • Added --no-atoms option to retain wallpapers set in pseudo transparency atoms
  • Added --no-root option to retain wallpaper in X root window

xwallpaper 0.6.6

07 Feb 10:20
v0.6.6
Compare
Choose a tag to compare

Bug fixes:

  • Extended sandbox to support glibc 2.33 (issue #28)
  • Better support Ubuntu in configure.ac
  • Protect setjmp against undefined behaviour (issue #25)

xwallpaper 0.6.5

13 Apr 16:18
v0.6.5
Compare
Choose a tag to compare

Bug fix:

  • Redraw wallpapers in daemon mode when display positions are changed (reported by themad)

xwallpaper 0.6.4

18 Mar 15:00
v0.6.4
Compare
Choose a tag to compare

Security bug fix:

  • Strips off upper 8 bits on 16 bit PNG files to prevent memory corruption (reported by Luna Nieves)

xwallpaper 0.6.3

25 Feb 20:45
v0.6.3
Compare
Choose a tag to compare

Bug fixes:

  • Renders images on screens with 16 and 30 bit color depth correctly (reported by Abdalaziz Rashid)
  • Removes useless unveil call on OpenBSD (reported by Bryan Steele)
  • Installs zsh files to site-functions (patch by Matthew Martin)