Update changelog and version

This commit is contained in:
James-Yu 2018-05-06 14:55:15 +08:00
parent 312e4b8ddf
commit 2265573d0b
2 changed files with 18 additions and 1 deletions

View File

@ -1,5 +1,22 @@
# Change Log
## [5.3.3] - 2018-05-06
### Added
- (#565) Format bibtex with formatter.
### Changed
- (#597) Do not highlight strings in .bib files @jlelong.
- (#598) Autocomplete for `\left` command @jcmonteiro.
- (#603) Remove double `"` matching highlight.
### Fixed
- Fix `not using scheme` warning when activating extension.
- (#559) Double encode `&` in url to prevent browser auto-decode.
- (#566) Recognize indented section headers in outline.
- (#567) Remove `frame` in environment hint and add in commands.
- (#586) Ignore sections after `\end{document}` in outline.
## [5.3.2] - 2018-05-03
### Changed

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