You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/changelog/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@
17
17
-[#709](https://github.com/estruyf/vscode-front-matter/issues/709): Take "where clause" into account on content creation
18
18
-[#710](https://github.com/estruyf/vscode-front-matter/issues/710): Hide child field when parent field its "when clause" is not met, also remove the fields from the content
19
19
-[#713](https://github.com/estruyf/vscode-front-matter/issues/713): Add the ability to always use quotes around string values in front matter
20
+
-[#722](https://github.com/estruyf/vscode-front-matter/issues/722): Allow to create sub-content which shows a dialog to select the parent folder
Now both the webviews and the extension dialogs, messages, and notifications are localized. Currently we support the following languages:
13
+
14
+
- German
15
+
- Spanish
16
+
- French
17
+
- Italian
18
+
- Japanese
19
+
- Korean
20
+
- Portuguese (Brazil)
21
+
- English
22
+
23
+
> **Important**: If a human translation is not available for the language, it will be translated using Azure Translation Services. This means that the translation might not be 100% accurate. In case you want to help us translate Front Matter CMS to your language, please check out the [localization documentation](/docs/contributing#translating-the-extension).
24
+
25
+
## Custom script enhancements
26
+
27
+
With the [@frontmatter/extensibility](https://www.npmjs.com/package/@frontmatter/extensibility) package, it is easier to create custom scripts for Front Matter CMS and it allows you to do more like asking questions to the user.
28
+
29
+
### Getting the arguments
30
+
31
+
Previously, you had to manually parse the arguments from the `process.argv` array. Now you can use the `getArguments` function from the `@frontmatter/extensibility` package.
> **Info**: More information can be found in the [creating a content script](/docs/custom-actions#creating-a-content-script) and [creating a media script](/docs/custom-actions#creating-a-media-script) documentation.
44
+
45
+
### Asking questions
46
+
47
+
You can now ask questions to the user when running a script. This can be done by using the `askQuestion` function from the `@frontmatter/extensibility` package.
> **Info**: More information can be found in the [asking questions to users](/docs/custom-actions#asking-questions-to-users) documentation.
70
+
71
+
### Scheduled content
72
+
73
+
You can now filter and group the content dashboard by scheduled content. This allows you to see which content is scheduled to be published in the future.
- Localization implemented for the whole extension
82
+
83
+
### 🎨 Enhancements
84
+
85
+
-[#273](https://github.com/estruyf/vscode-front-matter/issues/273): Allow single value arrays to be set as a string with the `singleValueAsString` field property
86
+
-[#686](https://github.com/estruyf/vscode-front-matter/issues/686): Allow script authors to ask questions during script execution
87
+
-[#688](https://github.com/estruyf/vscode-front-matter/issues/688): Allow to show the scheduled articles in the content dashboard (filter and group)
88
+
-[#690](https://github.com/estruyf/vscode-front-matter/issues/690): Added the ability to filter values in the `contentRelationship` field
89
+
-[#700](https://github.com/estruyf/vscode-front-matter/issues/700): Added the `{{pathToken.relPath}}` placeholder for the `previewPath` property
90
+
-[#706](https://github.com/estruyf/vscode-front-matter/issues/706): Show the error of scripts failing in the Front Matter output panel
91
+
-[#709](https://github.com/estruyf/vscode-front-matter/issues/709): Take "where clause" into account on content creation
92
+
-[#710](https://github.com/estruyf/vscode-front-matter/issues/710): Hide child field when parent field its "when clause" is not met, also remove the fields from the content
93
+
-[#713](https://github.com/estruyf/vscode-front-matter/issues/713): Add the ability to always use quotes around string values in front matter
94
+
-[#722](https://github.com/estruyf/vscode-front-matter/issues/722): Allow to create sub-content which shows a dialog to select the parent folder
95
+
96
+
### ⚡️ Optimizations
97
+
98
+
- Dashboard layout grid optimizations
99
+
- Added the content-type name to the metadata section in the panel
100
+
- New implementation of the combobox for the `contentRelationship` field
101
+
102
+
### 🐞 Fixes
103
+
104
+
-[#685](https://github.com/estruyf/vscode-front-matter/issues/685): Fix when using non-string values in the tag picker
105
+
-[#691](https://github.com/estruyf/vscode-front-matter/issues/691): Silent authentication retrieval for GitHub sponsors
106
+
-[#694](https://github.com/estruyf/vscode-front-matter/issues/694): Start terminal session from the folder where the `frontmatter.json` file is located
107
+
-[#696](https://github.com/estruyf/vscode-front-matter/issues/696): Close the local server terminal on restart
108
+
-[#699](https://github.com/estruyf/vscode-front-matter/issues/699): Changing border theme variable for the dashboard header
109
+
-[#703](https://github.com/estruyf/vscode-front-matter/issues/703): Fix retrieval of Astro Collections for `pnpm` projects
110
+
-[#704](https://github.com/estruyf/vscode-front-matter/issues/704): Fix `zod` schema script for optional fields
111
+
-[#707](https://github.com/estruyf/vscode-front-matter/issues/707): Fix `clearEmpty` issue with `draft` and `boolean` fields which are by default set to `true`
112
+
-[#711](https://github.com/estruyf/vscode-front-matter/issues/711): Fix in character mapping in the slug field
113
+
-[#712](https://github.com/estruyf/vscode-front-matter/issues/712): Keep the search context when deleting media files
114
+
-[#714](https://github.com/estruyf/vscode-front-matter/issues/714): Fix for taxonomy filtering from taxonomy view to content view
115
+
-[#718](https://github.com/estruyf/vscode-front-matter/issues/718): Fix JSON schema for the `frontMatter.panel.actions.disabled` setting
0 commit comments