Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Sep 21:04

Added

  • Now variants are separated entities. Two flavors implemented: KiBoM
    and IBoM.
  • New filters entities. They work in complement with variants.
    All the filtering functionality found in KiBoM and IBoM is supported.
  • Most outputs now supports variants. You can:
    • Mark not fitted components with a cross in the schematic
    • Mark not fitted components with a cross in the *.Fab layers of the
      PCB
    • Remove solder paste from not fitted components
    • Remove adhesive glue from not fitted components
    • Exclude components from the BoM (also mark them as DNF and/or DNC
      (Do Not Change))
    • Exclude components from the interactive BoM
    • Remove not fitted components from the STEP file
    • Exclude components from the position (pick & place) file
  • Default output file name format and default variant can be specified
    from the command line.

Fixed

  • Virtual components are always excluded from position files.
    Note you can change it using the variants mechanism.