Release Notes
Changed
Added
- Added typed part metadata with
builtin.Part(...) and Component(part=...), including JSON netlist serialization and list[Part] support for properties["alternatives"].
Fixed
- Apply MVS-selected KiCad asset versions in resolution/materialization and sibling promotion, preventing
@kicad-* alias failures after patch updates.
pcb update now ignores prerelease dependency versions when selecting updates.
Install pcb 0.3.51
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/diodeinc/pcb/releases/download/v0.3.51/pcb-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/diodeinc/pcb/releases/download/v0.3.51/pcb-installer.ps1 | iex"
Download pcb 0.3.51