Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 14:29

Added

  • erc_warnings pre-flight option to consider ERC warnings as errors.
  • Pattern expansion in the dir option for outputs (#58)
  • New filter types:
    • suparts: Adds support for KiCost's subparts feature.
    • field_rename: Used to rename schematic fields.
    • var_rename_kicost: Like var_rename but using KiCost mechanism.
  • New KiCost variant style.
  • skip_if_no_field and invert options to the regex used in the generic
    filter.
  • Board view file format export (#69)
  • Experimental mechanism to change 3D models according to the variant.
  • Support for width, style and color in "wire notes" (#70)
  • Level and comment to columns in the XLSX BoM output.
  • Basic KiCost support (experimental).
  • Basic internal BoM and KiCost integration (experimental).

Changed

  • Errors and warnings from KiAuto now are printed as errors and warnings.
  • Schematic dependencies are sorted in the generated Makefiles.
  • Makefile variables KIBOT, DEBUG and LOGFILE can be defined from outside.
  • Reference ranges of two elements no longer represented as ranges.
    Examples: "R1-R2" is now "R1 R2", "R1-R3" remains unchanged.

Fixed

  • Problem when using E/DRC filters and the output dir didn't exist.
  • Not all errors during makefile generation were catched (got a stack trace).
  • Output dirs created when generating a makefile for a compress target.
  • Problems with some SnapEDA libs (extra space in lib termination tag #57)
  • The "References" (plural) column is now coloured as "Reference" (singular)