add message for 2.1.0

This commit is contained in:
Mathieu PATUREL
2017-01-09 17:35:37 +11:00
parent acc8beb3be
commit abe151fdb7
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{ {
"install": "messages/install.txt", "install": "messages/install.txt",
"1.1.2": "messages/1.1.2.txt", "1.1.2": "messages/1.1.2.txt",
"2.0.1": "messages/2.0.1.txt" "2.0.1": "messages/2.0.1.txt",
"2.1.1": "messages/2.0.1.txt"
} }

5
messages/2.1.0.txt Normal file
View File

@ -0,0 +1,5 @@
Sorry to interrupt you... :(
A settings is now available: `markdown_live_preview_on_open`. If set to true,
it opens the window preview as soon as you open a markdown file. See the
README for more infos.