update upcoming

pull/2797/head
Kaalleen 2024-03-06 18:29:35 +01:00
rodzic 2286a9b451
commit 57ff1c5016
5 zmienionych plików z 48 dodań i 36 usunięć

Wyświetl plik

@ -31,7 +31,8 @@
{%- else -%}
{%- assign page_url = post.permalink | replace_first: page_lang, '' -%}
{%- assign new_url = '/' | append: lang[0] | append: page_url -%}
{%- assign lang_page = collection.docs | where: "permalink", new_url | where_exp: "item", "item.lang != 'en'" | where_exp: "item", "item.last_modified_at < post.last_modified_at" -%}
{%- assign post_modified = post.last_modified_at | date: '%Y-%m-%d' -%}
{%- assign lang_page = collection.docs | where: "permalink", new_url | where_exp: "item", "item.lang != 'en'" -%}
{%- if lang_page.size == 0 -%}
{%- assign missing_lang = collection.docs | where: "url", new_url -%}
{% if missing_lang.size == 0 %}
@ -41,17 +42,19 @@
{%- endif -%}
{% for please_update in lang_page %}
{% if label == 'posts' %}
{%- assign permalink = please_update.url -%}
{%- assign post_permalink = post.url -%}
{%- assign modified_at = please_update.date -%}
{%- assign post_modified_at = post.date -%}
{% else %}
{%- assign permalink = please_update.permalink -%}
{%- assign post_permalink = post.permalink -%}
{%- assign modified_at = please_update.last_modified_at -%}
{%- assign post_modified_at = post.last_modified_at -%}
{% endif %}
{% if please_update.last_modified_at | date '%Y-%m-%-d' < post_modified" | date '%Y-%m-%-d' -%}
{% if label == 'posts' %}
{%- assign permalink = please_update.url -%}
{%- assign post_permalink = post.url -%}
{%- assign modified_at = please_update.date -%}
{%- assign post_modified_at = post.date -%}
{% else %}
{%- assign permalink = please_update.permalink -%}
{%- assign post_permalink = post.permalink -%}
{%- assign modified_at = please_update.last_modified_at -%}
{%- assign post_modified_at = post.last_modified_at -%}
{% endif %}
{%- endif -%}
<li> {{ post_modified_at | date: "%Y-%m-%-d" }} <a href="{{ post_permalink }}">{{ post.title }}</a><br>
{{ modified_at | date: "%Y-%m-%-d" }} <a href="{{ permalink }}">{{ please_update.title }}</a><br>

Wyświetl plik

@ -9,18 +9,18 @@
{%- assign en_page_exists = true -%}
{%- endif -%}
{%- else -%}
{%- for collection in site.collections -%}
{%- for collection in site.collections -%}
{%- assign en_page = collection.docs | where: "permalink", en_url -%}
{%- if en_page.size > 0 -%}
{%- assign en_page_exists = true -%}
{%- break -%}
{%- endif -%}
{%- endfor -%}
{%- endfor -%}
{%- endif -%}
{%- if en_page_exists == false -%}
<p class="notice--warning"><b>⚠</b> This page is outdated. For more recent information have a look at the <a href="/">english section</a>.</p>
{%- elsif en_page.first.last_modified_at > page.last_modified_at -%}
{%- else en_page.first.last_modified_at | date: "%Y-%m-%d > page.last_modified_at | date: "%Y-%m-%d -%}
<p class="notice--warning"><b>⚠</b> This page is outdated. For more recent information have a look at the <a href="{{en_url}}">english original</a>.</p>
{%- endif -%}
{%- endunless -%}

Wyświetl plik

@ -1,7 +1,7 @@
---
title: "New Features, Updates and Fixes for Ink/Stitch after the release of v3.0.1"
permalink: /upcoming/
last_modified_at: 2024-02-13
last_modified_at: 2024-03-06
sidebar:
nav: pages
toc: true
@ -25,12 +25,23 @@ toc: true
* add ignore layer command ([#2522](https://github.com/inkstitch/inkstitch/issues/2522))
* Fill to Stroke
* add one centerline group for each selected fill or replace existing fill if it results in only one path ([#2675](https://github.com/inkstitch/inkstitch/issues/2675#issuecomment-1882919122))
* Jump to Stroke
* Add options
* Min width
* Max width
* Connect only within groups or layers
* Do not connect after trim, stop or forced lock stitches
* Merge new strokes with previous/next stroke
* Preferences
* electron -> wxpython ([#2479](https://github.com/inkstitch/inkstitch/issues/2479))
* Remove embroidery settings
* add option to remove only specific commands ([#2494](https://github.com/inkstitch/inkstitch/issues/2494))
* Select embroidery elements
* Option to select satins with no rungs or two rails and two rungs (possible detection conflict) ([#2734](https://github.com/inkstitch/inkstitch/pull/2734))
* Stitch Plan Preview
* Add option to keep/overwrite previous stitch plan ([#2642](https://github.com/inkstitch/inkstitch/issues/#2642))
* Troubleshoot
* Add warning for satins with two rails and two rungs (possible detection conflict) ([#2734](https://github.com/inkstitch/inkstitch/pull/2734))
## Lettering
@ -40,27 +51,32 @@ toc: true
### New fonts
* Chicken Scratch
* Violin Serif
* Chicken Scratch ([#2703](https://github.com/inkstitch/inkstitch/pull/2703))
* Violin Serif ([#2703](https://github.com/inkstitch/inkstitch/pull/2703))
### Updates
Most fonts have now the following glyphs: éèêëÉÈÊËÜÄÖäöüß
Only exceptions are April en Fleur, Apex Lake, Cherry fonts, Emilio fonts, Fold Inkstitch, Infinipicto, Namskout and Sortefax (they contain only non diacritic glyphs).
* Most fonts have now the following glyphs: éèêëÉÈÊËÜÄÖäöüß
Only exceptions are April en Fleur, Apex Lake, Cherry fonts, Emilio fonts, Fold Inkstitch, Infinipicto, Namskout and Sortefax (they contain only non diacritic glyphs).
* TT-Directors: add Ũ
Further updates have been made to:
* AGS Γαραμου Garamond
* Apex Simple AGS
* Dinomouse
* TT Masters
* TT Directors
All fonts have been reworked to be more stable when transformed.
([#2749](https://github.com/inkstitch/inkstitch/pull/2749))
([#2744](https://github.com/inkstitch/inkstitch/pull/2744))
([#2742](https://github.com/inkstitch/inkstitch/pull/2742))
([#2714](https://github.com/inkstitch/inkstitch/pull/2714))
([#2607](https://github.com/inkstitch/inkstitch/issues/2607))
([#2579](https://github.com/inkstitch/inkstitch/issues/2579))
([#2476](https://github.com/inkstitch/inkstitch/issues/2476))
([#2682](https://github.com/inkstitch/inkstitch/pull/2682))
## Pallets
* 2 new pallets ([#2752](https://github.com/inkstitch/inkstitch/pull/2752))
* Simthread glow in the dark / 15 colors
* Simthread 63 Brother Colours Polyester
## Params
* Improved error reporting ([#2437](https://github.com/inkstitch/inkstitch/issues/2437))
@ -135,5 +151,5 @@ Further updates have been made to:
* [#2460](https://github.com/inkstitch/inkstitch/issues/2460) Satin Column: obey reversed rails when synthesizing rungs
* [#2458](https://github.com/inkstitch/inkstitch/issues/2458) Density Map: add ignore layer command
* [#2434](https://github.com/inkstitch/inkstitch/issues/2434) Ignore commands with "empty-d-connectors"
* [#2404](https://github.com/inkstitch/inkstitch/issues/2404) Render satins with only one subpath as running stitch ([#2553](https://github.com/inkstitch/inkstitch/issues/2553))
* [#2404](https://github.com/inkstitch/inkstitch/issues/2404) Render satins with only one subpath as running stitch
* [#2403](https://github.com/inkstitch/inkstitch/issues/2403) ignore small contour fill with single or double spiral

Wyświetl plik

@ -48,7 +48,7 @@ Wenn du deine Schrift ohne Kerning erstellt hast, kannst du mit diesem Werkzeug
* Nein: Wähle diese Option, wenn deine Schrift sowohl Klein- als auch Großbuchstaben enthält (Standard)
* Großbuchstaben: Wähle diese Option, wenn deine Schrift nur Großbuchstaben enthält.
* Kleinbuchstaben: Wähle diese Option, wenn deine Schrift nur Kleinbuchstaben enthält.
* **Umkehrbar**: definiere, ob deine Schrift vorwärts und rückwärts gestickt werden kann. Check this only if you do have created font variants.
* **Umkehrbar**: definiere, ob deine Schrift vorwärts und rückwärts gestickt werden kann. Wähle diese Option nur, wenn du verschiedene Schriftvarianten (bzw. Richtungen) erstellt hast.
* **Standard-Glyphe**: das Zeichen/der Buchstabe der ausgegeben werden soll, wenn der eingegebene Buchstabe nicht in der Schriftdatei vorhanden ist
* **Minimale Skalierung / Maximale Skalierung**: definiert, wie weit die Schrift maximal skaliert werden darf ohne beim Sticken an Qualität zu verlieren
@ -86,8 +86,6 @@ Bei gekauften Schriften kommt es häufig vor, dass die Buchstaben in Unterordner
## Update glyph list
dans le fichier json
This extension insert the list of the glyphs into the json file. Must be done a first time when all the glyphs are present in the svg file, and must be redone if glyphs are added or deleted.
## Kerning entfernen
@ -102,7 +100,3 @@ Deine Schrift ist bereits einsatzbereit. Aber wenn du sie mit FontForge erstellt
2. Öffne `Erweiterungen > Ink/Stitch > Font Tools > Remove Kerning`
3. Die die zu bereinigende(n) Datei(en)
4. Klicke auf `Anwenden`

Wyświetl plik

@ -20,7 +20,6 @@ Das Text-Modul erzeugt mehrzeiligen Text. Die hinterlegten Schriftarten wurden v
* Der eingegebene Text erscheint über der Seite.
* Freie Positionierung ist nun möglich.
### Font filters
* **Schriftgrößenfilter**<br>