Prepare release 0.2.2
This commit is contained in:
parent
bffb18ea66
commit
29fc5861f0
3 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.2.2 - 2025-06-15
|
||||||
|
- Fix Wayland protocol error invalid stride on wl_shm with bgr888 format [#17](https://github.com/gergo-salyi/multibg-wayland/issues/17)
|
||||||
|
- Update dependencies, notably zune-jpeg fixing a minor discoloration issue on decoded JPEG images
|
||||||
|
|
||||||
## 0.2.1 - 2025-06-01
|
## 0.2.1 - 2025-06-01
|
||||||
- Fix niri compatibility [#16](https://github.com/gergo-salyi/multibg-wayland/issues/16)
|
- Fix niri compatibility [#16](https://github.com/gergo-salyi/multibg-wayland/issues/16)
|
||||||
- Update dependencies
|
- Update dependencies
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -630,7 +630,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "multibg-wayland"
|
name = "multibg-wayland"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"ash",
|
"ash",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "multibg-wayland"
|
name = "multibg-wayland"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
authors = ["Gergő Sályi <salyigergo94@gmail.com>"]
|
authors = ["Gergő Sályi <salyigergo94@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.82"
|
rust-version = "1.82"
|
||||||
|
|
Loading…
Add table
Reference in a new issue