# Changelog * [Unreleased](#unreleased) * [1.1.0](#1-1-0) ## Unreleased ### Added * We now hint to the compositor that the background is fully opaque. * SVG support. ### Changed * Image is now zoomed, rather than stretched ([#6][6]). [6]: https://codeberg.org/dnkl/wbg/issues/6 ### Deprecated ### Removed ### Fixed * Respect the `layer_surface::closed()` event. ### Security ### Contributors ## 1.1.0 ### Added * webp support ### Fixed * meson: can’t use `SOURCE_DIR` in `custom_targets()`. * build: version script is now run in a C locale. * Don’t re-render frame on same-size configure events ### Contributors * Leonardo Hernández