Skip to content

Commit

Permalink
bump version. changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kortina committed Mar 22, 2021
1 parent 3c4661c commit 0ac9205
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"lukakemperle",
"lukesmurray",
"mgmeyers",
"mrgutkun",
"nevermind",
"notetaking",
"nvalt",
Expand All @@ -50,10 +51,12 @@
"regexes",
"thomaskoppelaar",
"unist",
"unpiped",
"vpackage",
"vpublish",
"vsce",
"vsix",
"wikilink"
"wikilink",
"wikilinks"
]
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Changelog

## [v0.0.24](https://github.com/kortina/vscode-markdown-notes/releases/edit/v0.0.24) (2021-03-22)

**Enhancements:**

- 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.

**Diff:**

https://github.com/kortina/vscode-markdown-notes/compare/3c586476..3c4661c5

## [v0.0.23](https://github.com/kortina/vscode-markdown-notes/releases/edit/v0.0.23) (2021-03-02)

**Diff:**

https://github.com/kortina/vscode-markdown-notes/compare/cc4f56ec..3fa7d914

**Enhancements:**

- #126 - show Backlinks in the Panel when files link to the current document using a standard markdown hyperlink - tx @thomaskoppelaar. Closes #46.
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, #tags and @bibtex-citations (like Bear, Roam, etc). Automatically create notes from new inline [[wiki-links]]. Use Peek Definition to preview linked notes.",
"version": "0.0.23",
"version": "0.0.24",
"publisher": "kortina",
"repository": {
"url": "https://github.com/kortina/vscode-markdown-notes.git",
Expand Down

0 comments on commit 0ac9205

Please sign in to comment.