From e3d79b65278ed3c06f76d16e381a59581d03c1de Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 12 Feb 2021 20:19:40 -0300 Subject: [PATCH] Moved the news to the top of the README (replacing 0.7.0) news --- README.md | 16 ++++++---------- docs/README.in | 16 ++++++---------- 2 files changed, 12 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 5225a7b6..a6fe5ca9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/README.in b/docs/README.in index 744929a9..33c30f7e 100644 --- a/docs/README.in +++ b/docs/README.in @@ -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