diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d2b3b..bcd0d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 12c4d4a..e564d7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -725,7 +725,7 @@ dependencies = [ [[package]] name = "multibg-sway" -version = "0.1.7" +version = "0.1.8" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 40d8166..5432230 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multibg-sway" -version = "0.1.7" +version = "0.1.8" authors = ["Gergő Sályi "] edition = "2021" description = "Set a different wallpaper for the background of each Sway workspace"