summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2023-10-15Update shapely (#2471)Kaalleen
* update shapely * pin pyinstaller to 5.13.2 (issues with macOS) (rejbasket) * macOS: do not install shapely from binary, but remove .dylibs folder (breaks notarizazion) (rejbasket)
2023-07-30add windows 64bit version (#2413)rejbasket
* test build for windows 64bit * testing build for windows 64bit * fixed arch check for windows file name added electron 64bit for windows * blocked 64bit installer to be installed in 32bit windows --------- Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
2023-06-24linux: remove hidden import of gio and wx (#2386)Kaalleen
2023-06-20Windows numpy fix (#2377)rejbasket
* added Gio and wx to hidden imports changed numpy and scipy version for compatibility * update versions numpy and scipy --------- Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
2023-05-28macOS build: do not strip (#2320)Kaalleen
2023-05-28import gi (#2330)Kaalleen
2023-05-22Update electron version to v14.2.9 (#2214)rejbasket
Authored-by: rejbasket Co-authored-by: Kaalleen Co-authored-by: Lex Neva
2023-04-27macOS: notary update (#2237)Kaalleen
Authored-by: rejbasket
2023-03-07Select embroidery elements by stitch type (#1965)Kaalleen
2023-03-05install tiles (#2090)Lex Neva
2023-02-20add tiles json and internationalizationLex Neva
2022-07-08linux scipy/linalg libraries: ELF (#1714)Kaalleen
* do not strip any scipy library for linux * apply settings to debug formats * use fixed pyembroidery Co-authored-by: Lex Neva
2022-06-30Fixes (#1703)Kaalleen
* guide line position * use direction from line to shape * optimize intersection detection * fix flapack elf * handle weird guide lines better * update starting point for self crossing (multiple) fills * ripple: fixes and non circular join style * avoid jumps in ripple stitch * fallback only necessary if shape does not intersect grating * make valid may return a polygon * add profiling * Stitch.__init__ didn't work right and was super slow * shrink or grow to multipolygon Co-authored-by: Lex Neva
2022-06-10Fix scipy for Linux (#1685)Kaalleen
Authored-by: @lexelby
2022-05-04only check style on lines changed by commitLex Neva
2022-05-04pre-commit hook that only checks modifed filesLex Neva
2022-05-04don't violate deb version string constraintsLex Neva
2022-05-04test with macos python 3.8.xKaalleen
2022-05-04test to build with specified arch (macOS)Kaalleen
2022-04-18Pkg inkscape check (#1622)rejbasket
* add warning if Inkscape not installed (mac) enable local build with arm linux and mac Authored-by: rejbasket <rejbasket@users.noreply.github.com>
2022-02-28installer updates (#1565)rejbasket
* * build zip versions for macOS and windows * set application version macOS and Windows * automatically uninstall previous version in Windows * add zip to upload Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
2022-01-10add deb and rpm building (#1501)Lex Neva
2021-12-08add macOS and windows installer (#1352)rejbasket
2021-09-26One Version for all Languages (#1346)Kaalleen
Co-authored-by: Lex Neva <github.com@lexneva.name>
2021-03-04Update for Inkscape 1.0 (#880)Kaalleen
* update for inkscape 1.0 * add about extension * Build improvements for the inkscape1.0 branch (#985) * zip: export real svg not stitch plan * #411 and #726 * Tools for Font Creators (#1018) * ignore very small holes in fills * remove embroider (#1026) * auto_fill: ignore shrink_or_grow if result is empty (#589) * break apart: do not ignore small fills Co-authored-by: Hagen Fritsch <rumpeltux-github@irgendwo.org> Co-authored-by: Lex Neva <github.com@lexneva.name>
2021-02-13Make the font names more reproducibleshnwnd
This should greatly reduce the noise crowdin creates Before this the translations would often jump around in diff output this ought to make that a thing of the past.
2020-08-18v1.29.1 get rid of the ridiculous refs-tags thingLex Neva
2020-08-18windows already has yarn, in a weird placeLex Neva
2020-08-18fail on electron build errorsLex Neva
2020-04-28electron simulator (#531)Lex Neva
2020-03-19try without librtLex Neva
2020-03-18add missing librariesLex Neva
2020-03-18get rid of refs-heads- in zipsLex Neva
2020-03-14try no console windowLex Neva
2020-03-06remove stubLex Neva
2020-01-31fix fonts on windowsLex Neva
2020-01-29remove obselete TRAVIS_ referencesLex Neva
2020-01-29use python -m for pyinstallerLex Neva
2020-01-29mac buildLex Neva
2020-01-29windows build github actionLex Neva
2019-07-31Support various macOS VersionsKaalleen
2019-07-04lettering features (#399)Lex Neva
lettering features
2019-04-30Merge branch 'master' into lexelby/lettering-featuresLex Neva
2019-04-20refactor 'make dist' archive creation into a shell scriptLex Neva
2019-04-20Merge remote-tracking branch 'origin/master' into lexelby/electronLex Neva
2019-04-15Add default path for inkex.py on macOSKate Murphy
2019-04-12get the right architectureLex Neva
2019-04-12use docker for linux too and npm for macLex Neva
2019-04-12use docker for windowsLex Neva
2019-04-11refix windowsLex Neva