Releases: notZaki/PandocCiter
Releases · notZaki/PandocCiter
0.10.4
[0.10.4] - 2024-01-09
- Add support for table-style listings (PR #44 - thanks to @cochaviz)
- Fix inconsistent behavior for relative paths when bib file is not enclosed in square brackets (issue #49)
0.10.3
[0.10.3] - 2023-07-27
- Citations entered from bibjson will have editor's name if no author names are present, and the hover preview now has clickable URL/DOI
0.10.2
[0.10.2] - 2023-06-08
- Try to load bib files similar to v0.9.3 because the newer versions are not working for some users (issue #41)
0.10.1
[0.10.1] - 2023-06-08
- Try to fix citation autocompletion not showing up if a workspace is not loaded
0.10.0
[0.10.0] - 2022-06-07
- Hover should now work with keys containing unicode keys (thanks to @maxchang3 in #38)
- Add a new config
PandocCiter.DefaultBibs
which accepts a list of files (issue #18)
- The
DefaultBib
configuration now supports multi-root workspaces (issue #31)
- The fields specified by the
PandocCiter.CitationFormat
configuration will be used to filter suggestions (issue #33)
- The bibliography paths in the YAML header no longer need to be enclosed in square brackets (issue #32)
- Add initial support for CSL JSON files (issue #34)
- Autocompletion should now more eagerly show up with
Ctrl + Space
0.9.3
[0.9.3] - 2022-05-14
- Added support for citations in quarto[https://marketplace.visualstudio.com/items?itemName=quarto.quarto] documents
0.9.2
[0.9.2] - 2021-12-15
- Hovering and go-to support ( #29 - thanks to @Dominic-DallOsto )
- Hovering over a citation will now show relevant information (e.g. author & title)
- Ctrl+clicking a citation will now open the bibtex file and go to the line where the entry was defined
0.9.1
[0.9.1] - 2021-11-03
- Added support for pandoc-crossref crossreferences ( #26 - thanks to @yarray )
0.9.0
0.9.0 - 2021-04-16
Changes since 0.7.0
- Use
documentation
instead of detail
property for suggestions
- This should fix incorrect newlines in intellisense (issue #21)
- Add support for Pweave Markdown files (issue #19)
0.7.0
[0.7.0] - 2020-03-17
- Remove support for
${workspaceFolder}
in bib path
- If the path in
PandocCiter.DefaultBib
is relative, then it will be assumed that the path is relative to the workspaceFolder