Update changelog and version info

This commit is contained in:
James-Yu 2018-05-22 16:58:35 +08:00
parent 68d9791ddc
commit 79fc459499
2 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,19 @@
# Change Log
## [5.5.0] - 2018-05-22
### Added
- (#600) Provide a command to view in vscode tab.
- (#613) Add auto synctex after build config.
### Fixed
- Bibtex incorrectly parse entries without delimitors.
- (#628, #629) More fixes on syntax highlighting.
- (#634) Ignore labels defined in comments.
- (#637) Use detached mode when opening external viewer.
- (#640) Prompt title and author in citation hover hint
## [5.4.0] - 2018-05-16
### 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": "5.4.0",
"version": "5.5.0",
"publisher": "James-Yu",
"license": "MIT",
"homepage": "https://github.com/James-Yu/LaTeX-Workshop",