Skip to content

Commit

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


## [Unreleased]


## [1.4.0] - 2020-06-08
### Added
- An option to provide a file containing errors to ignore from DRC/ERC.
- --errors_filter/-f option to provide a file containing errors to ignore from DRC/ERC.
### Fixed
- Some times when using a WM the "pcbnew_do export" failed to open the Printer dialog.
- Some times when exiting xdotool didn't find any window and reported error.
- 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

Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
kicad-automation-scripts.inti-cmnb (1.4.0-1) stable; urgency=medium

* 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.
* Fixed Sometimes when exiting xdotool didn't find any window and reported
error.
* Fixed When the filled zones changed during DRC the PCB could be saved even
when we didn't specify --save

-- Salvador E. Tropea <[email protected]> Mon, 08 Jun 2020 14:00:49 -0300

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

* Fixed: under some situations the EEschema plot dialog failed to clear the old file path
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.3.1'
__version__ = '1.4.0'

0 comments on commit a9be046

Please sign in to comment.