From 2f904825b2bf74d162e72b9f0c44a3f246605b69 Mon Sep 17 00:00:00 2001 From: "aprilnea[bot]" <263112868+aprilnea[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 08:47:16 +0000 Subject: [PATCH] chore: release v0.6.20 --- CHANGELOG.md | 6 ++++++ 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, 28 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 546d52cc..93799088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.20](https://github.com/AprilNEA/OpenLogi/compare/openlogi-core-v0.6.19...openlogi-core-v0.6.20) - 2026-07-13 + +### Fixed + +- *(smartshift)* stop runaway free-spin scroll and control snap-back ([#333](https://github.com/AprilNEA/OpenLogi/pull/333)) + ## [0.6.19](https://github.com/AprilNEA/OpenLogi/compare/openlogi-core-v0.6.18...openlogi-core-v0.6.19) - 2026-07-04 ### Added diff --git a/Cargo.lock b/Cargo.lock index 9b1b68fc..29c126e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4826,7 +4826,7 @@ dependencies = [ [[package]] name = "openlogi" -version = "0.6.19" +version = "0.6.20" dependencies = [ "anyhow", "openlogi-cli", @@ -4835,7 +4835,7 @@ dependencies = [ [[package]] name = "openlogi-agent" -version = "0.6.19" +version = "0.6.20" dependencies = [ "futures", "interprocess", @@ -4859,7 +4859,7 @@ dependencies = [ [[package]] name = "openlogi-agent-core" -version = "0.6.19" +version = "0.6.20" dependencies = [ "async-hid", "bincode", @@ -4876,7 +4876,7 @@ dependencies = [ [[package]] name = "openlogi-assets" -version = "0.6.19" +version = "0.6.20" dependencies = [ "anyhow", "atomic-write-file", @@ -4890,7 +4890,7 @@ dependencies = [ [[package]] name = "openlogi-cli" -version = "0.6.19" +version = "0.6.20" dependencies = [ "anyhow", "clap", @@ -4904,7 +4904,7 @@ dependencies = [ [[package]] name = "openlogi-core" -version = "0.6.19" +version = "0.6.20" dependencies = [ "etcetera", "fs4", @@ -4918,7 +4918,7 @@ dependencies = [ [[package]] name = "openlogi-gui" -version = "0.6.19" +version = "0.6.20" dependencies = [ "anyhow", "backon", @@ -4956,7 +4956,7 @@ dependencies = [ [[package]] name = "openlogi-hid" -version = "0.6.19" +version = "0.6.20" dependencies = [ "async-hid", "futures-concurrency", @@ -4973,7 +4973,7 @@ dependencies = [ [[package]] name = "openlogi-hidpp" -version = "0.6.19" +version = "0.6.20" dependencies = [ "async-channel 2.5.0", "async-trait", @@ -4991,7 +4991,7 @@ dependencies = [ [[package]] name = "openlogi-hook" -version = "0.6.19" +version = "0.6.20" dependencies = [ "core-foundation 0.10.0", "core-graphics 0.25.0", @@ -5012,7 +5012,7 @@ dependencies = [ [[package]] name = "openlogi-inject" -version = "0.6.19" +version = "0.6.20" dependencies = [ "core-foundation 0.10.0", "core-graphics 0.25.0", @@ -9236,7 +9236,7 @@ checksum = "32ac00cd3f8ec9c1d33fb3e7958a82df6989c42d747bd326c822b1d625283547" [[package]] name = "xtask" -version = "0.6.19" +version = "0.6.20" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0782dafc..8a307f5e 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.19" } +openlogi-cli = { path = "crates/openlogi-cli", version = "0.6.20" } anyhow = { workspace = true } tokio = { workspace = true, features = ["rt", "macros"] } @@ -36,7 +36,7 @@ members = [ ] [workspace.package] -version = "0.6.19" +version = "0.6.20" 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.19" } +hidpp = { package = "openlogi-hidpp", path = "crates/openlogi-hidpp", version = "0.6.20" } 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 0a42f4a4..f85b2955 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.19" } -openlogi-hid = { path = "../openlogi-hid", version = "0.6.19" } -openlogi-assets = { path = "../openlogi-assets", version = "0.6.19" } +openlogi-core = { path = "../openlogi-core", version = "0.6.20" } +openlogi-hid = { path = "../openlogi-hid", version = "0.6.20" } +openlogi-assets = { path = "../openlogi-assets", version = "0.6.20" } 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 2901edcb..d4b1a3a1 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.19" } +openlogi-core = { path = "../openlogi-core", version = "0.6.20" } 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 8d9baf85..72f33b8a 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.19" } -openlogi-inject = { path = "../openlogi-inject", version = "0.6.19" } +openlogi-core = { path = "../openlogi-core", version = "0.6.20" } +openlogi-inject = { path = "../openlogi-inject", version = "0.6.20" } thiserror = { workspace = true } tracing = { workspace = true } diff --git a/crates/openlogi-inject/Cargo.toml b/crates/openlogi-inject/Cargo.toml index 71046fe2..c764098c 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.19" } +openlogi-core = { path = "../openlogi-core", version = "0.6.20" } tracing = { workspace = true } [dev-dependencies]