From fc0f0fa41a4d652554f37afc8487eff9daecbd44 Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Sun, 22 Dec 2024 18:19:48 +0100 Subject: [PATCH] fixes --- .github/linters/.cspell.json | 4 ++++ CHANGELOG.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/linters/.cspell.json b/.github/linters/.cspell.json index 25c7f8171..a9060caaa 100644 --- a/.github/linters/.cspell.json +++ b/.github/linters/.cspell.json @@ -394,6 +394,8 @@ "forceoverwrite", "fournir", "fpath", + "freefont", + "freetype", "friendlyname", "fromcommit", "fromorg", @@ -506,6 +508,7 @@ "hardisworktaskrefresh", "hardisworktasksave", "hardisworkws", + "harfbuzz", "hhmm", "hiddenitems", "high", @@ -643,6 +646,7 @@ "occurences", "oclif", "olas", + "openrc", "op\u00e9ration", "orgfreeze", "orginstanceurl", diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb7f0688..1395f0690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image - Visual flow management, using MermaidJs - [hardis:doc:project2markdown](https://sfdx-hardis.cloudity.com/hardis/doc/project2markdown/): Add a markdown file for each Flow - - If unable to run mermaid-cli, store markdown with mermaidJs diagram content anyway (can happen from Monitoning Backup Command) + - If unable to run mermaid-cli, store markdown with mermaidJs diagram content anyway (can happen from Monitoring Backup Command) - [hardis:doc:flow2markdown](https://sfdx-hardis.cloudity.com/hardis/doc/flow2markdown/): Generate the markdown documentation of a single flow (available from VsCode extension) - [hardis:project:generate:flow-git-diff](https://sfdx-hardis.cloudity.com/hardis/project/generate/flow-git-diff/): Generate the visual git diff for a single flow (available from VsCode extension) - [hardis:project:deploy:smart](https://sfdx-hardis.cloudity.com/hardis/project/deploy/smart/): Add visual git diff for flows updated by a Pull Request