Releases: sparkfun/SparkFun_KiCad_BOM_Generator
Releases · sparkfun/SparkFun_KiCad_BOM_Generator
Version 1.2.0
This release:
- Corrects init.py - thank you @SFE-Brudnerd #6
- Adds BOM exclusions for
IsExcludedFromBOM
andIsDNP
- thank you @SFE-Brudnerd #7IsDNP
is only applied with KiCad v8.0+
Version 1.1.1
This release:
- Makes the BOM Generator compatible with both KiCad 7 and 8
Version 1.1.0
This release:
- Makes the BOM Generator compatible with KiCad 8
- Note: BREAKING CHANGES! v1.1.0 is only compatible with KiCad 8. For KiCad 7, use v1.0.3
Version 1.0.3
This release:
- Adds column sorting on Qty and PROD_ID
- Click the column label to sort in ascending order, click again for descending
Version 1.0.2
This release:
- Improves the BOM Generator so it can handle empty or invalid PROD_IDs
- Previously, these would have thrown a Python error
- Now: a warning message box pops up first; empty or invalid IDs are marked as
>> EMPTY <<
or>> INVALID <<
in the BOM
Version 1.0.1
This release:
- Increases the default plugin window size - to enhance the user experience ;-)
Version 1.0.0
First release:
- Based heavily on @openscopeproject's Interactive HTML BOM plugin for KiCad
- Big thanks go to @qu1ck for the original BOM plugin and the many useful contributions on KiCad Info