Skip to content

Commit 0ac9205

Browse files
committed
bump version. changelog
1 parent 3c4661c commit 0ac9205

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"lukakemperle",
4141
"lukesmurray",
4242
"mgmeyers",
43+
"mrgutkun",
4344
"nevermind",
4445
"notetaking",
4546
"nvalt",
@@ -50,10 +51,12 @@
5051
"regexes",
5152
"thomaskoppelaar",
5253
"unist",
54+
"unpiped",
5355
"vpackage",
5456
"vpublish",
5557
"vsce",
5658
"vsix",
57-
"wikilink"
59+
"wikilink",
60+
"wikilinks"
5861
]
5962
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# Changelog
22

3+
## [v0.0.24](https://github.com/kortina/vscode-markdown-notes/releases/edit/v0.0.24) (2021-03-22)
4+
5+
**Enhancements:**
6+
7+
- Distinguish unpiped from piped wikilinks, `text.markdown.notes.wiki-link.unpiped` from `text.markdown.notes.wiki-link.piped`. For piped, allow different color and formatting for `support.function.text.markdown.notes.wiki-link.title.first` vs `.second` - tx @mrgutkun. Re: #102.
8+
9+
**Diff:**
10+
11+
https://github.com/kortina/vscode-markdown-notes/compare/3c586476..3c4661c5
12+
313
## [v0.0.23](https://github.com/kortina/vscode-markdown-notes/releases/edit/v0.0.23) (2021-03-02)
414

15+
**Diff:**
16+
17+
https://github.com/kortina/vscode-markdown-notes/compare/cc4f56ec..3fa7d914
18+
519
**Enhancements:**
620

721
- #126 - show Backlinks in the Panel when files link to the current document using a standard markdown hyperlink - tx @thomaskoppelaar. Closes #46.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-markdown-notes",
33
"displayName": "Markdown Notes",
44
"description": "Navigate notes with [[wiki-links]], backlinks, #tags and @bibtex-citations (like Bear, Roam, etc). Automatically create notes from new inline [[wiki-links]]. Use Peek Definition to preview linked notes.",
5-
"version": "0.0.23",
5+
"version": "0.0.24",
66
"publisher": "kortina",
77
"repository": {
88
"url": "https://github.com/kortina/vscode-markdown-notes.git",

0 commit comments

Comments
 (0)