Skip to content

Commit

Permalink
fix lost changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kortina committed Aug 18, 2020
1 parent 48145a0 commit 808af92
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,34 @@
# Changelog

## [v0.0.14](https://github.com/kortina/vscode-markdown-notes/releases/edit/v0.0.14) (2020-07-18)
## [v0.0.15](https://github.com/kortina/vscode-markdown-notes/releases/edit/v0.0.15) (2020-08-18)

Fix bug where `vscodeMarkdownNotes.triggerSuggestOnReplacement` was not registering.

Tx @Gh0u1L5 for #78.

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

Support `[[piped-wiki-links|with a description]]` and bugfixes.

**Enhancements:**

- Support a "piped wiki link" in either the [MediaWiki](https://meta.wikimedia.org/wiki/Help:Piped_link) (`[[file-name|Link Text]]`) or [Github Wiki](https://github.com/gollum/gollum/wiki#link-tag) (`[[Link Text|file-name]]`) style.
- See the new settings:
- `vscodeMarkdownNotes.allowPipedWikiLinks`
- `vscodeMarkdownNotes.pipedWikiLinksSyntax`
- `vscodeMarkdownNotes.pipedWikiLinksSeparator`
- Tx to @thomaskoppelaar for #73

**Fixes:**

- Add support for unicode filenames. Tx @Gh0u1L5 for #69
- also adds feature `triggerSuggestOnReplacement` (which I made a setting in #76)
- Bump lodash from 4.17.15 to 4.17.19 #64

**Diff:**

https://github.com/kortina/vscode-markdown-notes/compare/2cb1262cca8fa218fe6d38256a64fc3146983722..13b2464983b64a51ee58832759b1b9ec11a48ed8

## [v0.0.13](https://github.com/kortina/vscode-markdown-notes/releases/edit/v0.0.13) (2020-07-16)

Bugfix.
Expand All @@ -15,7 +38,6 @@ Bugfix.
Fix https://github.com/kortina/vscode-markdown-notes/issues/58
when using `Go to Reference` outside `[[]]`, the `NULL_REF.type` will set to `RefType.WikiLink`, which causes the auto-complete for wiki links all the time. /tx @ahazxm


## [v0.0.12](https://github.com/kortina/vscode-markdown-notes/releases/edit/v0.0.12) (2020-07-12)

Configurable template for new notes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-markdown-notes",
"displayName": "Markdown Notes",
"description": "Navigate notes with [[wiki-links]], backlinks, and #tags (like Bear, Roam, etc). Automatically create notes from new inline [[wiki-links]]. Use Peek Definition to preview linked notes.",
"version": "0.0.14",
"version": "0.0.15",
"publisher": "kortina",
"repository": {
"url": "https://github.com/kortina/vscode-markdown-notes.git",
Expand Down

0 comments on commit 808af92

Please sign in to comment.