Backward-incompatible changes
- New syntax for autogenerated components (#184, #186)
- New command line interface (#244). Run
wireviz --help
for details- The path specified with the
-o
/--output-dir
option no longer includes the filename (without extension) of the generated files. Use the-O
/--output-name
option to specify a different filename for the generated files.
- The path specified with the
- The
.gv
file is no longer included as a default output format (only as an intermediate file during processing) unless specified with the new-f
option described below.
New features
- Allow mates between connectors (#134, #186)
- Improve technical drawing output (#74, #32, #239)
- Embed images in SVG output (#189)
- Add ability to choose output formats using the
-f
/--format
command line option (#60) - Add option to multiply additional component quantity by number of unpopulated positions on connector (#298)