Update readme, changelog, and version info

This commit is contained in:
James-Yu 2017-04-11 10:06:34 +08:00
parent e792e97d69
commit b19bd29d45
3 changed files with 8 additions and 2 deletions

View File

@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [2.1.0] - 2017-04-11
### Added
- (#103) Add an `outputDir` config to define the LaTeX output directory.
### Fixed
- (#105) Building multi-root project would always compile the same file.
## [2.0.0] - 2017-04-10
### Added
- (#90) Citation intellisense display item customizable in configurations.

View File

@ -65,7 +65,6 @@ By default [`latexmk`](http://personal.psu.edu/jcc8/software/latexmk/) is used.
"command": "texify",
"args": [
"--synctex",
"--tex-option=\"-interaction=nonstopmode -file-line-error\"",
"--pdf",
"%DOC%.tex"
]

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