From 2589136ef9cb661b821bfe469225d1130f0816f9 Mon Sep 17 00:00:00 2001 From: Kortina Date: Tue, 2 Mar 2021 15:45:07 -0800 Subject: [PATCH] update changelog --- .vscode/settings.json | 2 ++ CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index b86b7a7..10e50f1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,11 +17,13 @@ } ], "cSpell.words": [ + "Anderas", "Backlink", "Backlinks", "Berdn", "Devops", "Lemmingh", + "Pandoc", "Suping", "ahazxm", "andermerwed", diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d8fa4..ed66596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [v0.0.23](https://github.com/kortina/vscode-markdown-notes/releases/edit/v0.0.23) (2021-03-02) + +**Enhancements:** + +- #126 - show Backlinks in the Panel when files link to the current document using a standard markdown hyperlink - tx @thomaskoppelaar. Closes #46. +- #124 - support Pandoc-style BibTeX citations with syntax highlighting, autocompletion based on a global `.bib` file, and Peek / Go To Definition - tx @Anderas. + +**Fixes:** + +- #128 - improve tooltip accessibility. Closes #67. + +**Diff:** + +https://github.com/kortina/vscode-markdown-notes/compare/cc4f56ec..3fa7d914 + ## [v0.0.22](https://github.com/kortina/vscode-markdown-notes/releases/edit/v0.0.22) (2021-01-24) **Fixes:**