Added KiCad 6 details to the README
This commit is contained in:
parent
7a4c3468fa
commit
80c62da988
12
README.md
12
README.md
|
|
@ -6,12 +6,12 @@
|
|||
[](https://coveralls.io/github/INTI-CMNB/KiBot?branch=master)
|
||||
[](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
|
||||
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@
|
|||
[](https://coveralls.io/github/INTI-CMNB/KiBot?branch=master)
|
||||
[](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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue