Skip to content

v1.5.1 release

Latest
Compare
Choose a tag to compare
@yaqwsx yaqwsx released this 16 Mar 07:00
· 18 commits to master since this release
7a3ae34

This release contains no new features, just bug fixes, and improves compatibility with KiCAD 8.

  • if KiCAD didn't create kicad_dru file for a board, KiKit crashed. This is fixed (3cb3720)
  • we fixed arc welder, thus the option --post 'reconstructarcs: true' now works correctly (18b590e)
  • KiKit no longer crashes when the resulting copperfill is empty (28689df)
  • DRC rule footprint_type_mismatch is not correctly handled (96a9646)
  • References are now correctly oriented in v8 (495e55c)
  • KiKit GUI is now compatible with v8 (077c8ab)
  • When running on v8, the pcbnewTransition module should no longer break compatibility with other plugins (21c74e1)
  • the odd-even column placement was fixed (thanks @errno) (49363ea)
  • overall documentation improvements (b4188f2, 7a3ae34)

How to upgrade

Simply update the Python package. There is no need to update the PCM package.