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
9 changes: 0 additions & 9 deletions .changeset/olive-pandas-attack.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/plump-otters-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-jars-clap.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# catalog

## 3.39.0

### Minor Changes

- 5c6b735: Standardize `io[].type` across the catalog and enforce the vocabulary. Widen
`schema/io-types.yaml` with 10 real port types that were missing (`rf`, `hdmi`,
`gpio`, `insert`, `clock`, `bluetooth`, `wifi`, `video`, `ground`,
`proprietary`), canonicalize 371 ports across 78 hardware entries, and promote
unknown types from an advisory warning to a hard validation error (E117).
- 6ce285f: Add `io`, `formats`, and `releaseDate` to `catalog-index.json`. Ports are
grouped (`{type, connection, flow, count}`) rather than emitted verbatim, and
I/O type spelling variants (`spdif`, `wordclock`, `aes3`) are folded into their
canonical forms so the data is queryable.

### Patch Changes

- 13a9cbe: IO vocabulary follow-ups from the #539 review: correct Bastl Klik clock output to `type: clock`, correct Mackie DLM12 channel inputs to `mic`/`instrument`, add `usb-b-mini` to the connection vocabulary (Bastl Klik, Artiphon INSTRUMENT 1), canonicalize Xone:43 connections (`trs` → `1/4-inch`, `minijack` → `1/8-inch`), and update CLAUDE.md/CONTEXT.md/VALIDATION_ERRORS.md to reflect enforced IO types (E117) and the expand-the-vocabulary policy.

## 3.38.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "catalog",
"version": "3.38.0",
"version": "3.39.0",
"description": "Open source audio software and hardware catalog",
"type": "module",
"scripts": {
Expand Down