Skip to content

0.3.5

Compare
Choose a tag to compare
@eeintech eeintech released this 23 Mar 14:51

#21

  • Fix for listing "uncategorized" footprint folders, when KiCad footprint path was not set correctly
  • Fix for preventing part creation to run if KiCad symbol/footprint window is closed: a previous action on that window would make it proceed
  • Updated ferrite bead template: replace "supplier" fields with "manufacturer" fields
  • Updated README

#26

  • User can make the unique ID length configurable via settings.IPN_UNIQUE_ID_LENGTH
  • User can choose the variant suffix ID configurable via settings.IPN_VARIANT_SUFFIX
  • The variant suffix is now optional via settings.IPN_USE_VARIANT_SUFFIX
  • It adds the ability to use a "non-intelligent" IPN scheme with an optional fixed prefix via settings.IPN_USE_FIXED_PREFIX. If IPN_USE_FIXED_PREFIX == '' (default), no prefix is added to the IPN.

This update allows IPNs like the following:

  • 000123
  • 123
  • PREFIX-00123
  • FOO-12345-A
  • 000123-01