summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2025-07-27rename pyembroidery to pystitch (#3889)Kaalleen
... and remove it as a submodule (use pip to install)
2025-06-12numpy import fix (#3796)rejbasket
* removed strip flag from linux pyinstaller that caused numpy import issue * test numpy binary with strip flag * added clean flag to pyinstaller args * done testing removed strip flag from pyinstaller args --------- Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
2025-05-20add linux arm build (#3740)rejbasket
2025-05-09macos notary fix to allow beta releases (#3710)rejbasket
build.yml fixed issue with if conditon not seeing tags properly
2025-04-13moved mkdir artifacts to build-python (#3667)rejbasket
check to build artifacts folder for signed or local build Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
2025-04-13Update update build process (#3652)rejbasket
* removed linux new build, linux old is now linux64 * removed win32 build * use geos source build only for linux32 * set python version to 3.11 for all builds * sign only releases for windows
2025-04-04sign windows release with release certificate (#3613)rejbasket
2025-03-25Install thread palettes -> addons (thread palettes and symbols) (#3606)Kaalleen
Co-authored-by: CapellanCitizen
2025-03-10Fix linux builds (#3568)Kaalleen
2025-03-02remove scipy dependency (#3483)Kaalleen
smoothing with scipy (could be improved in a later commit)
2024-12-07Fix some workflow issues (#3330)Kaalleen
2024-11-26Add lmde6 32bit build (#3297) (#3298)Benson Muite
2024-11-19Rejbasket/update macos cloud build (#3291)rejbasket
* upgraded macos build to macos-13 upgraded wxpython to 4.2.2 for linux * add missing linux libs for update to wxpython --------- Authored by: rejbasket
2024-10-25make hook actually cancel the commit (#3235)Lex Neva
2024-09-24Rejbasket/linux package fix (#3210)rejbasket
* fix gem FilePermissionError change install to HOME folder * gem update after setting home * added gem commands to build.yml to fix Gem::FilePermissionError * removed gem update from build.yml --------- Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
2024-09-14only style-check staged changes (#3186)Lex Neva
2024-08-28Additional CI Improvements (#3174)capellancitizen
2024-08-13CI: Added pytest, some speed improvements (#3135)capellancitizen
Geos build is now cached, and its tests are no longer built.
2024-07-20shapely arm fix (#3094)rejbasket
2024-07-02add macOS arm version (#3038)rejbasket
authored-by: rejbasket
2024-06-09Rejbasket/version geos update (#2979)rejbasket
* update geos version for linux an win builds * pinned pyinstaller version * changed windows build runner to windows-2019 * changed build version for cmake geos build script --------- Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
2024-05-12Make font names not translatable (#2901)Kaalleen
2024-05-09update geos source (#2885)rejbasket
2024-05-01Remove electron entirely (#2859)Kaalleen
Co-authored-by: rejbasket
2024-03-28Fixed clones of group elements not appearing. (#2766)capellancitizen
2024-02-21Build with shapely with geos 3.12.x (#2732)rejbasket
authored-by: rejbasket
2024-02-10Rejbasket/pyinstaller fix installer checks (#2718)rejbasket
* netowrkx deps added in build * check for user inkscape config before installing * get os version in exception * update electron app location according to pyinstaller redesign * fixed broken libgeos syslinks * contents-directory added pyinstaller args fix broken linux and win versions * updated inkex * fix print_pdf --------- authored-by: rejbasket
2024-02-07support for modified id and menukarnigen
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