Update readme and changelog

This commit is contained in:
James-Yu 2017-04-04 22:19:08 +08:00
parent 5f0c96c562
commit 1ab7e9839e
3 changed files with 15 additions and 1 deletions

View File

@ -4,6 +4,18 @@ 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.4.0] - 2017-04-04
### Added
- (#79) Environments can be autocompleted with `\`.
- For example, `\begin{align}\n\n\end{align}` will show after typing `\align` or shorter.
- (#81) A quick menu showing all LaTeX Workshop commands.
- It can be invoked by clicking the status bar item, right click any `LaTeX` file, or using `latex-workshop.actions` command.
- (#84) Add many uni-math symbols to intellisense.
### Changed
- (#81) Clicking status bar item can show the previous status, as well as the quick menu.
- (#81) Some commands are removed in the right click context menu.
## [1.3.0] - 2017-04-03
### Changed
- (#71) Extension now uses `chokidar` to monitor file changes.

View File

@ -30,8 +30,10 @@ Alternatively, you can check out this repository and copy it to the VS Code loca
## Usage
- Open a `.tex` file, right click and many features have menu entries there.
- For a complete list, select `LaTeX Workshop Actions` entry.
- For reverse SyncTeX from PDF to LaTeX, `ctrl`/`cmd` + left mouse click in the PDF.
- Alternatively, VS Code commands are provided as follows:
- `latex-workshop.actions`: Show a quick menu with LaTeX Workshop extension features.
- `latex-workshop.build`: Build LaTeX project to PDF using LaTeX toolchain.
- `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.

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