Skip to content

Releases: INTI-CMNB/KiAuto

v1.5.1

08 Oct 15:52
Compare
Choose a tag to compare

Added

  • Options to pcbnew_do export:
    • --scaling/-s Scale factor (0 fit page)
    • --pads/-p Pads style (0 none, 1 small, 2 full)
    • --no-title/-t Remove the title-block
    • --monochrome/-m Print in blanck and white
    • --separate/-S Layers in separated sheets

v1.5.0

05 Oct 20:52
Compare
Choose a tag to compare

Added

  • Support for KiCad Nightly
    • Just define the environment variable: KIAUS_USE_NIGHTLY=5.99

v1.4.2

10 Sep 19:17
Compare
Choose a tag to compare

Fixed

  • Crash when no arguments.
  • Crash when no x11vnc and it was requested.
  • Lost warning messages when using --warnings_as_errors

v1.4.1

14 Jun 17:51
Compare
Choose a tag to compare

Added

  • --fill_zones/-f option to 'pcbnew_do export' to fill zones before printing.

Changed

  • Filtered errors are displayed as warnings, but ignored.
  • Filtered warnings are displayed as information.
  • When an error/warning is filtered a debug message informs which regex matched.

v1.4.0

08 Jun 17:08
Compare
Choose a tag to compare

Added

  • --errors_filter/-f option to provide a file containing errors to ignore from DRC/ERC.

Fixed

  • Sometimes when using a WM the "pcbnew_do export" failed to open the Printer dialog.
  • Sometimes when exiting xdotool didn't find any window and reported error.
  • When the filled zones changed during DRC the PCB could be saved even when we didn't
    specify --save

v1.3.1

19 May 14:36
Compare
Choose a tag to compare

Fixed

  • Under some situations the EEschema plot dialog failed to clear the old file path
    and we pasted concatenated. Was introduced when fixing the browse button selected.

v1.3.0

18 May 15:57
Compare
Choose a tag to compare

Added

  • --wait_key/-w option to send the commands step by step (debug)
  • --start_x11vnc/-s option to start a server so we can monitor what's going on (debug)
  • --use_wm/-m option to start a window manager (fluxbox) so we can interact better (debug)

Changed

  • Now we exit eeschema and pcbnew without killing the application.
  • Default record height now is 960.

Fixed

  • Error and Warning dialog detection. Now we use more specific regular expressions.
  • Sometimes the 'Plot Schematic Options' starts with the browse button selected and we
    must move left.
  • Sometimes the netlist dialog starts with the generation button selected and we move to
    the plugin button instead. Now we detect it and go back to the generate button.

v1.2.0

13 May 18:20
Compare
Choose a tag to compare

Added

  • Support for PS, DXF and HPGL to the schematic export.
  • Support for eeschema already running.
  • Support for loading KiCad 4 schematics (asking for Remap symbols)

Changed

  • pcbnew_print_layers to "pcbnew_do export" to be coherent with "eeschema_do"
  • pcbnew_run_drc to "pcbnew_do run_drc" ditto

Fixed

  • --ignore_unconnected of pcbnew_run_drc wasn't implemented.
  • ERC omitted warnings if errors were detected.
  • The project file could be altered, or even lost, during schematic export.

Removed x11-xserver-utils dependency

23 Apr 19:41
Compare
Choose a tag to compare

Now we use setxkbmap which is already installed

Fixed problems in docker environment

20 Apr 23:09
Compare
Choose a tag to compare