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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down