Added KiCad 6 details to the README

This commit is contained in:
Salvador E. Tropea 2022-01-18 13:41:30 -03:00
parent 7a4c3468fa
commit 80c62da988
2 changed files with 12 additions and 12 deletions

View File

@ -6,12 +6,12 @@
[![Coverage Status](https://img.shields.io/coveralls/github/INTI-CMNB/KiBot?style=plastic)](https://coveralls.io/github/INTI-CMNB/KiBot?branch=master) [![Coverage Status](https://img.shields.io/coveralls/github/INTI-CMNB/KiBot?style=plastic)](https://coveralls.io/github/INTI-CMNB/KiBot?branch=master)
[![PyPI version](https://img.shields.io/pypi/v/kibot?style=plastic)](https://pypi.org/project/kibot/) [![PyPI version](https://img.shields.io/pypi/v/kibot?style=plastic)](https://pypi.org/project/kibot/)
**New on 0.10.0**: **Important for KiCad 6 users**:
- Makefile generation (for local use, avoiding to redo unneeded stuff) - Only the code in the git repo supports KiCad 6 (no stable release yet)
- Compressed files generation (to gather deliverables) - The docker images taget `ki6` has KiCad 6, but you need to use the KiBot from the repo, not the one in the images.
- Import outputs from another project (i.e. gerber and drill recipe for a particular manufacturer) - The docker image with KiCad 6 and KiBot that supports it is tagged as `dev_k6`
- Multi-project consolidated BoMs - The GitHub action with KiCad 6 support is tagged as `v1_k6`
- Sortable HTML BoMs (choose any column) - When using KiCad 6 you must migrate the whole project and pass the migrated files to KiBot.
## Index ## Index

View File

@ -6,12 +6,12 @@
[![Coverage Status](https://img.shields.io/coveralls/github/INTI-CMNB/KiBot?style=plastic)](https://coveralls.io/github/INTI-CMNB/KiBot?branch=master) [![Coverage Status](https://img.shields.io/coveralls/github/INTI-CMNB/KiBot?style=plastic)](https://coveralls.io/github/INTI-CMNB/KiBot?branch=master)
[![PyPI version](https://img.shields.io/pypi/v/kibot?style=plastic)](https://pypi.org/project/kibot/) [![PyPI version](https://img.shields.io/pypi/v/kibot?style=plastic)](https://pypi.org/project/kibot/)
**New on 0.10.0**: **Important for KiCad 6 users**:
- Makefile generation (for local use, avoiding to redo unneeded stuff) - Only the code in the git repo supports KiCad 6 (no stable release yet)
- Compressed files generation (to gather deliverables) - The docker images taget `ki6` has KiCad 6, but you need to use the KiBot from the repo, not the one in the images.
- Import outputs from another project (i.e. gerber and drill recipe for a particular manufacturer) - The docker image with KiCad 6 and KiBot that supports it is tagged as `dev_k6`
- Multi-project consolidated BoMs - The GitHub action with KiCad 6 support is tagged as `v1_k6`
- Sortable HTML BoMs (choose any column) - When using KiCad 6 you must migrate the whole project and pass the migrated files to KiBot.
## Index ## Index