From 285619385e3bddc9d4b2f39e3fe0b4fda83a106e Mon Sep 17 00:00:00 2001 From: James-Yu Date: Mon, 16 Apr 2018 10:07:53 +0800 Subject: [PATCH] Update readme and version --- CHANGELOG.md | 9 +++++++++ README.md | 2 ++ package.json | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b14b62ea..bb03c2c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [5.3.0] - 2018-04-16 + +### Added + +- Experimental docker support. + +### Fixed +- (#546) More syntax highlighting adjustments @jlelong. + ## [5.2.0] - 2018-04-14 ### Added diff --git a/README.md b/README.md index 80948d419..8fdcb8c25 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,8 @@ By default, the extension compiles the project upon saving any tex files. If you ### Docker? +From version 5.3.0 there is an experimental implementation on docker support following the idea of [@Arxisos](https://github.com/Arxisos). You can set `latex-workshop.docker.enabled` to `true` to use `tianon/latex`. It is advised that the image is 'pre-'pulled. + [@Arxisos](https://github.com/Arxisos) created [snippets](https://github.com/Arxisos/LaTex-Workshop-Docker) for LaTeX binaries in docker, and [@lippertmarkus](https://github.com/lippertmarkus) had another [short description](https://github.com/James-Yu/LaTeX-Workshop/issues/302) on how to use docker with LaTeX Workshop. ## GitHub diff --git a/package.json b/package.json index eccb4dd21..0aecbaaba 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "LaTeX Workshop", "description": "Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.", "icon": "icon.png", - "version": "5.2.0", + "version": "5.3.0", "publisher": "James-Yu", "license": "MIT", "homepage": "https://github.com/James-Yu/LaTeX-Workshop",