Closed zardini123 closed 1 year ago
Indeed, the version number being optional is an oversight. I've added a minor comment to your changes, because we have a config file for that. I'm happy to merge your PR after that.
Thank you for the suggestions. They are now implemented.
kiutils.symbol.SymbolLib
does not have a default version number in KiUtils. ASymbolLib
created in KiUtils that is then imported into KiCad fails to load due to the version number being "None", but KiCad 6.0 expects a version number.This change uses the version number obtained from files migrated from
.lib
to.kicad_sym
by KiCad's manager UI.