Skip to content

Releases: INTI-CMNB/KiAuto

v2.0.1

22 Aug 11:38
Compare
Choose a tag to compare

Added

  • Support for the error dialog we get when sub-sheets are missing.

Fixed

  • Problems when using --output_name and the system temporal dir isn't in the
    same file system as the selected name.

v2.0.0

11 Aug 21:39
Compare
Choose a tag to compare

Added

  • New interporser mechanism for Linux x86_64.
    • Faster and more reliable
  • --separate_info command line option to send information to stdout
    (separated from debug in stderr)
  • --info command line option to debug installation issues
  • Now all eeschema_do commands supports --output_name

v1.6.15

13 Jul 11:55
Compare
Choose a tag to compare

Fixed

  • DRC unconnected and warnings count (KiCad 6) (#25)

v1.6.14

01 Jul 11:55
Compare
Choose a tag to compare

Added

  • Support for partially saved projects (KiCad 6). (See INTI-CMNB/kicad_auto#11)
  • The typing delay of pasted text is now scaled by the time-out scale.
  • Delay before trying to paste the filename in the 3D render.
  • Discard DRC errors explicitly excluded by KiCad 6 configuration. (#25)

Fixed

  • Problems to parse some KiCad 6 DRC messages. (#25)

v1.6.13

06 Jun 14:17
Compare
Choose a tag to compare

Changed

  • Increased some timeouts, specially when waiting for the file creation (See #23)

Added

  • Force Mesa GL to use sofware render. Helps on some setups. (#22)
  • Support missing fp/sym-lib-table template. (#24)
  • Better pcbnew window available mechanism. (See #21)
  • An option to use the ray trace end detection with regular (OpenGL) renders
    (See #23)

Fixed

  • Problems when using PCBs in a read-only dir

v1.6.12

02 Jun 13:36
Compare
Choose a tag to compare

Fixed

  • kicad2step: very small wait on exit (#21)
  • kicad2step: output dir option ignored

v1.6.11

17 May 22:09
Compare
Choose a tag to compare

Added

  • Added IPC-D-356 netlist generation

v1.6.10

18 Apr 17:48
Compare
Choose a tag to compare

Changed

  • Time-outs when waiting for the PCB print dialog. Should make things faster.

Fixed

  • eeschema_do fails when loading the schematics took more than 3 seconds.

v1.6.9

10 Apr 16:45
Compare
Choose a tag to compare

Fixed

  • --list option was limited to layer IDs upto 50. Now isn't limited.
  • Problems with xclip messages for the version found on Fedora 35.

v1.6.8

29 Mar 18:49
Compare
Choose a tag to compare

Added

  • 3D View: support for X, Y, Z rotation in steps (KiCad 6 only)