CGrassin / kicad-pinout-generator

This KiCad plugin generates pinouts from the PCB file to various formats.
MIT License
32 stars 6 forks source link

Increase version_max to 8.0 for the PCM #14

Open Vincent-Dalstra opened 2 months ago

Vincent-Dalstra commented 2 months ago

Fix issue described in #13, which is preventing it from being downloaded via the KiCAD PCM.

Also fixes issue #12

Steffen-W commented 1 month ago

Hi @CGrassin, The change would be really minimal to realize this. It would be enough to change metadata.json 7.00 to 8.99. I would prefer to make the change myself, but that is not possible without further ado. I would be happy if you could change this if you are still active.

Steffen-W commented 1 month ago

Fix issue described in #13, which is preventing it from being downloaded via the KiCAD PCM.

Also fixes issue #12

https://gitlab.com/kicad/addons/metadata/-/blob/main/packages/com.github.cgrassin.kicad-pinout-generator/metadata.json?ref_type=heads#L34

The change must be made there, otherwise kicad will continue to refuse.

Vincent-Dalstra commented 1 month ago

8.99 makes a lot more sense. Unlikely that a minor version will break packages.

Steffen-W commented 1 month ago

Unfortunately, the most important change still has to be made in com.github.cgrassin.kicad-pinout-generator/metadata.json. Maybe @CGrassin will get in touch at some point, otherwise I would consider forking the project and developing it further. I really appreciate it and use it regularly. But I would also have one or two improvements.