diff --git a/CHANGELOG.md b/CHANGELOG.md index f1020ad4953..917f4fc7c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,34 @@ ## Unreleased +### bee + +#### Added + + - Added the `duoNeckTieColours` option + - Added the `duoBandTieColours` option + - Added the `pointedNeckTieEnds` option + - Added the `pointedBandTieEnds` option + +#### Changed + + - Reinstating the ability to toggle the colours of neck and band tie independently + - Reinstating the ability to toggle pointed edge of neck and band tie independently + - Simplify snap options + - Simplify Cutting Instructions + - Hidden tie flag message also now appears when `options.ties` is not set + - Neck tie is no longer hidden when `options.pointedNeckTieEnds` is `true` + - Band tie is no longer hidden when `options.crossBackTies` is `true` + - Band tie is no longer hidden when `options.pointedBandTieEnds` is `true` and `options.crossBackTies` is not set + - The `reversible` optinon now acts as an override for the `duoNeckTieColours` and `duoBandTieColours` options + - Updated `neckTieLength` when `crossBackTies` is `true` + - Designer note links updated for new options + +#### Fixed + + - Neck ties no longer shown to be cut on fold + - Band tie locks in duo colours when `options.crossBackTies` is true (fixes incorrect notch placements) + ## 4.0.0 (2024-04-01) diff --git a/config/changelog.yaml b/config/changelog.yaml index c831ee199cf..9ef3e914430 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -1,5 +1,35 @@ Unreleased: + + Added: + bee: + - Added the `duoNeckTieColours` option + - Added the `duoBandTieColours` option + - Added the `pointedNeckTieEnds` option + - Added the `pointedBandTieEnds` option + + Fixed: + backend: + - Newsletter unsubscribe links lead to 404 + bee: + - Neck ties no longer shown to be cut on fold + - Band tie locks in duo colours when `options.crossBackTies` is true (fixes incorrect notch placements) + org: + - Update pattern button leads to 404 + - New measurement set leads to 404 when users have no sets yet + Changed: + bee: + - Reinstating the ability to toggle the colours of neck and band tie independently + - Reinstating the ability to toggle pointed edge of neck and band tie independently + - Simplify snap options + - Simplify Cutting Instructions + - Hidden tie flag message also now appears when `options.ties` is not set + - Neck tie is no longer hidden when `options.pointedNeckTieEnds` is `true` + - Band tie is no longer hidden when `options.crossBackTies` is `true` + - Band tie is no longer hidden when `options.pointedBandTieEnds` is `true` and `options.crossBackTies` is not set + - The `reversible` optinon now acts as an override for the `duoNeckTieColours` and `duoBandTieColours` options + - Updated `neckTieLength` when `crossBackTies` is `true` + - Designer note links updated for new options 4.0.0: date: 2024-04-01 diff --git a/sites/dev/docs/reference/api/path/_curve/readme.mdx b/sites/dev/docs/reference/api/path/ˍcurve/readme.mdx similarity index 100% rename from sites/dev/docs/reference/api/path/_curve/readme.mdx rename to sites/dev/docs/reference/api/path/ˍcurve/readme.mdx diff --git a/sites/dev/docusaurus.config.mjs b/sites/dev/docusaurus.config.mjs index 48c198f4ecf..cc7c99c794d 100644 --- a/sites/dev/docusaurus.config.mjs +++ b/sites/dev/docusaurus.config.mjs @@ -93,7 +93,7 @@ const config = { docs: { routeBasePath: '/', sidebarPath: './sidebars.js', - editUrl: 'https://github.com/freesewing/freesewing/tree/v4/sites/dev/', + editUrl: 'https://codeberg.com/freesewing/freesewing/tree/develop/sites/dev/', }, theme: { customCss: './src/css/custom.css', @@ -142,21 +142,17 @@ const config = { { title: 'Help & Support', items: [ + { + label: 'Forum', + href: 'https://forum.freesewing.eu/', + }, { label: 'Discord', href: 'https://discord.freesewing.org/', }, - { - label: 'GitHub Issues', - href: 'https://github.com/freesewing/freesewing/issues', - }, - { - label: 'GitHub Discussions', - href: 'https://github.com/freesewing/freesewing/discussions', - }, { label: 'All Support Options', - href: 'https://freesewing.org/support', + href: 'https://freesewing.eu/support', }, ], }, @@ -164,25 +160,21 @@ const config = { title: 'More', items: [ { - label: 'FreeSewing.org', - to: 'https://freesewing.org/', + label: 'FreeSewing.eu', + to: 'https://freesewing.eu/', }, { - label: 'Blog', - to: 'https://freesewing.org/blog/', + label: 'FreeSewing.social', + to: 'https://freesewing.social/', }, { - label: 'Showcase', - to: 'https://freesewing.org/showccase/', - }, - { - label: 'Code on GitHub', - href: 'https://github.com/freesewing/freesewing', + label: 'Code on Codeberg', + href: 'https://codeberg.org/freesewing/freesewing', }, ], }, ], - copyright: `FreeSewing is brought to you by Joost De Cock and contributors with the financial support of our patrons`, + copyright: `FreeSewing is brought to you by Joost De Cock and contributors with the financial support of our patrons`, }, prism: { theme: prismThemes.dracula, diff --git a/sites/dev/src/pages/_new-design.md b/sites/dev/src/pages/_studio.md similarity index 50% rename from sites/dev/src/pages/_new-design.md rename to sites/dev/src/pages/_studio.md index fcd51dd8aac..783fe7420e1 100644 --- a/sites/dev/src/pages/_new-design.md +++ b/sites/dev/src/pages/_studio.md @@ -1,3 +1,3 @@ ```sh title="Terminal" -npx @freesewing/new-design +npx @freesewing/studio ``` diff --git a/sites/dev/src/pages/index.js b/sites/dev/src/pages/index.js index 8adf549c761..e94ecebcbb0 100644 --- a/sites/dev/src/pages/index.js +++ b/sites/dev/src/pages/index.js @@ -1,6 +1,6 @@ import Link from '@docusaurus/Link' import Layout from '@theme/Layout' -import NewDesign from './_new-design.md' +import Studio from './_studio.md' import SetupMonorepo from './_setup-monorepo.md' import MDXContent from '@theme/MDXContent' @@ -92,7 +92,7 @@ export default function Home() {
All you need is NodeJS, then run:
-
This command will setup the stand-alone FreeSewing development environment for you.{' '}
Learn more.
@@ -101,8 +101,8 @@ export default function Home() {
First,{' '}
-
- fork our monorepo on GitHub
+
+ fork our monorepo on Codeberg
, then run:
For documentation for makers, please refer to{' '} - FreeSewing.org. + FreeSewing.eu.