Skip to content

Updated to release 1.1 of Kicad pinout generator plugin

Updated the plugin from 1.0 to 1.1. This is a minor update with the following changelog:

  • Added proper escaping for character sequences which could break the output (e.g. "<" and ">" in the HTML format, "|" in the MD format).
  • Removed the leading "/" of the net name in all formats (it was easy to confuse as a negation symbol).

Merge request reports