Prepare release 0.1.8

This commit is contained in:
Gergő Sályi 2024-09-30 21:18:24 +02:00
parent b203a15222
commit 0fb67a35af
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## 0.1.8 - 2024-09-30
- Try to fix crash with wayland protocol error regarding wlr_layer_surface [#8](https://github.com/gergo-salyi/multibg-sway/issues/8)
- Update dependencies
- Add logging messages
- Code formatting with editorconfig
## 0.1.7 - 2024-05-11
- Fix image corruption for certain pixel formats when output width is not a multiple of 4 [#6](https://github.com/gergo-salyi/multibg-sway/issues/6)
- Add the --pixelformat cli argument. Setting --pixelformat=baseline can force wl_buffers to use the wayland default xrgb8888 pixel format if bgr888 or future others would break for any reason

2
Cargo.lock generated
View file

@ -725,7 +725,7 @@ dependencies = [
[[package]]
name = "multibg-sway"
version = "0.1.7"
version = "0.1.8"
dependencies = [
"clap",
"env_logger",

View file

@ -1,6 +1,6 @@
[package]
name = "multibg-sway"
version = "0.1.7"
version = "0.1.8"
authors = ["Gergő Sályi <salyigergo94@gmail.com>"]
edition = "2021"
description = "Set a different wallpaper for the background of each Sway workspace"