diff --git a/messages.json b/messages.json index fc1c461..21f7272 100644 --- a/messages.json +++ b/messages.json @@ -1,4 +1,5 @@ { "install": "messages/install.txt", - "1.1.2": "messages/1.1.2.txt" -} \ No newline at end of file + "1.1.2": "messages/1.1.2.txt", + "2.0.1": "messages/2.0.1.txt" +} diff --git a/messages/1.1.2.txt b/messages/1.1.2.txt index 03b46ff..8acf5f8 100644 --- a/messages/1.1.2.txt +++ b/messages/1.1.2.txt @@ -1,4 +1,4 @@ -Sorry to interupt you... :( +Sorry to interrupt you... :( Small changes occured on MarkdownLivePreview. @@ -9,4 +9,4 @@ Main callback is now async (prevent ST from crashing) Tip of the day: Delete all the content till the end of the line: Ctrl+k, Ctrl+k - You'll use it much more than you think ;) \ No newline at end of file + You'll use it much more than you think ;) diff --git a/messages/2.0.1.txt b/messages/2.0.1.txt new file mode 100644 index 0000000..589036e --- /dev/null +++ b/messages/2.0.1.txt @@ -0,0 +1,22 @@ +Sorry to interrupt you... :( + +Some quite important changes have occured on MarkdownLivePreview. + +The first version was quite buggy: it made Sublime Text 3 crash. So I released +a whole new version, which is working differently. + +When you active MarkdownLivePreview, it'll open a new window with the markdown +view on the left, and the preview on the right. + +When you'll close any file in this window, it'll close the *entire* window. + +I hope you'll still enjoy using MarkdownLivePreview. If you have any request, +just let me know by raising an issue here: + +github.com/math2001/MarkdownLivePreview/issues + +Tip of the day: you can duplicate a line by pressing 'ctrl+d' + remove a line by pressing 'ctrl+shift+k' + join lines by pressing 'ctrl+j' + get use to use these few shortcuts, and you'll speed up + significantly.