Skip to content

Releases: INTI-CMNB/KiAuto

Fixes to run better on docker image

20 Apr 21:33
Compare
Choose a tag to compare
  • Tolerate when the $HOME/.config/kicad dir is absent
  • Support missing *-lib-table in user config
  • eeschema_do also reports warnings as a warning message

Fixed missing dependencies

18 Apr 19:23
Compare
Choose a tag to compare

To test the X server we use x11 utils, but wasn't in the package dependencies.
Also: KiCad recommends xsltproc, but we need it for XML update, so now we force this dependency.

Changed colors

30 Mar 15:15
Compare
Choose a tag to compare

Just changed debug and info colors

KIplot's inner layers support

21 Mar 17:32
Compare
Choose a tag to compare

Just to integrate better with kiplot

ERC loglevels and ERC output fixed

19 Mar 02:14
Compare
Choose a tag to compare

Made the ERC loglevel errors negative.
Suppressed the eeschema stdout to avoid printing the report to the console.

Adding --save to Run DRC

16 Mar 17:00
Compare
Choose a tag to compare
  • Added --save option to pcbnew_run_drc
  • Added --list option to pcbnew_print_layers

First public release

10 Mar 15:49
Compare
Choose a tag to compare

Currently tested and working:

  • Exporting schematics to PDF and SVG
  • Exporting layouts to PDF
  • Running ERC on schematics
  • Running DRC on layouts
  • Netlist generation
  • Basic BoM generation (mainly the XML needed for KiBoM)