diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0eb29c0a3..f15dbf8d83d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,12 @@ - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes +### plugintest + +#### Fixed + + - Remove names from old plugins from list option + ### sandy #### Changed diff --git a/config/changelog.yaml b/config/changelog.yaml index 2fda3a4e227..c963f4dc5d2 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -4,6 +4,7 @@ Unreleased: - Allow plugins to provide their own packing implementation plugin-bin-pack: - First release of the plugin providing the default packing implementation + Changed: aaron: - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes #5057 @@ -45,6 +46,8 @@ Unreleased: core: - Fix order in mergeOptions method so user settings take precendence over defaults - Fix upward snap for snapped percentage option when snap is a simple number + plugintest: + - Remove names from old plugins from list option 3.0.0: date: 2022-09-30 diff --git a/designs/plugintest/src/base.mjs b/designs/plugintest/src/base.mjs index 7983bdee6fb..952662f3620 100644 --- a/designs/plugintest/src/base.mjs +++ b/designs/plugintest/src/base.mjs @@ -24,21 +24,13 @@ export const base = { dflt: 'all', list: [ 'all', - 'banner', - 'bartack', - 'buttons', - 'cutonfold', - 'dimension', + 'annotations', 'flip', 'gore', - 'grainline', 'i18n', - 'logo', 'measurements', 'mirror', - 'notches', 'round', - 'scalebox', 'sprinkle', 'title', 'versionfreeSvg',