Releases: estruyf/vscode-front-matter
Releases · estruyf/vscode-front-matter
v10.5.1 release
v10.5.0 release
What's Changed
- fix: typo by @davidsneighbour in #861
- Add
sameContentLocale
option to filter content relationship suggestions by @wottpal in #864 - Prep v10.5.0 release by @estruyf in #871
New Contributors
- @davidsneighbour made their first contribution in #861
- @wottpal made their first contribution in #864
Full Changelog: v10.4.1...v10.5.0
v10.4.1 release
v10.4.0 release
✨ New features
- #844: New
{{filePrefix.index}}
placeholder to add the index number of the file in the folder
🎨 Enhancements
- #833: Added support for Asciidoc files
- #834: Added the ability to create new data files for a data folder
- #841: Enable placeholders for file prefixes
- #846: Added GitHub Copilot action for title field
- #848: Set the default GitHub Copilot model to
gpt-4o-mini
🐞 Fixes
- #842: Allow to set the
frontMatter.taxonomy.slugTemplate
setting to an empty string - #845: Fix empty values for number fields
- #849: Show fields which are not empty in the metadata panel
- #853: Allow empty values in date fields
🚧 Work in progress
v10.3.0 release
✨ New features
- #823: Integrated GitHub Copilot support for titles, descriptions, and taxonomy field suggestions
- #824: Added the ability to link custom actions to fields
🎨 Enhancements
- #467: New
fmContentType
metadata field to link content type (fallback to thetype
field) - #819: Added new extensibility support for media scripts
- #820: Moving the website and API to different hosts
- #821: Added URI handler to support command links from the documentation
- #822: Added docs to the panel & dashboard views
- #829: UI extensibility is now generally available
- #831: Added "select all" action bar button to the content and media dashboards
🐞 Fixes
- #827: Fix for
frontmatter.json
file which gets created when already present in a sub-folder - #830: Fix for using the SEO title field setting to change the title field reference
- #832: Fix for finding folders with wildcards in the path
Full Changelog: v10.2.1...v10.3.0
v10.2.1 release
- #820: Update API links to the new API URL
Full Changelog: v10.2.0...v10.2.1
v10.2.0 release
✨ New features
- #797: Adding common actions at the bottom of the snippet cards
🎨 Enhancements
- #441: Show input descriptions for snippet and data forms
- #442: Hide sidebar on data view when data file is selected + show dropdown of data files
- #788: Show a warning on setting update when it exists in an extended configuration
- #798: Changed dialog to slide-over for the snippet forms
- #799: Added
frontMatter.logging
setting to define the logging output. Options areinfo
,warn
,error
, andverbose
. The default isinfo
. - #800: Add colors for the Front Matter CMS output
- #808: Add support to generate field groups and
block
fields in content type generation - #810: Update the tab title based on the view
- #811: Added
panel.gitActions
view mode option to hide the Git actions in the panel - #812: Added the
{{locale}}
placeholder, which can be used in thepreviewPath
property
⚡️ Optimizations
- #802: Update
glob
to the latest version and remove the sync method
🐞 Fixes
- #796: Fix issue in retrieving folders/files on dashboard load
- #801: Faster folder processing on updates
- #804: Fix blinking of the front matter content area
- #806: Fix preview URL for
index.md
files in root of the page folder path - #809: Fix retrieving the
filePrefix
when updating the file name on slug change
v10.1.0 release
✨ New features
- #671: Command bar for contents and media dashboard
🎨 Enhancements
- #773: Added the ability to rename content files
- #777: Show an error in the metadata panel if something went wrong while parsing the front matter
- #778: Added the ability to open a file or webpage when custom scripts is completed
- #783: Always show the custom panel view
- #785: Adding common actions at the bottom of the content and media cards
- #787: Support for glob patterns in the page folder paths
- #790: Updated Japanese translations thanks to mayumihara
🐞 Fixes
v10.0.2 release
🐞 Fixes
- #769: Fix to remove internal properties for content folders