Skip to content

Releases: badgeek/svg2shenzhen

0.2.16

10 Feb 09:33
Compare
Choose a tag to compare
- bug fix invert, auto mask

0.2.15

25 Oct 01:37
Compare
Choose a tag to compare
  • [bugfix] Prepare document can be non square

v0.2.14: Version 0.2.14

12 Aug 15:29
fb80c3a
Compare
Choose a tag to compare

For developer only, lib boost for compiling bitmap2component boost.zip

0.2.13: Merge pull request #20 from kasbah/open-kicad-in-bg

13 May 17:51
fb80c3a
Compare
Choose a tag to compare
Change commands to open kicad in the background

0.2.12: Merge pull request #15 from kasbah/fix-no-docname

27 Apr 15:38
7b3a8bd
Compare
Choose a tag to compare
Default name to 'drawing' if svg has not been saved

0.2.11: Merge pull request #13 from kasbah/filename

25 Apr 03:55
0e3f8c3
Compare
Choose a tag to compare

Various improvement by @kasbah

  • Use sodipodi:docname in output names
  • Unify use of capitals as constants …
  • Rename cache folder to .svg2shenzhen-cache
  • Use short options variable in export
  • Move images and intermediate kicad_mods to cache …
  • Shorten hash and options cache filenames
  • Use element.get instead of attrib to get docname

0.2.10

20 Apr 12:08
Compare
Choose a tag to compare

Bug Fix:

  • set png export thread to 3

0.2.9

20 Apr 04:07
Compare
Choose a tag to compare

How to Upgrade from previous version (below 0.2.9)

Remove these files from your inkscape extension directory before installing new update:

  • bitmap2component.exe
  • bitmap2component_osx
  • bitmap2component_linux64
  • drill_size.py
  • drill_size.inx
  • export_layer.py
  • export_layer.inx
  • prepare_doc.py
  • prepare_doc.inx

Contribution from @kasbah

New Feature

  • Implement kicad_mod file output
  • Add more layers to kicad_pcb export plot options
  • Add gerber output directory

Bug Fixes

  • Tidied up code
  • Performance improvement

Contribution from @badgeek

New Feature

  • Add debug option

Bug Fixes

  • Use own cache folder
  • Tested on Windows and Osx
  • Fix memory hog on export png (reduce thread to 1)

0.2.8: Merge pull request #6 from kasbah/convert-parallel

13 Apr 01:35
32e555b
Compare
Choose a tag to compare

Performance Improvement and bug fixes contributed by @kasbah

Bug Fixes:

  • Remove white space errors
  • Fix xdg-open misspelling

Performance:

  • Make conversions execute in parallel
  • Make export_layer delete other layers
  • Add hashing of layers to avoid unnecessary work

cheeerss

0.2.7

09 Apr 01:50
Compare
Choose a tag to compare

Bug Fix:

  • windows pthread not found fix