From 395c3fce80bcffadfbde9b711f87b63256a3bf22 Mon Sep 17 00:00:00 2001 From: Jean-Samuel Reynaud Date: Wed, 23 Mar 2022 13:59:43 +0100 Subject: [PATCH] Update doc according KiCad V6.0 (still work with master) and via deletion --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e02448..df50b71 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Please select the right branch according your KiCad version: - master for development version of KiCad + - master for KiCad V6 (until python API changes in dev version of KiCad) - V5.1 for KiCad version 5.1.* # Know issues @@ -10,8 +11,9 @@ Please select the right branch according your KiCad version: # Old issues - - Unable to delete VIA (since The old method - used in 5.1 - don't - work anymore) => Fixed on master for KiCad 6 + - Unable to delete VIA automaticaly (since The old method - used in 5.1 - don't + work anymore) => Please manually remove the group created that own + all vias - Via are invisible after plugin run. Need to save and reopen file to see them => Fixed by KiCad upstream