Skip to content

Commit 3f94c8a

Browse files
ccross2claude
andauthored
chore(release): 0.3.5 (#61)
Hardware-support + security patch release. Added: - HP OmniBook X Flip IR camera (30c9:0120), including the IR-emitter quirk-schema extension (off_bytes / reset_on_close) for emitters that reject an all-zero "off" write (ERANGE). Contributed by @mocha (#47). - Lenovo ThinkBook 14 MP2PQAZG IR camera (30c9:00c2) — now documented (#45). - Both added to the verified-hardware table. Security: - openssl 0.10.75 -> 0.10.81 and rustls-webpki 0.103.9 -> 0.103.13 (Dependabot security updates, #60 / #59). Claude-Session: https://claude.ai/code/session_012wU47GVzskAummZqgH6FgF Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent dbe4f37 commit 3f94c8a

4 files changed

Lines changed: 28 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## Unreleased
44

5+
## v0.3.5 — 2026-07-07
6+
7+
### Added
8+
9+
- **Hardware support: HP OmniBook X Flip IR camera** (`30c9:0120`, Luxvisions).
10+
Contributed by @mocha in #47. Adds an IR-emitter quirk-schema extension
11+
(`off_bytes`, `reset_on_close`) for devices whose emitter rejects an all-zero
12+
"off" write (`ERANGE`); existing quirk files are unaffected (both fields
13+
default). Quirk file: `contrib/hw/30c9-0120.toml`.
14+
- **Hardware support: Lenovo ThinkBook 14 MP2PQAZG IR camera** (`30c9:00c2`).
15+
Contributed in #45 (previously not captured in the changelog). Quirk file:
16+
`contrib/hw/30c9-00c2.toml`.
17+
18+
### Security
19+
20+
- **`openssl` 0.10.75 → 0.10.81** and **`rustls-webpki` 0.103.9 → 0.103.13**
21+
(Dependabot security updates, #60 / #59) — pull RustSec-advisory fixes into
22+
the TLS dependency chain (`ort``ureq`).
23+
524
## v0.3.4 — 2026-07-07
625

726
### Fixed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
]
1111

1212
[workspace.package]
13-
version = "0.3.4"
13+
version = "0.3.5"
1414
edition = "2021"
1515
license = "MIT"
1616
repository = "https://github.com/sovren-software/visage"

docs/hardware-compatibility.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ VID:PID to the correct control bytes for each known device.
104104
|--------|---------|--------|
105105
| ASUS Zenbook 14 UM3406HA | `04f2:b6d9` | ✅ Verified on hardware |
106106
| Lenovo ThinkPad X1 Carbon Gen 9 20XW00FPUS | `174f:2454` | ✅ Verified on hardware |
107+
| Lenovo ThinkBook 14 MP2PQAZG | `30c9:00c2` | ✅ Verified on hardware |
108+
| HP OmniBook X Flip | `30c9:0120` | ✅ Verified on hardware |
107109

108110
**Contributing a quirk for your camera:**
109111

0 commit comments

Comments
 (0)