@@ -89,11 +89,15 @@ path/to/kicad/bin/python.exe .../generate_interactive_bom.py .../board.kicad_pcb
8989
9090## Supported versions
9191
92- KiCad 5.0 is the only supported version. Pcbnew python interface is not very
92+ KiCad 5.0 is the only fully supported version. Pcbnew python interface is not very
9393stable and tends to have backwards incompatible changes. I will try to support
9494future versions but generally you can expect my plugin to be tested only on
9595the latest stable build.
9696
97+ Plugin is reported to work with KiCad 4 when used from command line but it can
98+ break any time. If you encounter issues file a bug report and I will try to fix
99+ them if possible but no promises.
100+
97101## Known issues
98102
99103- Description and Part columns are not supported/tested yet.
@@ -104,11 +108,11 @@ the latest stable build.
104108
105109- Custom shape pads and copper zone drawings in footprints are supported but
106110 you need patched version of KiCad python bindings.
111+ My patch was integrated in KiCad dev branch, if you install a recent nightly
112+ build custom pads and copper/silkscreen graphics will be rendered.
107113
108- Patch is sent to KiCad devs and hopefully will be integrated soon. In the
109- meantime you can get prebuilt patched bindings for 5.0
110- [ here] ( http://github.com/openscopeproject/InteractiveHtmlBom/releases )
111- (win x64 only).
114+ You can also get prebuilt patched bindings for windows x64 KiCad 5.0
115+ [ here] ( http://github.com/openscopeproject/InteractiveHtmlBom/releases ) .
112116
113117 Overwrite corresponding files:
114118
@@ -127,7 +131,7 @@ the latest stable build.
127131General software bug reporting rules apply, make sure to describe in most
128132clear terms the following:
129133
130- 1 . KiCad version used.
134+ 1 . Platform and KiCad version used.
1311352 . What are the steps to reproduce the issue.
1321363 . What is the observed behavior.
1331374 . What is expected behavior.
@@ -160,9 +164,12 @@ problem area._
160164
161165# # Browser support
162166
163- Generated html page is tested in Chrome, Firefox and Edge . IE will not be
167+ Generated html page is tested in Chrome and Firefox . IE will not be
164168supported, patches for other browsers are welcome.
165169
170+ Edge is currently broken because of
171+ https:// developer.microsoft.com/ en- us/ microsoft- edge/ platform/ issues/ 8816771 /
172+
166173# License and credits
167174
168175Plugin code is licensed under MIT license , see `LICENSE ` for more info.
0 commit comments