Prepare release 0.1.9
This commit is contained in:
parent
a34ee177d0
commit
b965892be0
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -725,7 +725,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "multibg-sway"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"env_logger",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "multibg-sway"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
authors = ["Gergő Sályi <salyigergo94@gmail.com>"]
|
||||
edition = "2021"
|
||||
description = "Set a different wallpaper for the background of each Sway workspace"
|
||||
|
|
Loading…
Add table
Reference in a new issue