Moved the news to the top of the README (replacing 0.7.0) news
This commit is contained in:
parent
097ee10ac6
commit
e3d79b6527
16
README.md
16
README.md
|
|
@ -6,9 +6,12 @@
|
|||
[](https://coveralls.io/github/INTI-CMNB/KiBot?branch=master)
|
||||
[](https://pypi.org/project/kibot/)
|
||||
|
||||
**New on 0.7.0**:
|
||||
Now KiBot supports *variants*. To my knowledge this is the first tool to implement such a feature, in a transparent way and from schematic to PCB, for KiCad.
|
||||
To learn more about KiBot variants visit the [example repo](https://inti-cmnb.github.io/kibot_variants_arduprog/).
|
||||
**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)
|
||||
|
||||
## Index
|
||||
|
||||
|
|
@ -65,13 +68,6 @@ KiBot lets you do this. The following picture depicts the data flow:
|
|||
|
||||
If you want to see this concept applied to a real world project visit the [Spora CI/CD](https://github.com/INTI-CMNB/kicad-ci-test-spora) example.
|
||||
|
||||
**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)
|
||||
|
||||
## Configuration
|
||||
|
||||
KiBot uses a configuration file where you can specify what *outputs* to
|
||||
|
|
|
|||
|
|
@ -6,9 +6,12 @@
|
|||
[](https://coveralls.io/github/INTI-CMNB/KiBot?branch=master)
|
||||
[](https://pypi.org/project/kibot/)
|
||||
|
||||
**New on 0.7.0**:
|
||||
Now KiBot supports *variants*. To my knowledge this is the first tool to implement such a feature, in a transparent way and from schematic to PCB, for KiCad.
|
||||
To learn more about KiBot variants visit the [example repo](https://inti-cmnb.github.io/kibot_variants_arduprog/).
|
||||
**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)
|
||||
|
||||
## Index
|
||||
|
||||
|
|
@ -65,13 +68,6 @@ KiBot lets you do this. The following picture depicts the data flow:
|
|||
|
||||
If you want to see this concept applied to a real world project visit the [Spora CI/CD](https://github.com/INTI-CMNB/kicad-ci-test-spora) example.
|
||||
|
||||
**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)
|
||||
|
||||
## Configuration
|
||||
|
||||
KiBot uses a configuration file where you can specify what *outputs* to
|
||||
|
|
|
|||
Loading…
Reference in New Issue