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.
- Loading branch information
Showing
3 changed files
with
19 additions
and
1 deletion.
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,13 @@ | ||
kiauto (1.6.14-1) stable; urgency=medium | ||
|
||
* Added support for partially saved projects (KiCad 6). | ||
* Added time-out scale to the typing delay of pasted text. | ||
* Added delay before trying to paste the filename in the 3D render. | ||
* Now DRC errors explicitly excluded by KiCad 6 configuration are discarded. | ||
* Fixed problems to parse some KiCad 6 DRC messages. | ||
|
||
-- Salvador E. Tropea <[email protected]> Fri, 01 Jul 2022 08:49:05 -0300 | ||
|
||
kiauto (1.6.13-1) stable; urgency=medium | ||
|
||
* Added Support missing fp/sym-lib-table template. | ||
|
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 |
---|---|---|
|
@@ -292,4 +292,4 @@ def get_en_locale(logger): | |
__email__ = '[email protected]' | ||
__status__ = 'stable' | ||
__url__ = 'https://github.com/INTI-CMNB/KiAuto/' | ||
__version__ = '1.6.13' | ||
__version__ = '1.6.14' |