mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-09 18:33:05 +02:00
Updated changelog and readme
This commit is contained in:
+2
-1
@@ -2,7 +2,8 @@
|
||||
|
||||
## [1.4.0] - 2020-08-24
|
||||
|
||||
- Added set lastmod date command
|
||||
- Added set `lastmod` date command
|
||||
- [#16](https://github.com/estruyf/vscode-front-matter/issues/16): Fixed hardcoded length value
|
||||
|
||||
## [1.3.0] - 2020-08-22
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ Update the `date` property of the current article/post/... to the current date &
|
||||
|
||||
Update the `lastmod` (last modified) property of the current article/post/... to the current date & time.
|
||||
|
||||
**note**: Uses the same date format settings key as current date: `frontMatter.taxonomy.dateFormat`.
|
||||
> **note**: Uses the same date format settings key as current date: `frontMatter.taxonomy.dateFormat`.
|
||||
|
||||
**Front Matter: Generate slug based on article title**
|
||||
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
"displayName": "Front Matter",
|
||||
"description": "Simplifies working with front matter of your articles. Useful extension when you are using a static site generator like: Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...",
|
||||
"icon": "assets/front-matter.png",
|
||||
"version": "1.4.0",
|
||||
"version": "1.3.0",
|
||||
"preview": false,
|
||||
"publisher": "eliostruyf",
|
||||
"galleryBanner": {
|
||||
|
||||
Reference in New Issue
Block a user