Skip to content

Releases: estruyf/vscode-front-matter

v5.10.0 release

10 Jan 12:01
511fd48
Compare
Choose a tag to compare

🎨 Enhancements

  • #218: Add support for creating mdx files from templates and content types. This introduced a new setting: frontMatter.content.defaultFileType.
  • #220: Add support DateTime updates in mdx files when the mdx extension is not installed.

🐞 Fixes

  • #221: Automatic DateTime switch from on text change to on save to prevent multiple updates.

v5.9.0 release

01 Jan 19:26
feff69d
Compare
Choose a tag to compare

🎆 Happy new year! Best wishes for 2022! 🎇

🎨 Enhancements

  • Fixing the spinner which overlaps the global navigation bar
  • Quick actions added for media files (edit, delete, insert markdown, insert snippet)
  • #199: Search media files in the currently selected folder
  • #211: Replace text selection on media inserts
  • #212: Create folder watchers for content folders. When new content gets created, the dashboard updates.
  • #213: New media folder overview design

🐞 Fixes

  • #210: Fix for adding media files with uppercase file extensions
  • #214: Fix for opening markdown file after creating it for the specified content type

v5.8.0 release

21 Dec 14:51
4d38a08
Compare
Choose a tag to compare

🎄 🎅 🧑‍🎄 🤶 🎄

Probably the last release of 2021.

Thank you for all your support feedback. Let us make Front Matter even better in 2022.

Merry Christmas and best wishes for 2022

🎨 Enhancements

  • Refactoring of the WebView logic to new message handlers
  • Optimized the getMedia call from the webview
  • Keep the dashboard its context when switching tabs
  • #205: Define a logging level setting
  • #206: Add front matter issues to the diagnostic tab

🐞 Fixes

  • #207: Fix the quick picks for content creation
  • #208: Fix for the collapse sections action so that it is not available everywhere, but only on the Front Matter panel

v5.7.0 release

07 Dec 09:11
074de21
Compare
Choose a tag to compare

🎨 Enhancements

  • #188: Support for .markdown files added to the dashboard
  • #190: Diagnostic output for the extension
  • #194: WYSIWYG controls added for markdown files + configuration to enable/disable the functionality

🐞 Fixes

  • #191: Fix beta settings page
  • #200: Fix last modified date sorting for media files
  • #201: Fix overflow issue with the media filename
  • #202: Fix checkbox label color for light themes

v5.6.0 release

23 Nov 19:03
35b3813
Compare
Choose a tag to compare

🎨 Enhancements

  • Updated camera icon from VS Code to media icon
  • Updated the media card actions to show it within a menu. This will give a better experience with custom scripts.
  • #97: Custom Script support for media files and folders
  • #178: Sorting added to the media dashboard
  • #179: Updated the open dashboard icon to make it easier to spot it
  • #180: Added {filename} as placeholder for media snippets
  • #181: Support for custom taxonomy fields added

🐞 Fixes

  • #183: Fix type error on the frontMatter.content.sorting setting

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