Fix #2180 Version 8.11.1

This commit is contained in:
James-Yu 2020-07-01 08:43:51 +08:00
parent 5b1e234c52
commit 296b91d9a4
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Change Log
## [8.11.1] - 2020-07-01
### Fixed
- Restoring PDF viewers does not work well with VS Code 1.47.
- (#2172) `"latex-workshop.latex.recipe.default": "lastUsed"` doesn't work.
- (#2176) No need to put the closing `}` on its own line in `.bib`.
- (#2177) Use `kpsewhich` to resolve bibliography files.
- (#2182) Also search for `.bib` files in `rootDir`.
## [8.11.0] - 2020-06-24
### Added

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.11.0",
"version": "8.11.1",
"publisher": "James-Yu",
"license": "MIT",
"homepage": "https://github.com/James-Yu/LaTeX-Workshop",