Version 6.5.1

This commit is contained in:
James-Yu 2019-04-28 16:17:58 +08:00
parent 9ac68edebf
commit 2cd128ce3b
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# Change Log
## [6.5.1] - 2019-04-28
### Fixed
- (#1298,#1333) Fix structure analyzer with inclusion cycle.
- (#1319) Use `PWD` to resolve paths in `.fls` files.
- (#1331) Keep cursor >= 0 when shifting section.
- (#1333) Auto build from imported files work again.
- (#1334) Don't throw error when `synctexjs` fails.
- (#1341) Handle cycle in `clearTeXFileTree`.
## [6.5.0] - 2019-04-25
### Added

View File

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