forked from johnbeard/kiplot
-
Notifications
You must be signed in to change notification settings - Fork 66
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
20 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,20 @@ | ||
kibot (0.9.0-1) stable; urgency=medium | ||
|
||
* Added: file name patterns are allowed for the `netlist_file` option. | ||
* Added: %F is the name of the source file without extension, but | ||
with the path. | ||
* Added support to field overwrite according to variant. | ||
* Added support to generate negative X positions for the bottom layer. | ||
* Added a filter to rotate footprints in the position file (#28). | ||
* Added: The step output now can download missing 3D models. | ||
* Now position files are naturally sorted (R10 after R9, not after R1) | ||
* Position files in CSV format quotes only the columns that could contain an | ||
space. Just like KiCad does. | ||
* Fixed: Now we support missing field names in schematic library entries. | ||
* Fixed: Generic filter `include_only` option worked only when debug enabled. | ||
|
||
-- Salvador E. Tropea <[email protected]> Mon, 04 Jan 2021 15:27:48 -0300 | ||
|
||
kibot (0.8.1-1) stable; urgency=medium | ||
|
||
* Added: Small details to internal BoM HTML output. | ||
|
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 |
---|---|---|
|
@@ -53,7 +53,7 @@ | |
__email__ = '[email protected]' | ||
__url__ = 'https://github.com/INTI-CMNB/KiBot/' | ||
__status__ = 'stable' | ||
__version__ = '0.8.1' | ||
__version__ = '0.9.0' | ||
|
||
|
||
import os | ||
|