Skip to content

Commit

Permalink
Bumped version to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed May 13, 2020
1 parent fda9da9 commit 9b5c5a0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]


## [1.2.0] - 2020-05-13
### Added
- Support for PS, DXF and HPGL to the schematic export.
- Support for eeschema already running.
Expand Down
15 changes: 14 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
kicad-automation-scripts.inti-cmnb (1.2.0-1) stable; urgency=medium

* Added support for PS, DXF and HPGL to the schematic export.
* Added support for eeschema already running.
* Added support for loading KiCad 4 schematics (asking for Remap symbols)
* Changed pcbnew_print_layers to "pcbnew_do export" to be coherent with "eeschema_do"
* Changed pcbnew_run_drc to "pcbnew_do run_drc" ditto
* Fixed --ignore_unconnected of pcbnew_run_drc wasn't implemented.
* Fixed ERC omitted warnings if errors were detected.
* Fixed The project file could be altered, or even lost, during schematic export.

-- Salvador E. Tropea <[email protected]> Wed, 13 May 2020 15:14:07 -0300

kicad-automation-scripts.inti-cmnb (1.1.6-1) stable; urgency=medium

* Modified to remove x11-xserver-utils dependency

-- Salvador E. Tropea <salvador@kaira.inti.gov.ar> Thu, 23 Apr 2020 16:36:03 -0300
-- Salvador E. Tropea <salvador@inti.gob.ar> Thu, 23 Apr 2020 16:36:03 -0300

kicad-automation-scripts.inti-cmnb (1.1.5-1) stable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion kicad_auto/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
WAIT_START = 25


__version__ = '1.1.6'
__version__ = '1.2.0'

0 comments on commit 9b5c5a0

Please sign in to comment.