| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-14 | v1.26.1: fix PES/PEC color changes | Lex Neva | |
| * v1.26.0 introduced a bug in PEC and PES files in which they ignored color changes | |||
| 2019-08-11 | v1.26.0 Troubleshoot extension plus more | Lex Neva | |
| * bug fixes * better unicode support * fix simulator scale display on MacOS * tons of other fixes * new features * Troubleshoot (HIGHLY REQUESTED) * points out exactly what part of a shape is causing Ink/Stitch to complain * example: a fill shape with a border that crosses itself * suggests how to resolve each kind of error * gives helpful tips for shapes that have issues even if they won't cause Ink/Stitch to error out * lettering * add trims between letters * scale text up and down * settings presets * select a font * a couple of new fonts * saving as G-code * options to support GRBL-based laser cutters * opening embroidery files * STOP and TRIM commands are recognized and imported * support for several MacOS versions (we hope) | |||
| 2019-08-11 | new translations from Crowdin | Ink/Stitch Crowdin integration | |
| 2019-08-11 | fix crowdin | Lex Neva | |
| 2019-08-11 | Merge pull request #509 from inkstitch/lexelby/input-fixes | Lex Neva | |
| input: read STOP commands too | |||
| 2019-08-10 | ignore single-point point lists too | Lex Neva | |
| 2019-08-10 | remove STOP at the end | Lex Neva | |
| 2019-08-10 | bump pyembroidery for JEF read trim fix | Lex Neva | |
| 2019-08-10 | allow unicode filenames again | Lex Neva | |
| 2019-08-10 | input: read STOP commands too | Lex Neva | |
| 2019-08-05 | add Troubleshoot extension (#465) | Kaalleen | |
| adds an extension to help you understand what's wrong with an object and how to fix it, e.g. "invalid" fill shapes | |||
| 2019-08-05 | Merge pull request #503 from inkstitch/lneva/stub-unicode | Lex Neva | |
| deal with None encoding in python 2 | |||
| 2019-08-03 | Fix simulator scale in macOS (#504) | Kaalleen | |
| 2019-07-31 | Support various macOS Versions | Kaalleen | |
| 2019-07-28 | deal with None encoding in python 2 | Lex Neva | |
| 2019-07-28 | Do not hide buttons in print preview (#499) | Kaalleen | |
| 2019-07-28 | Merge pull request #481 | Kaalleen | |
| show various bugs the door | |||
| 2019-07-27 | Merge pull request #487 from inkstitch/no_import_jumps | Lex Neva | |
| remove additional jump stitches on import | |||
| 2019-07-27 | add grbl laser options for g-code output (#450) | Lex Neva | |
| add grbl laser options for g-code output | |||
| 2019-07-10 | trim >= 3 jumps | Momo | |
| 2019-07-09 | remove all empty color blocks | Lex Neva | |
| 2019-07-07 | delete empty color block | Momo | |
| 2019-07-07 | rescue VP3 | Kaalleen | |
| 2019-07-06 | use get_pattern_interpolate_trim | Kaalleen | |
| This has the same inaccuracy as the previous version, but we can actually use a pyembroidery function to turn a specific number of jumps into trims. | |||
| 2019-07-06 | fix layer commands | Kaalleen | |
| 2019-07-04 | add trim commands in import and stitch plan | Lex Neva | |
| 2019-07-04 | fix style | Kaalleen | |
| 2019-07-04 | respect trim commands | Kaalleen | |
| 2019-07-04 | Ignore commands on input files | Kaalleen | |
| 2019-07-04 | lettering features (#399) | Lex Neva | |
| lettering features | |||
| 2019-07-02 | unicode export | Kaalleen | |
| 2019-06-24 | fix unicode error message | Kaalleen | |
| 2019-06-23 | fix unicode import (#482) | Kaalleen | |
| 2019-06-22 | fix style | Lex Neva | |
| 2019-06-22 | partial fix for unicode filenames (#478) | Lex Neva | |
| 2019-06-22 | handle unicode node names (fixes #467) | Lex Neva | |
| 2019-06-22 | handle document width/height of 100% (fixes #476) | Lex Neva | |
| 2019-06-22 | handle single linestrings properly (fixes #471) | Lex Neva | |
| 2019-06-22 | better message for unconnected fill shapes (fixes #463) | Lex Neva | |
| 2019-06-22 | update embroider_satin_column in all cases (fixes #466) | Lex Neva | |
| 2019-06-22 | rework fill shape parsing code (fixes #469) | Lex Neva | |
| 2019-06-22 | don't treat objects without stroke as SatinColumn (fixes #460) | Lex Neva | |
| 2019-06-22 | fix IndexError for single-path satin columns (fixes #366) | Lex Neva | |
| 2019-06-19 | rephrase/verbosify 'no embroiderable paths' error (#458) | Lex Neva | |
| rephrase/verbosify 'no embroiderable paths' error | |||
| 2019-06-17 | Make InkStitch run in Inkscape 1.0 alpha (#477) | Lex Neva | |
| Make InkStitch run in Inkscape 1.0 alpha | |||
| 2019-06-14 | Make InkStitch run in Inkscape 1.0 alpha | Bernd Kolb | |
| I downloaded inkscape 1.0 alpha for MacOS from the inkscape build server and installed inkstitch. For me it seems to run with python 3. Thus I am getting error messages like `TypeError: write() argument must be str, not bytes` which are fixed by this commit. | |||
| 2019-05-10 | fix laser warmup and z travel bugs | Lex Neva | |
| 2019-05-08 | rephrase/verbosify 'no embroiderable paths' error | Lex Neva | |
| 2019-05-01 | v1.25.0: Electron for Print PDF UI | Lex Neva | |
| This version transitions Print PDF to use Electron, a bundled version of Chromium browser. The Print PDF interface no longer opens in your default web browser. This change shouldn't be particularly significant for most users. This lays the groundwork for converting the rest of Ink/Stitch's GUI to use Electron, which will enable faster development and a more modern interface. The Ink/Stitch installation ZIP/tarball is significantly bigger in this version. Once we've finished the work of converting the existing interface to Electron, the ZIP/tarball will shrink. | |||
| 2019-05-01 | add dynamic laser power toggle and laser warm up time option | Lex Neva | |
