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
4 changed files
with
70 additions
and
46 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,8 +1,33 @@ | ||
kibot (1.6.5) UNRELEASED; urgency=medium | ||
|
||
* Next release | ||
|
||
-- Salvador E. Tropea <[email protected]> Sun, 11 Feb 2024 15:03:55 -0300 | ||
kibot (1.6.5-1) stable; urgency=medium | ||
|
||
* Added KiCad 8 support | ||
* Added support for all new options in KiKit panelize (upto 1.5.1) | ||
* Added support for ranges in the `show_components` and `highlight` | ||
options. So one entry can be something like *R10-R20*. Can be disabled | ||
using the global option `allow_component_ranges` to 3D/2D renderers. | ||
* Added a header and navigation bar to Navigate results. | ||
* Added support for SVG format in the logos to the BoM | ||
* We now filter some warnings that are always generated by docker | ||
images when we detect a CI/CD environment. They can be enabled using the | ||
`--warn-ci-cd` command line option. | ||
* Now KiRi continue even on corrupted schematics | ||
* Now we avoid W045 on nameless pads. Assuming they are on purpose and not | ||
real pads. | ||
* In BoardView now we skip footprints with no pads (not just REF**) | ||
* Fixed netlist generation problems with components on the PCB but not in | ||
schematic. | ||
* Fixed _none filter not always honored (i.e. exclude in BoM) | ||
* Fixed rotation for bottom JLCPCB parts with offset | ||
* Fixed rotation angle used to compute the offsets, must be the final angle | ||
* Fixed components excluded from the board reported anyways in the PCB | ||
parity check. | ||
* Fixed X axis mirroring issues in BoardView | ||
* Fixed alphanumeric pads sorting in BoardView | ||
* Fixed problems when using gerbers already generated in KiKit present | ||
* Fixed problems when using things like "origin/main" and add_link_id in Diff | ||
* Fixed not able to use external JSON configs in panelize | ||
|
||
-- Salvador E. Tropea <[email protected]> Sun, 31 Mar 2024 11:10:04 -0300 | ||
|
||
kibot (1.6.4-1) stable; urgency=medium | ||
|
||
|
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