This repository has been archived by the owner on Mar 6, 2022. It is now read-only.
Releases: nerdyscout/kicad-exports
Releases · nerdyscout/kicad-exports
v2.3
- update kicad_auto which includes kibot v0.11.0
- update kicad-diff to latest version
- running multiple *.kibot.yaml files is possible by executing
- a bundle eg
kicad-exports -c config/bundle/documentation.default.kibot.lst
. The file ending.kibot.lst
is a used for textfiles listing all kibot.yaml files. - or with wildcards
kicad-exports -c config/*.kibot.yaml
- a bundle eg
- refactored all config files
- you con now generate zip file of generated output
- refactored tests
v2.2
- update kicad_auto which includes kibot v0.8.0
- make verbose only avialable in local mode again
- refactor all config files, see here which file generates which output
- passing multiple config files will trigger a run of all of them. so you could now do something like
kicad-exports -c config/*.kibot.yaml -b myproject.kicad_pcb -e myproject.sch
- running locally enables the use of kicad-diff to get a diff between two commits of a PCBs.
v2.1
- update kiplot to kibot v0.7.0
- *.kiplot.yaml files now have to be called *.kibot.yaml!
- path of pcbdraw changed, please use:
style: '/usr/share/pcbdraw/styles/jlcpcb-green-hasl.json'
libs: ['/usr/share/pcbdraw/footprints/KiCAD-base']
- using docker image
setsoft/kicad_auto:10.4-5.1.6
instead of including all packages by myself - enable verbose output in CI runs
- add codefactor.io
- fix file permissions
v2.0
bump submodule which have been lost on v2.0 merge
v1.0
release is broken / can not be used anymore
v0.2
release is broken / can not be used anymore
beta
release is broken / can not be used anymore