diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd0d07..05dd458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.9 - 2024-10-09 +- Fix broken wallpapers on 90 degree rotated monitors [#9](https://github.com/gergo-salyi/multibg-sway/issues/9) +- Update dependencies + ## 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 diff --git a/Cargo.lock b/Cargo.lock index 1ee419e..4ff1b05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -725,7 +725,7 @@ dependencies = [ [[package]] name = "multibg-sway" -version = "0.1.8" +version = "0.1.9" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 0e2c56c..27ec365 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multibg-sway" -version = "0.1.8" +version = "0.1.9" authors = ["Gergő Sályi "] edition = "2021" description = "Set a different wallpaper for the background of each Sway workspace"