From 2a09c10cad67402c6a0ad535053608091d2de105 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Fri, 11 Nov 2022 12:10:13 +0100 Subject: [PATCH] v0.2.1 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27461a0..ff7ca2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ -## [0.1.1] +## [0.2.1] +### Added + +- Enable on `.mdx` (markdown + React components) +- Reference regex now ignores trailing period, for better matching of inline citation at the end of a sentence. + +## [0.2.0] ### Added - Added a decorator which shows the links to Zotero on hovering the citerefs. diff --git a/package.json b/package.json index 1fd551e..df670ea 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "rubenvandeven", "displayName": "ZoteroLens", "description": "When using Markdown citations, Zoterolens provides quick access to Zotero pdf-attachments.", - "version": "0.2.0", + "version": "0.2.1", "engines": { "vscode": "^1.63.0" },