From 76e71b63def1415f8e23e4a9c6fd7cad94255458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20S=C3=A1lyi?= Date: Mon, 25 Mar 2024 15:03:19 +0100 Subject: [PATCH] Prepare release 0.1.6 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6820a8a..86d749e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.1.6 - 2024-03-25 +- Fix displaying the wallpapers on outputs with fractional scale factor. This may help with [#5](https://github.com/gergo-salyi/multibg-sway/issues/5) + ## 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) diff --git a/Cargo.lock b/Cargo.lock index d45c3b9..44da18c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -674,7 +674,7 @@ dependencies = [ [[package]] name = "multibg-sway" -version = "0.1.5" +version = "0.1.6" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index cdeebbd..604b3fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multibg-sway" -version = "0.1.5" +version = "0.1.6" authors = ["Gergő Sályi "] edition = "2021" description = "Set a different wallpaper for the background of each Sway workspace"