Update changelog for 3.0.0

This commit is contained in:
James-Yu 2017-07-27 08:55:49 +08:00
parent 2288e06671
commit 5bb503b0c1
2 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,17 @@
# Change Log
## [3.0.0] - 2017-07-27 - Language Update
### Added
- (#184) Add LaTeX language hover and definition providers.
- (#202) Extra biblatex entry types.
- (#204) Basic auto-indent feature provided by VS Code.
### Changed
- (#205) Re-construct latex log parser. Credited to [`@Vogel612`](https://github.com/Vogel612).
### Fixed
- (#203) Multiple optional parameter support to `\cite`.
## [2.10.2] - 2017-07-15
### Fixed
- (#195) `lstlisting` messes up syntax highlight.
@ -132,7 +144,7 @@
### Fixed
- (#105) Building multi-root project would always compile the same file.
## [2.0.0] - 2017-04-10
## [2.0.0] - 2017-04-10 - Configuration Update
### Added
- (#90) Citation intellisense display item customizable in configurations.
- (#90) A citation browser accessible from Actions or Quick Menu.

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