diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f9c48..7e3e826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [1.4.3] - 2026-08-23 + +### Added + +- **Google Stadia Controller wired USB capture report.** A capture-only doctor fixture now records all 17 controls from the unsupported Stadia Controller rev. A (`18d1:9400`), providing raw HID evidence for a future driver while keeping the compatibility table explicit that input is not yet supported. + ## [1.4.2] - 2026-08-04 ### Fixed diff --git a/package-lock.json b/package-lock.json index b1516d9..d42c689 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openmicro", - "version": "1.4.2", + "version": "1.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openmicro", - "version": "1.4.2", + "version": "1.4.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 56de389..99c0bd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openmicro", - "version": "1.4.2", + "version": "1.4.3", "description": "Open-source replica of Work Louder's Codex Micro using a consumer gamepad as the physical AI-agent controller.", "license": "MIT", "author": "stephenleo",