Skip to content

0.4

Compare
Choose a tag to compare
@formatc1702 formatc1702 released this 13 Jul 14:19
· 38 commits to master since this release

Backward-incompatible changes

  • New syntax for autogenerated components (#184, #186)
    • Components that are not referenced in any connection set will not be rendered. Instead, a warning will be output in the console. (#328, #332)
  • 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 .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)

Misc. fixes

  • Use isort and black for cleaner code and easier merging (#248)
  • Code improvements (#246, #250)
  • Bug fixes (#264, #318)
  • Minor adjustments (#256)