Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

45 lines (33 loc) · 3.81 KB

Change Log

0.2 (2020-10-17)

Backward incompatible changes

  • Change names of connector attributes (#77, #105)
    • pinnumbers is now pins
    • pinout is now pinlabels
  • Remove ferrules as a separate connector type (#78, #102)
    • Simple connectors like ferrules are now defined using the style: simple attribute
  • Change the way loops are defined (#79, #75)
    • Wires looping between two pins of the same connector are now handled via the connector's loops attribute.

See the syntax description for details.

New features

  • Add bidirectional AWG/mm2 conversion (#40, #41)
  • Add support for part numbers (#11, #114, #121)
  • Add support for multicolored wires (#12, #17, #96, #131, #132)
  • Add support for images (#27, #153)
  • Add ability to export data directly to other programs (#55)
  • Add support for line breaks in various fields (#49, #64)
  • Allow using connector pin names to define connections (#72, #139, #140)
  • Make defining connection sets easier and more flexible (#67, #75)
  • Add new command line options (#167, #173)
  • Add new features to build_examples.py (#118)
  • Add new colors (#103, #113, #144, #145)
  • Improve documentation (#107, #111)

Misc. fixes

  • Improve BOM generation
  • Add various input sanity checks
  • Improve HTML output (#66, #136, #95, #177)
  • Fix node rendering bug (#69, #104)
  • Improve shield rendering (#125, #126)
  • Add GitHub Linguist overrides (#146, #154)

0.1 (2020-06-29)

  • Initial release