Prepare release 0.1.5
This commit is contained in:
parent
8e20b360ae
commit
46be819969
3 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# 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
|
## 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)
|
- 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)
|
- Log graphics memory use (our wayland shared memory pool sizes)
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -492,7 +492,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "multibg-sway"
|
name = "multibg-sway"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"env_logger",
|
"env_logger",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "multibg-sway"
|
name = "multibg-sway"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue