Resolve #2914. Version 8.21.0

This commit is contained in:
James-Yu 2021-10-19 10:08:11 +08:00
parent 346e9b4ec3
commit 728fe294dd
3 changed files with 21 additions and 2 deletions

View File

@ -1,5 +1,24 @@
# Change Log
## [8.21.0]
### Added
- (#2841) Add `BibLaTeX` backend for intellisense.
- (#2852) Hightlight the content of the `markdown` environment as `md`.
- (#2870) Add a new configuration variable `latex-workshop.message.bibtexlog.exclude`.
- (#2900) Add three new placeholders.
- `WORKSPACE_FOLDER`: current workspace path.
- `RELATIVE_DIR`: file directory relative to the workspace folder.
- `RELATIVE_DOC`: file path relative to the workspace folder.
### Fixed
- (#2838) Format multiline bibtex fields.
- (#2851) Highlight `tblr` envs as tabular.
- (#2855) Accept dash in cite keys.
- (#2897) Show `Open LaTeX Workshop log` button for some cases.
- (#2908) Highlight `alignedat`.
- (#2909) Replace `\texorpdfstring` by its second arg in outline.
## [8.20.2] - 2021-08-09
### Added

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "latex-workshop",
"version": "8.20.2",
"version": "8.21.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -3,7 +3,7 @@
"displayName": "LaTeX Workshop",
"description": "Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.",
"icon": "icons/icon.png",
"version": "8.20.2",
"version": "8.21.0",
"publisher": "James-Yu",
"license": "MIT",
"homepage": "https://github.com/James-Yu/LaTeX-Workshop",