Moved the news to the top of the README (replacing 0.7.0) news

This commit is contained in:
Salvador E. Tropea 2021-02-12 20:19:40 -03:00
parent 097ee10ac6
commit e3d79b6527
2 changed files with 12 additions and 20 deletions

View File

@ -6,9 +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.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

View File

@ -6,9 +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.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