Skip to content

Releases: estruyf/vscode-front-matter

v10.5.0 release

21 Oct 14:34
9d51531
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.4.1...v10.5.0

v10.4.1 release

27 Sep 07:04
788d024
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.4.0...v10.4.1

v10.4.0 release

25 Sep 06:50
13e58d2
Compare
Choose a tag to compare

✨ 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

  • #837: Replacing the VSCode Webview UI Toolkit with vscrui due to the deprecation of the VSCode Webview UI Toolkit library

v10.3.0 release

13 Aug 15:45
2d607bd
Compare
Choose a tag to compare

✨ 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 the type 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

08 Aug 12:19
Compare
Choose a tag to compare
  • #820: Update API links to the new API URL

Full Changelog: v10.2.0...v10.2.1

v10.2.0 release

12 Jun 10:17
5353d07
Compare
Choose a tag to compare

✨ 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 are info, warn, error, and verbose. The default is info.
  • #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 the previewPath 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

11 Apr 15:20
a571b34
Compare
Choose a tag to compare

✨ 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

  • #716: Fix dataFile dropdown class
  • #768: Update broken link to the documentation
  • #771: Fix lowercase data tab label
  • #782: Fix for setting the correct view when inserting media or snippets
  • #786: Remove on startup as VSCode now triggers on known commands

v10.0.2 release

01 Mar 09:35
Compare
Choose a tag to compare

🐞 Fixes

  • #769: Fix to remove internal properties for content folders

v10.0.1

28 Feb 20:14
286ac4a
Compare
Choose a tag to compare

🐞 Fixes

  • #766: Fix for snippet placeholder retrieval

v10.0.0 release

28 Feb 15:35
6e26335
Compare
Choose a tag to compare

Release notes

✨ New features

  • #731: Added the ability to map/unmap taxonomy to multiple pages at once
  • #746: Placeholder support added to to the slug field
  • #749: Ability to set your own filters on the content dashboard with the frontMatter.content.filters setting
  • #756: i18n/multilingual content support

🎨 Enhancements

  • #673: Added git settings to the welcome view and settings view
  • #727: Updated Japanese translations thanks to mayumihara
  • #737: Optimize the grid layout of the content and media dashboards
  • #739: New Git settings to disable and require a commit message
  • #741: Added message on the content dashboard when content is processed
  • #747: The @frontmatter/extensibility dependency now supports scripts for placeholders
  • #752: Placeholder support in default list field values
  • Support for using the fieldCollection field in a block field
  • Updated the list of commands which are available in the command palette

🐞 Fixes

  • #721: Fix keywords regex to support unicode characters
  • #725: Fix for opening menu of pinned items
  • #730: Add debounce to the input fields
  • #738: Fix when re-opening the preview after closing it
  • #743: Fix for storing data in YAML data files
  • #745: Fix for date field values in block field type