Prepare release 0.1.10
This commit is contained in:
parent
fbfa3d770c
commit
cdea281291
3 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.10 - 2024-11-17
|
||||
- Fix sometimes disappearing mouse cursor above wallpapers
|
||||
- Add small clarifications to README
|
||||
- Update Arch Linux PKGBUILD to follow their Rust package guidelines
|
||||
- Add minimum supported Rust version so Cargo can enforce it at build time
|
||||
- Update dependencies
|
||||
|
||||
## 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
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -690,7 +690,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "multibg-sway"
|
||||
version = "0.1.9"
|
||||
version = "0.1.10"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"env_logger",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "multibg-sway"
|
||||
version = "0.1.9"
|
||||
version = "0.1.10"
|
||||
authors = ["Gergő Sályi <salyigergo94@gmail.com>"]
|
||||
edition = "2021"
|
||||
rust-version = "1.80"
|
||||
|
|
Loading…
Add table
Reference in a new issue