Update changelog and versioning

This commit is contained in:
James-Yu 2017-03-30 09:11:28 +08:00
parent 62902fbfd9
commit b6f68b58e6
3 changed files with 14 additions and 2 deletions

View File

@ -4,6 +4,17 @@ 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/).
## [1.2.0] - 2017-03-30
Let's welcome @jabooth who joins the development of LaTeX Workshop!
### Added
- Auto clean LaTeX project after building LaTeX project, or on demand.
- (#60) Many `ChkTeX` diagnostics have code actions. See readme for more.
- (#62) Add back the default LaTeX commands to intellisense.
### Changed
- (#57) Now `ChkTeX` reads from stdin instead of temp files.
## [1.1.2] - 2017-03-29
### Changed
- (#51) Now diagnostics show message sources.

View File

@ -36,8 +36,9 @@ Alternatively, you can check out this repository and copy it to the VS Code loca
- `latex-workshop.view`: Open a web browser window to view the PDF file.
- `latex-workshop.tab`: Open a VS Code tab to view the PDF file.
- `latex-workshop.synctex`: Direct synctex from cursor position.
- `latex-workshop.clean`: Clean up LaTeX auxillary files.
## Linting with ChkTeX
## Linting with `ChkTeX`
If you have [`ChkTeX`](http://www.nongnu.org/chktex) installed as part of your LaTeX distribution, Latex Workshop can run it against your LaTeX files in order to highlight issues.

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