From f53f89e83486bb8eb05737c4fb26f883d41fd500 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 11 Jul 2020 18:03:58 +0200 Subject: [PATCH] chore: Updated changelog --- config/changelog.yaml | 15 +++++++++++---- config/descriptions.yaml | 2 -- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/config/changelog.yaml b/config/changelog.yaml index 24c871764b2..dcf1f5f4412 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -5,8 +5,10 @@ Unreleased: - The `sampleConfigurator` component now supports the antwoman test (in addition to the antman test) - Changed `models` to `people` in `sampleConfigurator` - The `Legend` component is new, it is similar to the `Example` component but only for the pattern notation legend + - Added support for custom sample styles core: - Added support for injecting custom (path) styles when sampling. Closes [#380](https://github.com/freesewing/freesewing/issues/380) + - Added support for custom sample styles hugo: - Added shaping of the side seam legend: @@ -43,14 +45,17 @@ Unreleased: - Ported breanna to the new shoulderSlope measurement. See [#358](https://github.com/freesewing/freesewing/issues/358) - Ported breanna to the new (names for) other measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) - Removed `Circumference` suffix from measurement names + - Removed deprecated `debug()` statements brian: - Ported brian to new `shoulderSlope` degree measurement. See [#358](https://github.com/freesewing/freesewing/issues/358) - Ported brian to the new (names for) other measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) - Set HPS as anchor point for sampling in front and back - Removed `Circumference` suffix from measurement names + - Removed deprecated `debug()` statements bruce: - Ported bruce to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) - Removed `Circumference` suffix from measurement names + - Removed deprecated `debug()` statements carlton: - Better range for the `shoulderSlopeReduction` measurement - Ported carlton to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) @@ -64,6 +69,7 @@ Unreleased: - Ported carlita to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) - Set sample anchor points on all panels - Removed `Circumference` suffix from measurement names + - Removed deprecated `debug()` statements css-theme: - Updated the width of the SVG paths of a draft to match plugin-theme diana: @@ -86,6 +92,7 @@ Unreleased: - Changed some option to better defaults - Ported hugo to the new (names for) measurements. See [#416](https://github.com/freesewing/freesewing/issues/416) - Removed `Circumference` suffix from measurement names + - Removed deprecated `debug()` statements i18n: - Added translations for Titan - Removed `Circumference` suffix from measurement names @@ -166,6 +173,10 @@ Unreleased: Removed: plugin-buttons: - Snippet `snap-male` and `snap-female` are no longer available. Use `snap-stud` and `snap-socket` instead + plugin-debug: + - This plugin is deprecated and removed from the repository + plugin-designer: + - This plugin is deprecated and removed from the repository 2.6.0: date: 2020-05-01 @@ -680,10 +691,6 @@ Unreleased: - Initial release plugin-cutonfold: - Initial release - plugin-debug: - - Initial release - plugin-designer: - - Initial release plugin-dimension: - Initial release plugin-flip: diff --git a/config/descriptions.yaml b/config/descriptions.yaml index 27f5562d0f6..2c691f5a54b 100644 --- a/config/descriptions.yaml +++ b/config/descriptions.yaml @@ -31,8 +31,6 @@ plugin-bundle: 'An umbrella package of 8 essential FreeSewing build-time plugins plugin-bust: 'A FreeSewing plugin that helps with bust-adjusting menswear patterns' plugin-buttons: 'A FreeSewing plugin that provides button and buttonhole snippets' plugin-cutonfold: 'A FreeSewing plugin to add cut-on-fold indicators on your patterns' -plugin-debug: 'A FreeSewing plugin to log debug info to your browser console' -plugin-designer: 'A FreeSewing plugin to facilitate pattern design' plugin-dimension: 'A FreeSewing plugin to add dimensions to your (paperless) pattern' plugin-export-dxf: 'A FreeSewing plugin to export your pattern as DXF-ASTM' plugin-flip: 'A FreeSewing plugin to flip parts horizontally'