package kicadsch
Library to read and convert Kicad Sch files
Install
Dune Dependency
Authors
Maintainers
Sources
plotkicadsch-v0.5.1.tbz
sha256=5dece188f3751fecdfae8e7b5e678fdc3871f6c1e348b30ab969ce336cdb0b5a
sha512=fe5b3cccad2ea9af016548ddf8b1d44b4bc32c51cb278efe80eb66582d1a604b8ef6d83f4659fe4ca08ff073e9344d01c80fc12d01154a38a0497163d34e6773
doc/CHANGES.html
v0.5.1
- fix compatibility with kicad 5.x
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