Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kortina committed Aug 25, 2020
1 parent 8efafab commit 9cf0c2d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v0.0.18](https://github.com/kortina/vscode-markdown-notes/releases/edit/v0.0.18) (2020-08-24)

Add `$date` var for use in `vscodeMarkdownNotes.newNoteTemplate`.

**Enhancements:**

- New `$date` template var will expand to `YYYY-MM-DD` format date.

**Diff:**

https://github.com/kortina/vscode-markdown-notes/compare/271cf75cc2311a120eabd08f060270f927c0e401..8efafabe9d299a7e2c1d34559764952aa338888c

## [v0.0.17](https://github.com/kortina/vscode-markdown-notes/releases/edit/v0.0.17) (2020-08-23)

Add `CompletionItem.documentation` to provide more details about completion options.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"vscodeMarkdownNotes.newNoteTemplate": {
"type": "string",
"default": "# ${noteName}\n\n",
"description": "Template for auto-created note files. Available tokens: ${noteName}, ${timestamp}, ${date}. Timestamp is inserted in ISO format, i.e. 2020-07-09T05:29:00.541Z. Date is YYYY-MM-dd format."
"description": "Template for auto-created note files. Available tokens: ${noteName}, ${timestamp}, ${date}. Timestamp is inserted in ISO format, i.e. 2020-07-09T05:29:00.541Z. Date is YYYY-MM-DD format."
},
"vscodeMarkdownNotes.compileSuggestionDetails": {
"type": "boolean",
Expand Down

0 comments on commit 9cf0c2d

Please sign in to comment.