Skip to content

Commit 6cec91a

Browse files
chore: release v0.6.6 (#203)
Co-authored-by: aprilnea[bot] <263112868+aprilnea[bot]@users.noreply.github.com>
1 parent b0161b2 commit 6cec91a

6 files changed

Lines changed: 25 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.6](https://github.com/AprilNEA/OpenLogi/compare/openlogi-hidpp-v0.6.5...openlogi-hidpp-v0.6.6) - 2026-06-10
11+
12+
### Fixed
13+
14+
- *(hidpp)* bound device-controlled name lengths in Bolt parsing ([#200](https://github.com/AprilNEA/OpenLogi/pull/200))
15+
1016
## [0.6.5](https://github.com/AprilNEA/OpenLogi/compare/openlogi-core-v0.6.4...openlogi-core-v0.6.5) - 2026-06-10
1117

1218
### Other

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["command-line-utilities", "hardware-support"]
1212
readme = "README.md"
1313

1414
[dependencies]
15-
openlogi-cli = { path = "crates/openlogi-cli", version = "0.6.5" }
15+
openlogi-cli = { path = "crates/openlogi-cli", version = "0.6.6" }
1616
anyhow = { workspace = true }
1717
tokio = { workspace = true, features = ["rt", "macros"] }
1818

@@ -35,7 +35,7 @@ members = [
3535
]
3636

3737
[workspace.package]
38-
version = "0.6.5"
38+
version = "0.6.6"
3939
edition = "2024"
4040
rust-version = "1.88"
4141
license = "MIT OR Apache-2.0"
@@ -44,7 +44,7 @@ authors = ["AprilNEA <dev@aprilnea.me>"]
4444
description = "Lightweight, local-first alternative to Logitech Options+ for HID++ devices"
4545

4646
[workspace.dependencies]
47-
hidpp = { package = "openlogi-hidpp", path = "crates/openlogi-hidpp", version = "0.6.5" }
47+
hidpp = { package = "openlogi-hidpp", path = "crates/openlogi-hidpp", version = "0.6.6" }
4848
async-hid = "0.5.2"
4949
# Cross-platform local IPC for the agent <-> GUI tarpc transport: a Unix-domain
5050
# socket on Unix, a named pipe on Windows. The `tokio` feature gives the async

crates/openlogi-cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ keywords = ["logitech", "hidpp", "hid", "mouse", "cli"]
1111
categories = ["command-line-utilities", "hardware-support"]
1212

1313
[dependencies]
14-
openlogi-core = { path = "../openlogi-core", version = "0.6.5" }
15-
openlogi-hid = { path = "../openlogi-hid", version = "0.6.5" }
16-
openlogi-assets = { path = "../openlogi-assets", version = "0.6.5" }
14+
openlogi-core = { path = "../openlogi-core", version = "0.6.6" }
15+
openlogi-hid = { path = "../openlogi-hid", version = "0.6.6" }
16+
openlogi-assets = { path = "../openlogi-assets", version = "0.6.6" }
1717
clap = { workspace = true }
1818
anyhow = { workspace = true }
1919
tokio = { workspace = true, features = ["rt", "macros", "sync", "time"] }

crates/openlogi-hid/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["logitech", "hidpp", "hid", "mouse", "async"]
1111
categories = ["hardware-support", "asynchronous"]
1212

1313
[dependencies]
14-
openlogi-core = { path = "../openlogi-core", version = "0.6.5" }
14+
openlogi-core = { path = "../openlogi-core", version = "0.6.6" }
1515
hidpp = { workspace = true }
1616
async-hid = { workspace = true }
1717
tokio = { workspace = true }

crates/openlogi-hook/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors.workspace = true
99
description = "OS-level mouse-event hook for OpenLogi. macOS via CGEventTap; Linux via evdev+uinput; Windows via WH_MOUSE_LL."
1010

1111
[dependencies]
12-
openlogi-core = { path = "../openlogi-core", version = "0.6.5" }
12+
openlogi-core = { path = "../openlogi-core", version = "0.6.6" }
1313
thiserror = { workspace = true }
1414
tracing = { workspace = true }
1515

0 commit comments

Comments
 (0)