v0.9.0
The KiCad HTTP API is now usable in this release. See the docs.
- KiCad HTTP API: the server now watches the partmaster directory and reloads
the CSV files when one of them changes, printing a message to the console.
Edits reach KiCad without restarting the server. - KiCad HTTP API: fields are now served hidden unless configured otherwise.
KiCad displays any field whose visibility is unspecified, so every CSV column
appeared on the schematic when a symbol was placed. - KiCad HTTP API: added an
http.fieldssection togitplm.ymlthat says, per
IPN category, which column populates KiCad'sValuefield (value), which
columns KiCad displays (visible), and which are served under a different
field name (rename). A category's settings are applied on top of adefault
section shared by all categories. gitplm updatenow works on Windows. It was requesting a download URL without
the.exesuffix the released Windows binaries carry, so the update failed.
To update, run: gitplm update
Or download the binary for your platform below and place it in your PATH.