Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-05 | Bump version to v3.1.9v3.1.9 | jaseg | 1 | -1/+1 | |
2024-07-05 | Move from bs4 to etree | jaseg | 1 | -7/+14 | |
BeautifulSoup when using lxml in XML mode would mis-parse XML with very long attributes. Specifically, a <polygon> with about 18MB in its points attr would make lxml not return anything past that point in the file. bs4 uses lxml, which uses libxml2. libxml2 has a config option for parsing "huge" files that increases buffer sizes and avoids this error, and this option is exposed in lxml, but AFAICT you can't tell bs4 to set it, and bs4 just silently swallows the error from lxml. Fixes one half of #46 | |||||
2024-06-26 | Bump version to v3.1.8v3.1.8 | jaseg | 1 | -1/+1 | |
This version adds compatibility with resvg/usvg v0.42.0 | |||||
2023-11-14 | Bump version to v3.1.7v3.1.7 | jaseg | 1 | -1/+1 | |
2023-10-27 | Bump version to v3.1.6v3.1.6 | jaseg | 1 | -1/+1 | |
2023-10-26 | svg-flatten: Add cubic bezier support for newer usvg versions | jaseg | 1 | -1/+1 | |
2023-04-16 | Bump version to v3.1.5v3.1.5 | jaseg | 1 | -1/+1 | |
2023-04-16 | Bump version to v3.1.4v3.1.4 | jaseg | 1 | -1/+1 | |
2023-04-16 | Bump version to v3.1.3v3.1.3 | jaseg | 1 | -1/+1 | |
2023-04-16 | Bump version to v3.1.2v3.1.2 | jaseg | 1 | -1/+1 | |
2023-04-16 | Bump version to v3.1.1v3.1.1 | jaseg | 1 | -1/+1 | |
2023-04-11 | Bump version to v3.1.0v3.1.0 | jaseg | 1 | -0/+2 | |
2023-04-11 | Fix failing tests | jaseg | 1 | -1/+1 | |
2023-04-02 | Don't apply dilation scripts in convert, add paste test | jaseg | 1 | -69/+70 | |
2023-03-31 | Fix failing tests | jaseg | 1 | -2/+1 | |
2023-03-31 | Fix remaining commands for layer rework | jaseg | 1 | -68/+110 | |
2023-03-31 | Fix drill layer handling for latest changes in gerbonara | jaseg | 1 | -3/+3 | |
2023-03-30 | svg-flatten: Make drill size mapping more precise, add tests | jaseg | 1 | -24/+0 | |
2023-03-05 | Fix unit tests | jaseg | 1 | -2/+2 | |
2022-07-11 | gerboweb: fix deployment for new gerbolyzetsugi-dev | jaseg | 1 | -0/+1 | |
2022-07-03 | gerbolyze paste: fix zip logic | jaseg | 1 | -1/+1 | |
2022-06-24 | protoboard: add tight layout optionv3.0.10 | jaseg | 1 | -0/+1 | |
2022-06-20 | Fix outline mode clip & flash handling | jaseg | 1 | -1/+4 | |
2022-06-20 | protoboard: Add SMD patterns | jaseg | 1 | -2/+4 | |
2022-06-19 | svg: Fix template layer IDs | jaseg | 1 | -5/+5 | |
2022-06-19 | convert: generate better file names for weird layers | jaseg | 1 | -0/+1 | |
2022-06-18 | svg-flatten: add drill handling to outline mode | jaseg | 1 | -1/+1 | |
2022-06-17 | cli: fix sub script handling for convert | jaseg | 1 | -5/+9 | |
2022-06-17 | cli: add direct conversion functions | jaseg | 1 | -87/+194 | |
2022-06-17 | cli: Straighten out zip handling | jaseg | 1 | -28/+15 | |
2022-06-12 | ci: Also build sdistsv3.0.4 | jaseg | 1 | -0/+470 | |