Skip to content

Commit fc8ce79

Browse files
drandyhaasclaude
andcommitted
v0.20.1: board-wide same-net-pad-clearance (#581), graphics-never-stubs (#583), green test suite
Python-only release -- the Rust crate stays 0.20.0 and the runtime resolver keeps using the published 0.20.0 binaries (CI re-attaches them). Headline changes since v0.20.0: - #581: --same-net-pad-clearance > 0 is a board-wide via-in-pad prohibition honored by EVERY via placement (escape vias, the #189 via-in-pad rescue, swap pad vias, plane taps/joins, rescue routes, the sub-grid via nudge; BGA under-pad escapes run dog-bone, QFN refuses via-in-pad). The value persists in the .kicad_pro so a whole chain inherits it; the flag exists on planes/route/route_diff/repair/ bga_fanout/qfn_fanout; the GUI controls moved to the Basic tab as a session-wide policy. -1 AND 0 preserve the previous behavior exactly. - #583: net-tagged copper GRAPHICS are never walked as stubs or relayered -- fixes emitted copper violating clearance against board copper graphics (KiCad-confirmed on apple1_aci_card). - #582 + live-board zone-deletion authority + planes-GUI ZONES report. - Stress harness: relaunches archive (never clobber) manifests; steps cannot outlive their shell. - run_all is green for the first time (250/0): 4 chronic failures were #522 subprocess path debris (vacuous passes), 1 a stale expectation. check_release_version.py --tag v0.20.1: OK. Parity audit at 4b0479a: no gaps, all four gates green, copper sets identical. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0176bS9zFYRSx67KWmRpVPuD
1 parent b201755 commit fc8ce79

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.20.0
1+
0.20.1

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"versions": [
2727
{
28-
"version": "0.20.0",
28+
"version": "0.20.1",
2929
"status": "testing",
3030
"kicad_version": "9.0",
3131
"runtime": "swig",
@@ -34,7 +34,7 @@
3434
"macos",
3535
"windows"
3636
],
37-
"download_url": "https://github.com/drandyhaas/KiCadRoutingTools/releases/download/v0.20.0/KiCadRoutingTools-0.20.0.zip",
37+
"download_url": "https://github.com/drandyhaas/KiCadRoutingTools/releases/download/v0.20.1/KiCadRoutingTools-0.20.1.zip",
3838
"download_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
3939
"download_size": 0,
4040
"install_size": 0

0 commit comments

Comments
 (0)