Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

## Unreleased

## v0.3.5 — 2026-07-07

### Added

- **Hardware support: HP OmniBook X Flip IR camera** (`30c9:0120`, Luxvisions).
Contributed by @mocha in #47. Adds an IR-emitter quirk-schema extension
(`off_bytes`, `reset_on_close`) for devices whose emitter rejects an all-zero
"off" write (`ERANGE`); existing quirk files are unaffected (both fields
default). Quirk file: `contrib/hw/30c9-0120.toml`.
- **Hardware support: Lenovo ThinkBook 14 MP2PQAZG IR camera** (`30c9:00c2`).
Contributed in #45 (previously not captured in the changelog). Quirk file:
`contrib/hw/30c9-00c2.toml`.

### Security

- **`openssl` 0.10.75 → 0.10.81** and **`rustls-webpki` 0.103.9 → 0.103.13**
(Dependabot security updates, #60 / #59) — pull RustSec-advisory fixes into
the TLS dependency chain (`ort` → `ureq`).

## v0.3.4 — 2026-07-07

### Fixed
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
]

[workspace.package]
version = "0.3.4"
version = "0.3.5"
edition = "2021"
license = "MIT"
repository = "https://github.com/sovren-software/visage"
Expand Down
2 changes: 2 additions & 0 deletions docs/hardware-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ VID:PID to the correct control bytes for each known device.
|--------|---------|--------|
| ASUS Zenbook 14 UM3406HA | `04f2:b6d9` | ✅ Verified on hardware |
| Lenovo ThinkPad X1 Carbon Gen 9 20XW00FPUS | `174f:2454` | ✅ Verified on hardware |
| Lenovo ThinkBook 14 MP2PQAZG | `30c9:00c2` | ✅ Verified on hardware |
| HP OmniBook X Flip | `30c9:0120` | ✅ Verified on hardware |

**Contributing a quirk for your camera:**

Expand Down