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