There's more where that came from
A few new features in this release and updated compatibility with current kicad nightly. Also a bunch of small bugfixes for kicad and eagle.
This will be last release supporting python 2 and kicad 5.1 (at least on windows).
New features:
- Option to highlight pin 1 only on currently chosen component row
- Reset config button in export menu
- Configurable net colors in netlist bom mode
Notable commits:
- 3dc5f7d Implement none/all/selected choice for pin 1 highlight
- 53ffa2e Fixes for extra fields handling
- 42a0227 Add reset button for settings/checkboxes
- ee81206 Configurable net colors
- 3302982 Limit fields grid max height
- 275361c (Eagle) Handle name (refdes) to silk for unsmashed components
- e25dcc3 Fix filter not working when extra fields are ints
- 952138b (Eagle) Fix parsing logic error in footprints
- 1b551f5 (Eagle) Handle edges in footprints (fix #366)