Skip to content

Releases: estruyf/vscode-front-matter

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

v3.1.0 release

10 Sep 15:44
01b1b3d
Compare
Choose a tag to compare
  • BETA version available at: beta.frontmatter.codes
  • #72: Media view on the dashboard
  • #73: List view option for the dashboard
  • #77: Dashboard grouping pages functionality integrated
  • #81: Optimizing the content folders to use a new setting to simplify configuration
  • #87: Fix issue with autofocus and command palette
  • #88: Fix issue with search sorting
  • #89: Clear filter, sorting, and grouping button added
  • #90: Refactoring to use Recoil state management
  • #91: Support image previews from content folders
  • #98: Add drag and drop support for media upload in a folder

v3.0.2 release

31 Aug 10:10
Compare
Choose a tag to compare
  • #82: Hide the register and unregister commands from the command palette

v3.0.1 release

30 Aug 06:30
Compare
Choose a tag to compare
  • #79: Fix scrollbar not visible on the welcome screen

v3.0.0 release

27 Aug 10:33
Compare
Choose a tag to compare
  • #61: List of recently modified files
  • #64: Publish toggle for easier publishing an article
  • #65: Aggregate articles in draft
  • #66: New dashboard webview on which you can manage all your content
  • #69: Welcome screen for getting started

Screenshot 2021-08-27 at 11 02 19

v2.5.1 release

23 Aug 06:51
Compare
Choose a tag to compare
  • Fix typo in the package.json file for the preview command