forked from obra/kicad-automation-scripts
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed CHANGELOG.md
- Loading branch information
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
kiauto (1.5.5-1) stable; urgency=medium | ||
|
||
* Added KiCad environment variables preservation in eeschema_do | ||
* Added support for KICAD_CONFIG_HOME defined from inside KiCad | ||
* Now ERC report name can be configured | ||
* No KiCad config assumed, now we ask KiCad | ||
|
||
-- Salvador E. Tropea <[email protected]> Tue, 12 Jan 2021 12:06:12 -0300 | ||
|
||
kiauto (1.5.3-1) stable; urgency=medium | ||
|
||
* Fixed problems when using KiCad 5.99 and projects from KiCad 5. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -222,4 +222,4 @@ def get_config_vars_ini(file): | |
__email__ = '[email protected]' | ||
__status__ = 'beta' | ||
__url__ = 'https://github.com/INTI-CMNB/KiAuto/' | ||
__version__ = '1.5.4' | ||
__version__ = '1.5.5' |