diff --git a/config/changelog.yaml b/config/changelog.yaml index 811a68637f0..1e50ffc6cf3 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -23,6 +23,9 @@ Unreleased: - Allow negative values for the buttonFreeLength option. Fixes #6508 tamiko: - Always load plugin-bust due to its changes in how it handle conditionality. + teagan: + - Increased default lengthBonus from 5% to 15%. Fixes #6820 + wahid: - Add a warning when waist and hip reduction are both zero, so no back dart is required @@ -33,6 +36,8 @@ Unreleased: Fixed: charlie: - Fix cut instructions for fly facing, only 1 to be cut. Fixes #6392 + core: + - Fix an issue when splitting path on start or end point. Fixes #6816 huey: - Fixed an issue where ribbing height would distort the pocket under certain conditions. Fixes #6238 - Adding missing translation for ribbing option diff --git a/designs/teagan/src/front.mjs b/designs/teagan/src/front.mjs index f2f61a48c89..61b79246714 100644 --- a/designs/teagan/src/front.mjs +++ b/designs/teagan/src/front.mjs @@ -263,7 +263,7 @@ export const front = { // Brian overrides chestEase: { pct: 12, min: 5, max: 25, menu: 'fit' }, sleeveLength: { pct: 30, min: 20, max: 100, menu: 'fit' }, - lengthBonus: { pct: 5, min: -20, max: 60, menu: 'style' }, + lengthBonus: { pct: 15, min: -20, max: 60, menu: 'style' }, backNeckCutout: { pct: 8, min: 4, max: 12, menu: 'fit' }, // Teagan specific draftForHighBust: { bool: false, menu: 'fit' },