Prepare release 0.1.6

This commit is contained in:
Gergő Sályi 2024-03-25 15:03:19 +01:00
parent 2711872a53
commit 76e71b63de
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# Changelog # 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 ## 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) - 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)

2
Cargo.lock generated
View file

@ -674,7 +674,7 @@ dependencies = [
[[package]] [[package]]
name = "multibg-sway" name = "multibg-sway"
version = "0.1.5" version = "0.1.6"
dependencies = [ dependencies = [
"clap", "clap",
"env_logger", "env_logger",

View file

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