Skip to content

Commit 151102f

Browse files
committed
Update acknowledgements, changelog, and version
1 parent 6e1e79c commit 151102f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [0.9.2] - 2021-12-15
4+
5+
- Hovering and go-to support ( #29 - thanks to @Dominic-DallOsto )
6+
- Hovering over a citation will now show relevant information (e.g. author & title)
7+
- Ctrl+clicking a citation will now open the bibtex file and go to the line where the entry was defined
8+
39
## [0.9.1] - 2021-11-03
410

511
- Added support for pandoc-crossref crossreferences ( #26 - thanks to @yarray )

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This extension provides autocompletion of citations stored in a bibtex file, for
2020
- The path/to/.bib can be either a relative or absolute path
2121
- Multiple bib files can be included if separated by comma, e.g. `[path/to/refsA.bib, path/to/refsB.bib]`
2222
23-
### Configuration
23+
## Configuration
2424
2525
- `PandocCiter.CrossRefMode`
2626
+ Type: String, either "full" (default), "minimal", or "none"
@@ -53,3 +53,8 @@ This extension provides autocompletion of citations stored in a bibtex file, for
5353
5454
- This extension started out as a a stripped down version of the [LaTeX-Workshop extension](https://github.com/James-Yu/LaTeX-Workshop) that has been adjusted for markdown/pandoc
5555
+ The structure of the `src` directory was preserved, so that any updates/fixes here could also be ported to LaTex-Workshop, and vice versa
56+
- Contributors:
57+
- @smartens - bug fixes
58+
- @yarray - adding pandoc-crossref support
59+
- @Dominic-DallOsto - adding hover and go-to-definition support
60+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pandocciter",
33
"displayName": "Pandoc Citer",
44
"description": "Autocomplete bibtex citations for markdown/pandoc",
5-
"version": "0.9.1",
5+
"version": "0.9.2",
66
"publisher": "notZaki",
77
"license": "MIT",
88
"engines": {

0 commit comments

Comments
 (0)