Skip to content

v0.9

Compare
Choose a tag to compare
@adamws adamws released this 24 Feb 09:55
· 167 commits to master since this release
2d1a084

Release v0.9

Main changes:

  • support for KiCad 8.0.0
  • improved footprint to layout matching (see annotation-guide):
    • place switches based on key,row annotations if available - bae6010
    • when placing diodes use net codes instead of annotation numbers - 4244b97
    • add support for placing and routing multiple diodes per one switch - f487df5 683b21c
    • introduced explicit annotation handling - 457dc8f
    • enable switch placing and board creation for VIA alternative layouts - 745df93
  • improved track routing:
    • fix float comparison when evaluating routing - 6150239
    • fix track corner calculation and posture handling - 7531831
    • detect and use track templates when using UNCHANGED diode position - df279d9
    • stopped using hardcoded clearance value - 6f08c29
  • add board outline generation - d4c29e1
  • add option to choose orientation and side of switch footprints - f5e63ca
  • generalized board builder CLI - fe07dbe
  • add option to ignore ergogen zones by name pattern - 836e704
  • align placed elements to defined grid - 78df7d4
  • new translations #19 #23

Full Changelog: v0.8...v0.9