Skip to content

Releases: jsreynaud/kicad-action-scripts

0.5.0 for KiCad v8.0

10 Apr 06:30
ada62f8
Compare
Choose a tag to compare
v8.0-0.5.0

Error in VECTOR2I create. Float is not a valid option for parameters.…

0.4.0 for KiCad v7.0

08 Jun 10:32
680af4e
Compare
Choose a tag to compare
v7.0-0.4.0

Fix some crash due to refill zone. Fix #61

0.3.0 for KiCad v7.0

22 Feb 09:16
1facc8a
Compare
Choose a tag to compare
v7.0-0.3.0

typo

0.2.0 for KiCad v6.0

20 Jan 07:56
a019d9b
Compare
Choose a tag to compare
  • Adding missing __init__.py in release file.

0.1.0 for KiCad v6.0

10 Nov 14:00
a019d9b
Compare
Choose a tag to compare

What's Changed

  • added delete vias option by @mtiutiu in #1
  • Changed circle pads into Vias, Added Star Pattern & Changed Default Via size/drill by @Phara0h in #4
  • Rewrote Via Stitching by @muXxer in #6
  • KiCAD 5.1.4 compatibility fix (py2&3) by @easyw in #12
  • adding info on via placed, allowing '.' and ',' for decimal separator on inputs by @easyw in #14
  • fixing py2 incompatibility inside the wxForm generated dialog by @easyw in #15
  • allowing resizing of the dialog, getting Via default values from board by @easyw in #18
  • adding button & icon by @easyw in #20
  • Allow decimals in CircularZone by @ramonimbao in #25
  • Add init py file for simpler setup by @telec16 in #26
  • Add support for concentric filling by @arjanmels in #49
  • Avoid the board edge by CopperEdgeClearance amount by @arjanmels in #48

New Contributors

Full Changelog: https://github.com/jsreynaud/kicad-action-scripts/commits/v6.0-0.1.0

0.2.0 for KiCad v5.1

20 Jan 07:57
ab13588
Compare
Choose a tag to compare
  • Adding missing __init.py__ in release file.

0.1.0 for KiCad v5.1

10 Nov 14:01
ab13588
Compare
Choose a tag to compare

What's Changed

  • added delete vias option by @mtiutiu in #1
  • Changed circle pads into Vias, Added Star Pattern & Changed Default Via size/drill by @Phara0h in #4
  • Rewrote Via Stitching by @muXxer in #6
  • KiCAD 5.1.4 compatibility fix (py2&3) by @easyw in #12
  • adding info on via placed, allowing '.' and ',' for decimal separator on inputs by @easyw in #14
  • fixing py2 incompatibility inside the wxForm generated dialog by @easyw in #15
  • allowing resizing of the dialog, getting Via default values from board by @easyw in #18
  • adding button & icon by @easyw in #20
  • Allow decimals in CircularZone by @ramonimbao in #25
  • Add init py file for simpler setup by @telec16 in #26
  • add Blind via option by @lidiriel in #33

New Contributors

Full Changelog: https://github.com/jsreynaud/kicad-action-scripts/commits/v5.1-0.1.0