diff --git a/CHANGELOG.md b/CHANGELOG.md index 5129e16a..e4d0bc25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased 4.1.0] ### Changed - Huge refactor to use zbus 2.2 + zvariant 3.0 in system-daemon. More work required. +- Daemons with tasks not use `smol` for async ops. - Fixes to fan-curve settings from CLI (Author: Armas Span) ### Added - Support for GA402R LED modes diff --git a/Cargo.lock b/Cargo.lock index 1aafd1e9..fe2bda56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "asus-notify" -version = "3.0.2" +version = "3.1.0" dependencies = [ "notify-rust", "rog_aura", @@ -213,9 +213,9 @@ checksum = "f771a5d1f5503f7f4279a30f3643d3421ba149848b89ecaaec0ea2acf04a5ac4" [[package]] name = "bitflags" -version = "1.2.1" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "block" @@ -303,7 +303,7 @@ dependencies = [ [[package]] name = "daemon-user" -version = "1.2.0" +version = "1.3.0" dependencies = [ "dirs", "rog_anime", @@ -1018,7 +1018,7 @@ dependencies = [ [[package]] name = "rog_anime" -version = "1.3.1" +version = "1.3.3" dependencies = [ "gif", "glam", @@ -1040,7 +1040,7 @@ dependencies = [ [[package]] name = "rog_dbus" -version = "4.0.2" +version = "4.1.0" dependencies = [ "rog_anime", "rog_aura", diff --git a/asus-notify/Cargo.toml b/asus-notify/Cargo.toml index 8ab60c58..035a4917 100644 --- a/asus-notify/Cargo.toml +++ b/asus-notify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asus-notify" -version = "3.0.2" +version = "3.1.0" authors = ["Luke D Jones "] edition = "2018" diff --git a/daemon-user/Cargo.toml b/daemon-user/Cargo.toml index 9e10d374..4ce3e36d 100644 --- a/daemon-user/Cargo.toml +++ b/daemon-user/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daemon-user" -version = "1.2.0" +version = "1.3.0" authors = ["Luke D Jones "] edition = "2018" description = "Usermode daemon for user settings, anime, per-key lighting" diff --git a/rog-anime/Cargo.toml b/rog-anime/Cargo.toml index de0d5cb8..7e7d0f55 100644 --- a/rog-anime/Cargo.toml +++ b/rog-anime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rog_anime" -version = "1.3.1" +version = "1.3.3" license = "MPL-2.0" readme = "README.md" authors = ["Luke "] diff --git a/rog-dbus/Cargo.toml b/rog-dbus/Cargo.toml index 201ffa65..bf230ae1 100644 --- a/rog-dbus/Cargo.toml +++ b/rog-dbus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rog_dbus" -version = "4.0.2" +version = "4.1.0" license = "MPL-2.0" readme = "README.md" authors = ["Luke "]