v0.2.1
This commit is contained in:
parent
154afcc5ab
commit
2a09c10cad
2 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue