Update changelog

This commit is contained in:
James-Yu 2017-03-28 09:27:27 +08:00
parent b747d558fc
commit 01386a64f1
2 changed files with 11 additions and 1 deletions

View File

@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.1.1] - 2017-03-28
### Changed
- (#45) `chktex` diagnostics separated from `latex` ones.
- (#46) Now save all editors when building.
- A higher-resolution new icon.
### Fixed
- (#44) `.tex` files with dot in the file name cannot get recognized in `\input`.
- (#48) Use `.bib` entry whitelist to avoid issues by unformal entries.
## [1.1.0] - 2017-03-27 ## [1.1.0] - 2017-03-27
### Added ### Added
- (#39) LaTeX linting with `chktex`. - (#39) LaTeX linting with `chktex`.

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": "1.1.0", "version": "1.1.1",
"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",