Update changelog

This commit is contained in:
James-Yu 2017-07-31 10:23:01 +08:00
parent 8b5ee99909
commit 21a7533570
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Change Log # Change Log
## [3.1.2] - 2017-07-31
### Fixed
- (#216) Wrong status bar display when killing child processes.
- (#217) PDF tab viewer over UNC cannot refresh.
## [3.1.1] - 2017-07-30 ## [3.1.1] - 2017-07-30
### Fixed ### Fixed
- (#214, #215) PDF viewer not properly registered in extension. - (#214, #215) PDF viewer not properly registered in extension.

View File

@ -3,7 +3,7 @@
"displayName": "LaTeX Workshop", "displayName": "LaTeX Workshop",
"description": "Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.", "description": "Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.",
"icon": "icon.png", "icon": "icon.png",
"version": "3.1.1", "version": "3.1.2",
"publisher": "James-Yu", "publisher": "James-Yu",
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/James-Yu/LaTeX-Workshop", "homepage": "https://github.com/James-Yu/LaTeX-Workshop",