kopia lustrzana https://github.com/inkstitch/inkstitch
update upcoming
rodzic
1892c79842
commit
db5c6bb6a2
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "New Features, Updates and Fixes for the upcoming Ink/Stitch version"
|
||||
permalink: /upcoming/
|
||||
last_modified_at: 2024-09-26
|
||||
last_modified_at: 2024-11-18
|
||||
sidebar:
|
||||
nav: pages
|
||||
toc: true
|
||||
|
@ -19,11 +19,15 @@ toc: true
|
|||
|
||||
### Font updates
|
||||
|
||||
* Update font.json [#3202](https://github.com/inkstitch/inkstitch/pull/3202)
|
||||
* json corrections [#3194](https://github.com/inkstitch/inkstitch/pull/3194)
|
||||
* improve kerning [#3136](https://github.com/inkstitch/inkstitch/pull/3136)
|
||||
* Update →.svg [#3129](https://github.com/inkstitch/inkstitch/pull/3129)
|
||||
* add some punctuation signs [#3123](https://github.com/inkstitch/inkstitch/pull/3123)
|
||||
* Make more fonts sortable [#3280](https://github.com/inkstitch/inkstitch/pull/3280)
|
||||
* Make most multicolor fonts sortable [#3242](https://github.com/inkstitch/inkstitch/pull/3242)
|
||||
* Update dinomouse [#3272](https://github.com/inkstitch/inkstitch/pull/3272)
|
||||
* Shojumaru: make the font more robust in case of deformation [#3234](https://github.com/inkstitch/inkstitch/pull/3234)
|
||||
* perspective_tricolore_KOR: update font.json [#3202](https://github.com/inkstitch/inkstitch/pull/3202)
|
||||
* Cooper marif: json corrections [#3194](https://github.com/inkstitch/inkstitch/pull/3194)
|
||||
* roaring_twenties_KOR: improve kerning [#3136](https://github.com/inkstitch/inkstitch/pull/3136)
|
||||
* Violin serif: change one rail orientation on capital A [#3129](https://github.com/inkstitch/inkstitch/pull/3129)
|
||||
* add some punctuation signs to dejavu, learning curve, milli marif and Kaushan script [#3123](https://github.com/inkstitch/inkstitch/pull/3123)
|
||||
|
||||
|
||||
## New Extensions
|
||||
|
@ -34,20 +38,48 @@ toc: true
|
|||
|
||||
Helps (for example) to remove bean stitches from stitch plans and turn them into simple lines.
|
||||
|
||||
### Set color sort index
|
||||
|
||||
`Font management Set color sort index` [#3242](https://github.com/inkstitch/inkstitch/pull/3242)
|
||||
|
||||
A tool for font authors which sets a specified color sort index on selected elements to control element grouping when the color sorting option is enabled in the lettering tool.
|
||||
|
||||
## Extension Updates
|
||||
|
||||
### General
|
||||
|
||||
* Request permission to update if inkstitch svg version is not specified in the svg file [#3228](https://github.com/inkstitch/inkstitch/pull/3228)
|
||||
* Adapt paths of clipped groups to clip [#3261](https://github.com/inkstitch/inkstitch/pull/3261)
|
||||
* Add icons and descriptions for extension gallery [#3287](https://github.com/inkstitch/inkstitch/pull/3287)
|
||||
|
||||
### Auto-route satin
|
||||
|
||||
* transfer object based min jump length (if present) from satins on auto-generated strokes [#3154](https://github.com/inkstitch/inkstitch/pull/3154)
|
||||
|
||||
### Font sampling
|
||||
|
||||
* Add color sort option [#3242](https://github.com/inkstitch/inkstitch/pull/3242)
|
||||
|
||||
### Lettering
|
||||
|
||||
* Add color sort option for multicolor fonts [#3242](https://github.com/inkstitch/inkstitch/pull/3242)
|
||||
|
||||
### Multicolor Satin
|
||||
|
||||
* option to adjust underlay [#3152](https://github.com/inkstitch/inkstitch/pull/3152)
|
||||
|
||||
### Select elements
|
||||
|
||||
* Fix select redwork top layer [#3230](https://github.com/inkstitch/inkstitch/pull/3230)
|
||||
|
||||
### Simulator
|
||||
|
||||
* Show page in simulator [#3120](https://github.com/inkstitch/inkstitch/pull/3120)
|
||||
|
||||
### Stitch plan preview
|
||||
|
||||
* Update realistic filter [#3222](https://github.com/inkstitch/inkstitch/pull/3222)
|
||||
|
||||
## Stitch types
|
||||
|
||||
### Stitch type updates
|
||||
|
@ -56,16 +88,37 @@ Helps (for example) to remove bean stitches from stitch plans and turn them into
|
|||
|
||||
* Clones now also clone commands attached to element and its children. (#3032, #3121) [#3086](https://github.com/inkstitch/inkstitch/pull/3086)
|
||||
|
||||
### Ripple Stitch
|
||||
|
||||
* Manual ripple pattern [#3256](https://github.com/inkstitch/inkstitch/pull/3256)
|
||||
|
||||
## Palettes
|
||||
|
||||
* Isacord polyester: added 0713 Lemon color [#3225](https://github.com/inkstitch/inkstitch/pull/3225)
|
||||
|
||||
## Developer and Build Stuff
|
||||
|
||||
* Rejbasket/linux package fix [#3210](https://github.com/inkstitch/inkstitch/pull/3210)
|
||||
* Rejbasket/arm64 python update [#3201](https://github.com/inkstitch/inkstitch/pull/3201)
|
||||
* Use colormath2 instead of colormath [#3266](https://github.com/inkstitch/inkstitch/pull/3266)
|
||||
* make hook actually cancel the commit [#3235](https://github.com/inkstitch/inkstitch/pull/3235)
|
||||
* linux package fix [#3210](https://github.com/inkstitch/inkstitch/pull/3210)
|
||||
* arm64 python update [#3201](https://github.com/inkstitch/inkstitch/pull/3201)
|
||||
* only style-check staged changes [#3186](https://github.com/inkstitch/inkstitch/pull/3186)
|
||||
* Additional CI Improvements [#3174](https://github.com/inkstitch/inkstitch/pull/3174)
|
||||
* CI: Added pytest, some speed improvements [#3135](https://github.com/inkstitch/inkstitch/pull/3135)
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
* Avoid code repetition in paths detection [#3282](https://github.com/inkstitch/inkstitch/pull/3282)
|
||||
* Thread catalog: fix broken path [#3281](https://github.com/inkstitch/inkstitch/pull/3281)
|
||||
* Clone: do not fixup href [#3277](https://github.com/inkstitch/inkstitch/pull/3277)
|
||||
* Prevent zerodivision error for zero length segments [#3268](https://github.com/inkstitch/inkstitch/pull/3268)
|
||||
* Set svg version when importing an embroidery file [#3276](https://github.com/inkstitch/inkstitch/pull/3276)
|
||||
* Redwork/Auto-Run: keep stroke width [#3264](https://github.com/inkstitch/inkstitch/pull/3264)
|
||||
* Fix 'None'-string confusions in style [#3243](https://github.com/inkstitch/inkstitch/pull/3243)
|
||||
* Print pdf: prevent rendering original paths [#3262](https://github.com/inkstitch/inkstitch/pull/3262)
|
||||
* Avoid error message on info panel update [#3246](https://github.com/inkstitch/inkstitch/pull/3246)
|
||||
* Satin column: ignore single point paths [#3244](https://github.com/inkstitch/inkstitch/pull/3244)
|
||||
* Fix gradient style [#3200](https://github.com/inkstitch/inkstitch/pull/3200)
|
||||
* Fix clones with NoneType hrefs [#3196](https://github.com/inkstitch/inkstitch/pull/3196)
|
||||
* Fixed hidden objects being stitched out when cloned (Fix #3167) [#3171](https://github.com/inkstitch/inkstitch/pull/3171)
|
||||
* Fixed transforms on cloned commands [#3160](https://github.com/inkstitch/inkstitch/pull/3160)
|
||||
|
|
Ładowanie…
Reference in New Issue