Version 8.11.0

This commit is contained in:
James-Yu 2020-06-24 09:38:14 +08:00
parent 5b9d4d228b
commit 5b1e234c52
2 changed files with 19 additions and 1 deletions

View File

@ -1,5 +1,23 @@
# Change Log
## [8.11.0] - 2020-06-24
### Added
- (#2149) Add support for `weave.jl`.
- (#2154) Add section numbers in outline.
- This feature can be deactivated by setting `latex-workshop.view.outline.numbers.enabled: false`.
### Improved
- (#2109) Improve PDF viewer refresh speed.
- (#2157) Improve the invert mode of the PDF viewer with additional filters.
### Fixed
- Activate `onEnterKey` even when suggestion is visible.
- Always activate `onEnterKey` when `acceptSuggestionOnEnter`.
- (#2167) Do not activate `onEnterKey` when `suggestWidgetVisible`.
- (#2107) Use `fs.realpathSync` to compare file paths for SyncTeX.
- (#2146) Use `rootFile` to expand placeholders when formatting.
## [8.10.0] - 2020-06-06
### 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.10.0",
"version": "8.11.0",
"publisher": "James-Yu",
"license": "MIT",
"homepage": "https://github.com/James-Yu/LaTeX-Workshop",