mvnmgrx / kiutils

Simple and SCM-friendly KiCad file parser based on Python dataclasses for KiCad 6.0 and up.
GNU General Public License v3.0
78 stars 25 forks source link

KiCad 7: Property IDs are no longer needed #72

Closed mvnmgrx closed 1 year ago

mvnmgrx commented 1 year ago

KiCad 7 does not require property tokens to have a unique ID. The id token seems to be completely removed from the Property token.

The documentation on this token style is unfortunately lacking other child tokens like position and effects (which are still used in v7): https://dev-docs.kicad.org/en/file-formats/sexpr-intro/#_properties