Skip to content

Releases: estruyf/vscode-front-matter

v5.5.0 release

15 Nov 09:42
d2ae94d
Compare
Choose a tag to compare

As from this version onwards, the extension will be published to open-vsx.org.

🎨 Enhancements

  • #173: Allow to specify your own sorting for the content dashboard
  • #174: Added option to exclude sub-directories from page/markdown content retrieval

v5.4.0 release

05 Nov 08:27
9618a89
Compare
Choose a tag to compare

🎨 Enhancements

  • #166: Added preview button to the panel base view
  • #167: Allow to set the preview path per content type

v5.3.1 release

29 Oct 08:25
079a13e
Compare
Choose a tag to compare

🐞 Fixes

  • #163: Setting workspace state instead of global state for the media view

v5.3.0 release

28 Oct 13:33
4fddda6
Compare
Choose a tag to compare

🎨 Enhancements

  • #158: Add support for non-boolean draft/publish status fields
  • #159: Enhancements to SEO checks: Slug check, keyword details, more article information

🐞 Fixes

  • Value check when generating slug from title
  • Fix for date time formatting with DD and YYYY tokens
  • Fix in tag space replacing when object is passed

v5.2.0 release

19 Oct 13:41
47e59bc
Compare
Choose a tag to compare

🎨 Enhancements

  • #151: Detect which site-generator or framework is used
  • #152: Automatically set setting based on the used site-generator or framework
  • #154: Bulk script support added
  • #155: Fallback image added for the images shown in the editor panel

🐞 Fixes

  • #153: Support old date formatting for date-fns
  • #156: Fix for uploading media files into a new folder

v5.1.1 release

14 Oct 14:24
7a2a093
Compare
Choose a tag to compare
  • #149: Fix panel rendering when incorrect type for keywords is provided

v5.1.0 release

13 Oct 09:35
864c4e7
Compare
Choose a tag to compare

🎨 Enhancements

  • #141: Allow content creation for page bundles or single files
  • #145: Moved folder registration settings to frontmatter.json file
  • #147: Error boundary added for metadata fields

🐞 Fixes

  • Rendered more hooks than during the previous render in FileList
  • #142: Fix for unknown tags where it throws an error
  • #143: Fix for duplicate values in the file list
  • #144: Fix for toISOString does not exist on object
  • #146: Date parsing logic added with fallbacks

v5.0.0 release

07 Oct 12:12
9b53e31
Compare
Choose a tag to compare

✨ New features

  • #113: Integrating a local DB for media metadata (caption, alt)
  • #132: Major changes to the media dashboard which allows you to navigate through all folders

🎨 Enhancements

  • #110: Add support for workspaces with multiple folders
  • #117: Allow to specify a single line of text in the metadata fields
  • #119: Multi-select support for choice fields
  • #121: Choice fields support ID/title objects as well as a regular string
  • #122: Update the filenames of your media
  • #124: Add new isPreviewImage property to the content type field to specify custom preview images
  • #126: Create new content from the available content types
  • #127: Title bar action added to open the dashboard
  • #128: Support for multi-select on image fields added
  • #131: Folder creation support added on media dashboard
  • #134: On startup, the extension checks if local settings can be promoted
  • #135: Hidden property added for field configuration
  • #137: Ask to move the .templates folder to the new .frontmatter folder

🐞 Fixes

  • #120: Choice and number field not updating when set manually in the front matter of the file
  • #133: Fix for overriding default content type settings

v4.0.1 release

24 Sep 08:37
Compare
Choose a tag to compare
  • #114: Fix for categories/tags provided as string in YAML
  • #115: Fix for updating added categories/tags
  • #116: Fix for not showing the -1 limit on inputs

v4.0.0 release

22 Sep 18:07
Compare
Choose a tag to compare
  • #101: Date picker available on the metadata section
  • #102: Support comma separated arrays in front matter
  • #103: Added title and description field to the metadata section
  • #104: Allow to set images in front matter from the metadata panel section
  • #105: Content Type support with backwards compatibility
  • #106: Introduction of team level settings for Front Matter
  • #107: Number field support added in content type fields
  • #108: Choice field support added in content type fields
  • #109: JSON Config script added to automate the JSON schema
  • #111: Insert media into the markdown contents
  • #112: Add snippet support for media insertion