package kicadsch
Library to read and convert Kicad Sch files
Install
Dune Dependency
Authors
Maintainers
Sources
plotkicadsch-v0.5.0.tbz
sha256=e23d51468a0d50dfff56c044d782d56a6bc27be344c3f052cca4d0e1767ba841
sha512=787322504ee7dfc419092ff0691682cc8e1eaa6f59d5c6699962775c1241c18616ebba79fba9d6ff144264e314e634bc6c962e9d1092a7579be878ce08a395fd
doc/CHANGES.html
v0.5.0
- add compatibility with kicad 5.x
- update 'massaging' with rescue lib
- become independant on line endings types
- add an option to select output directory in plotkicadsch
- update lib versions
v0.4.0
- add the -l option
- add the -c option
- add the -t option
- add the -k option
- enhance svg drawing
- add appveyor builds and Windows binaries
- switch to dune
- add a small user's guide
v0.3.0
- rework opam interaction
- fix version watermark
- allow to have project in subdir of git working dir
- update Readme for installation procedure
- fix arc drawing (works for arcs less than 180°)
- set up documentation of lib
v0.2.0
- Add plotgitsch internal diffing
- fix #2, #3 and #4
v0.0.1
- Initial release