This commit is contained in:
Ruben van de Ven 2022-11-11 12:10:13 +01:00
parent 154afcc5ab
commit 2a09c10cad
2 changed files with 8 additions and 2 deletions

View File

@ -2,7 +2,13 @@
<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->
## [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.

View File

@ -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"
},