diff --git a/CHANGELOG.md b/CHANGELOG.md index 522992e..6820a8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.1.5 - 2024-01-02 +- Fix displaying the wallpapers on outputs with higher than 1 integer scale factor. This may help with [#4](https://github.com/gergo-salyi/multibg-sway/issues/4) + ## 0.1.4 - 2023-08-31 - Allocate/release graphics memory per output when the output is connected/disconnected. This may help with [#2](https://github.com/gergo-salyi/multibg-sway/issues/2) - Log graphics memory use (our wayland shared memory pool sizes) diff --git a/Cargo.lock b/Cargo.lock index 66c65b4..9e62e11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -492,7 +492,7 @@ dependencies = [ [[package]] name = "multibg-sway" -version = "0.1.4" +version = "0.1.5" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index a27fb2d..e3635ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multibg-sway" -version = "0.1.4" +version = "0.1.5" authors = ["Gergő Sályi "] edition = "2021" description = "Set a different wallpaper for the background of each Sway workspace"