diff --git a/README.md b/README.md index 8010fe9b..c3c0d12a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/README.in b/docs/README.in index 00b628a4..1dc32aba 100644 --- a/docs/README.in +++ b/docs/README.in @@ -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