summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-09lettering: options to scolled panel (#3714)Kaalleen
2025-05-09macos notary fix to allow beta releases (#3710)rejbasket
build.yml fixed issue with if conditon not seeing tags properly
2025-05-06v3.2.0betaKaalleen
2025-05-06Add Bluenesia font (thanks, claudine and kaalleen) (#3705)Tyrosinase
* Add Bluenesia font (thanks, claudine and kaalleen) * fix blunesia fix json rename the svg deal with unwanted jumps --------- Authored-by: Karen C Co-authored-by: Claudine
2025-05-06new translations from CrowdinInk/Stitch Crowdin integration
2025-05-03legacy fill: do not ignore end_row_spacing when grouping sections (#3703)Kaalleen
2025-05-03edit json: warn about not writable json files (and rendering errors) (#3704)Kaalleen
2025-05-02meander fill: zigzag_stitch pull compensation is now a two sided attribute ↵Kaalleen
(#3702)
2025-05-02new translations from CrowdinInk/Stitch Crowdin integration
2025-05-01fix AttributeError when rendering fonts (#3699)Kaalleen
2025-04-30new translations from CrowdinInk/Stitch Crowdin integration
2025-04-29Claudine/fix monicha font (#3698)Claudine Peyrat
* update monicha font add new alternate glyphs make it work again * Update →.svg * Update →.svg some letters were gone after an inkscape crash......let's put them back
2025-04-27fix zerodivision error in zigzag to satin (#3696)Kaalleen
2025-04-27circular fill: use first boundary linestring if outline is multilinestring ↵Kaalleen
(#3694)
2025-04-27auto_satin: do not try to add a trim to a deleted element (#3683)Kaalleen
2025-04-27prevent possbile RecursionError for relative lock stitches (#3695)Kaalleen
2025-04-27Claudine/add more kanji (#3685)Claudine Peyrat
* twist monicha * add more kanjis to honoka * Revert "twist monicha" This reverts commit 67b6afca3bdcc8dee9c03d8ab7351bf42f7267cc. * remove variant selectors and update everything to institch v3
2025-04-26Claudine/fix font sample (#3684)Claudine Peyrat
* twist monicha * Update lettering_font_sample.py * better use default value * and leave Monicha alone in this branch * ensure command and marker symbols --------- Co-authored-by: Kaalleen <reni@allenka.de>
2025-04-26add icc color workaround (#3687)Kaalleen
2025-04-21new translations from CrowdinInk/Stitch Crowdin integration
2025-04-20new translations from CrowdinInk/Stitch Crowdin integration
2025-04-19add kernning to geneva fonts (#3678)Claudine Peyrat
* add kernning to geneva fonts plus some missing letters, plus update nickainley description * more kerning and a few more glyphs as well * more kerning * Update font.json
2025-04-19duplicate-consistant autoroute element selection (#3638)Kaalleen
2025-04-18do not rely on random ids for commands in lettering (#3681)Kaalleen
2025-04-18Redwork: remove command also from selection list (#3639)Kaalleen
2025-04-18fix NoneType error in auto_fill travel (#3659)Kaalleen
2025-04-18Fix an issue when auto_satin produces NoneType satins (#3680)Kaalleen
2025-04-18Manual stitch ripples: connector line stitch length (#3661)Kaalleen
2025-04-18delete reorder elements first (#3663)Kaalleen
2025-04-18Disconnect stroke and fill pull compensation param (#3670)Kaalleen
* make stroke pull compensation a sided property
2025-04-18Multicolor satin (windows): apply settings in spinctrldouble when they hit ↵Kaalleen
enter (#3677) * multicolor satin (windows): apply settings in spinctrldouble when they hit enter * enable nearest points for multicolor satin --------- Co-authored-by: CapellanCitizen
2025-04-18new translations from CrowdinInk/Stitch Crowdin integration
2025-04-17remove rotation test code (#3675)Kaalleen
2025-04-17do not fail on None in edit json (#3676)Kaalleen
2025-04-17new translations from CrowdinInk/Stitch Crowdin integration
2025-04-15add satin_cut_point command to hidden connector commands (#3654)Kaalleen
2025-04-15avoid missing json warning on hidden dir also for batch lettering (#3673)Kaalleen
2025-04-15fix geneva rounded jumps (#3665)Claudine Peyrat
* fix geneva rounded jumps * Update →.svg add some compensation open the e hole
2025-04-15lettering: fix adding trims when last element is marker or command (#3664)Kaalleen
2025-04-15Claudine/fix geneva jumps (#3672)Claudine Peyrat
* improve geneva sans * Update →.svg * improve geneva simple set decrease factor to 1 instead of .7 * Update →.svg last changes after stitch out
2025-04-15Do not bridge actual segments (#3669)Kaalleen
2025-04-15Add transform extension which also transforms the fill angles (#3657)Kaalleen
2025-04-15Claudine/remove unuseful trims in fonts (#3666)Claudine Peyrat
* Update →.svg malika ondulamarif shoumaru * Update →.svg * Update →.svg * Update ←.svg * Update →.svg * Update →.svg * Update →.svg * Update →.svg
2025-04-15Update →.svg (#3668)Claudine Peyrat
2025-04-15new translations from CrowdinInk/Stitch Crowdin integration
2025-04-14new translations from CrowdinInk/Stitch Crowdin integration
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-13Fix simulator scale for small elements (#3658)Kaalleen
Co-authored-by: CapellanCitizen <>
2025-04-13troubleshoot exchange single quote with double quoteKaalleen
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