From 9f998839a70c3295068f852f4e8290d8abb3a4be Mon Sep 17 00:00:00 2001 From: "aprilnea[bot]" <263112868+aprilnea[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 22:13:09 +0000 Subject: [PATCH] chore: release v0.6.18 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 6 +++--- crates/openlogi-cli/Cargo.toml | 6 +++--- crates/openlogi-hid/Cargo.toml | 2 +- crates/openlogi-hook/Cargo.toml | 4 ++-- crates/openlogi-inject/Cargo.toml | 2 +- 7 files changed, 29 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e696e11..546d52cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.19](https://github.com/AprilNEA/OpenLogi/compare/openlogi-core-v0.6.18...openlogi-core-v0.6.19) - 2026-07-04 + +### Added + +- *(windows)* notification-area tray icon for the agent ([#347](https://github.com/AprilNEA/OpenLogi/pull/347)) +- *(windows)* bundle and package the background agent ([#347](https://github.com/AprilNEA/OpenLogi/pull/347)) + ## [0.6.18](https://github.com/AprilNEA/OpenLogi/compare/openlogi-core-v0.6.17...openlogi-core-v0.6.18) - 2026-06-29 ### Added diff --git a/Cargo.lock b/Cargo.lock index 818b7453..9b1b68fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4826,7 +4826,7 @@ dependencies = [ [[package]] name = "openlogi" -version = "0.6.18" +version = "0.6.19" dependencies = [ "anyhow", "openlogi-cli", @@ -4835,7 +4835,7 @@ dependencies = [ [[package]] name = "openlogi-agent" -version = "0.6.18" +version = "0.6.19" dependencies = [ "futures", "interprocess", @@ -4859,7 +4859,7 @@ dependencies = [ [[package]] name = "openlogi-agent-core" -version = "0.6.18" +version = "0.6.19" dependencies = [ "async-hid", "bincode", @@ -4876,7 +4876,7 @@ dependencies = [ [[package]] name = "openlogi-assets" -version = "0.6.18" +version = "0.6.19" dependencies = [ "anyhow", "atomic-write-file", @@ -4890,7 +4890,7 @@ dependencies = [ [[package]] name = "openlogi-cli" -version = "0.6.18" +version = "0.6.19" dependencies = [ "anyhow", "clap", @@ -4904,7 +4904,7 @@ dependencies = [ [[package]] name = "openlogi-core" -version = "0.6.18" +version = "0.6.19" dependencies = [ "etcetera", "fs4", @@ -4918,7 +4918,7 @@ dependencies = [ [[package]] name = "openlogi-gui" -version = "0.6.18" +version = "0.6.19" dependencies = [ "anyhow", "backon", @@ -4956,7 +4956,7 @@ dependencies = [ [[package]] name = "openlogi-hid" -version = "0.6.18" +version = "0.6.19" dependencies = [ "async-hid", "futures-concurrency", @@ -4973,7 +4973,7 @@ dependencies = [ [[package]] name = "openlogi-hidpp" -version = "0.6.18" +version = "0.6.19" dependencies = [ "async-channel 2.5.0", "async-trait", @@ -4991,7 +4991,7 @@ dependencies = [ [[package]] name = "openlogi-hook" -version = "0.6.18" +version = "0.6.19" dependencies = [ "core-foundation 0.10.0", "core-graphics 0.25.0", @@ -5012,7 +5012,7 @@ dependencies = [ [[package]] name = "openlogi-inject" -version = "0.6.18" +version = "0.6.19" dependencies = [ "core-foundation 0.10.0", "core-graphics 0.25.0", @@ -9236,7 +9236,7 @@ checksum = "32ac00cd3f8ec9c1d33fb3e7958a82df6989c42d747bd326c822b1d625283547" [[package]] name = "xtask" -version = "0.6.18" +version = "0.6.19" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1983cb2e..0782dafc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "hardware-support"] readme = "README.md" [dependencies] -openlogi-cli = { path = "crates/openlogi-cli", version = "0.6.18" } +openlogi-cli = { path = "crates/openlogi-cli", version = "0.6.19" } anyhow = { workspace = true } tokio = { workspace = true, features = ["rt", "macros"] } @@ -36,7 +36,7 @@ members = [ ] [workspace.package] -version = "0.6.18" +version = "0.6.19" edition = "2024" rust-version = "1.88" license = "MIT OR Apache-2.0" @@ -45,7 +45,7 @@ authors = ["AprilNEA "] description = "Lightweight, local-first alternative to Logitech Options+ for HID++ devices" [workspace.dependencies] -hidpp = { package = "openlogi-hidpp", path = "crates/openlogi-hidpp", version = "0.6.18" } +hidpp = { package = "openlogi-hidpp", path = "crates/openlogi-hidpp", version = "0.6.19" } async-hid = "0.5.2" # Cross-platform local IPC for the agent <-> GUI tarpc transport: a Unix-domain # socket on Unix, a named pipe on Windows. The `tokio` feature gives the async diff --git a/crates/openlogi-cli/Cargo.toml b/crates/openlogi-cli/Cargo.toml index 5bdf342b..0a42f4a4 100644 --- a/crates/openlogi-cli/Cargo.toml +++ b/crates/openlogi-cli/Cargo.toml @@ -11,9 +11,9 @@ keywords = ["logitech", "hidpp", "hid", "mouse", "cli"] categories = ["command-line-utilities", "hardware-support"] [dependencies] -openlogi-core = { path = "../openlogi-core", version = "0.6.18" } -openlogi-hid = { path = "../openlogi-hid", version = "0.6.18" } -openlogi-assets = { path = "../openlogi-assets", version = "0.6.18" } +openlogi-core = { path = "../openlogi-core", version = "0.6.19" } +openlogi-hid = { path = "../openlogi-hid", version = "0.6.19" } +openlogi-assets = { path = "../openlogi-assets", version = "0.6.19" } clap = { workspace = true } anyhow = { workspace = true } tokio = { workspace = true, features = ["rt", "macros", "sync", "time"] } diff --git a/crates/openlogi-hid/Cargo.toml b/crates/openlogi-hid/Cargo.toml index 604aa092..2901edcb 100644 --- a/crates/openlogi-hid/Cargo.toml +++ b/crates/openlogi-hid/Cargo.toml @@ -12,7 +12,7 @@ categories = ["hardware-support", "asynchronous"] readme = "README.md" [dependencies] -openlogi-core = { path = "../openlogi-core", version = "0.6.18" } +openlogi-core = { path = "../openlogi-core", version = "0.6.19" } hidpp = { workspace = true } async-hid = { workspace = true } tokio = { workspace = true } diff --git a/crates/openlogi-hook/Cargo.toml b/crates/openlogi-hook/Cargo.toml index d76b5c3b..8d9baf85 100644 --- a/crates/openlogi-hook/Cargo.toml +++ b/crates/openlogi-hook/Cargo.toml @@ -9,8 +9,8 @@ authors.workspace = true description = "OS-level mouse-event hook for OpenLogi. macOS via CGEventTap; Linux via evdev+uinput; Windows via WH_MOUSE_LL." [dependencies] -openlogi-core = { path = "../openlogi-core", version = "0.6.18" } -openlogi-inject = { path = "../openlogi-inject", version = "0.6.18" } +openlogi-core = { path = "../openlogi-core", version = "0.6.19" } +openlogi-inject = { path = "../openlogi-inject", version = "0.6.19" } thiserror = { workspace = true } tracing = { workspace = true } diff --git a/crates/openlogi-inject/Cargo.toml b/crates/openlogi-inject/Cargo.toml index a014d80e..71046fe2 100644 --- a/crates/openlogi-inject/Cargo.toml +++ b/crates/openlogi-inject/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["logitech", "input", "uinput", "sendinput", "mouse"] categories = ["hardware-support", "os"] [dependencies] -openlogi-core = { path = "../openlogi-core", version = "0.6.18" } +openlogi-core = { path = "../openlogi-core", version = "0.6.19" } tracing = { workspace = true } [dev-dependencies]