From 9c1d105ad1a4ed1874cdd278f369eeb11f8b3eb5 Mon Sep 17 00:00:00 2001 From: bordaigorl Date: Fri, 4 Jul 2014 12:50:06 +0200 Subject: [PATCH] Adding release messages --- messages.json | 5 +++++ messages/2.5.0.txt | 10 ++++++++++ messages/2.5.2.txt | 8 ++++++++ messages/install.txt | 21 +++++++++++++++++++++ 4 files changed, 44 insertions(+) create mode 100644 messages.json create mode 100644 messages/2.5.0.txt create mode 100644 messages/2.5.2.txt create mode 100644 messages/install.txt diff --git a/messages.json b/messages.json new file mode 100644 index 0000000..6f52202 --- /dev/null +++ b/messages.json @@ -0,0 +1,5 @@ +{ + "install": "messages/install.txt", + "2.5.0": "messages/2.5.0.txt", + "2.5.2": "messages/2.5.2.txt" +} \ No newline at end of file diff --git a/messages/2.5.0.txt b/messages/2.5.0.txt new file mode 100644 index 0000000..ff071f8 --- /dev/null +++ b/messages/2.5.0.txt @@ -0,0 +1,10 @@ +What's new in v2.5.0 +==================== + + + Search note command added + + Attach command added + + Clip command added + + View in WebApp command added + + Autocomplete in metadata block + + Unicode chars in tags properly displayed + + Creation and update dates are displayed in status \ No newline at end of file diff --git a/messages/2.5.2.txt b/messages/2.5.2.txt new file mode 100644 index 0000000..ef605db --- /dev/null +++ b/messages/2.5.2.txt @@ -0,0 +1,8 @@ +What's new in v2.5.2 +==================== + + + Added attachments management: list, open, insert attachments from file or url (solves #24) + + Notebook list can show stack names and be sorted (#30, thanks @danielfrg) + + Added `wiki_tables` setting to enable Wiki-style tables syntax (solves #18) + + Now notes in webapp are opened in default browser (solves #22) + + Configuration asks for noteStoreUrl so the plugin works properly for yinxiang.com (solves #20) diff --git a/messages/install.txt b/messages/install.txt new file mode 100644 index 0000000..c77c3bd --- /dev/null +++ b/messages/install.txt @@ -0,0 +1,21 @@ +Evernote for ST3 +================ + +Thanks for installing the Evernote plugin. + +To start using it install it from Package Control and type "Evernote" on the Command Pallette (ctrl+shift+p). +See the README and the [wiki] for more details about the commands. + +When you first run this package from the command palette, it will launch a browser window with your Evernote developer token. Copy the token and paste it into the prompt at the bottom of your Sublime window. +Sublime will store the authentication data in `Sublime Text 3/Packages/User/Evernote.sublime-settings`. + +> **PLEASE NOTE** +> +> The authentication method makes use of the Developer Token +> which is unique to your account and grants read-write access +> to your Evernote. +> This token will be saved in your user settings +> in the `Evernote.sublime-settings` file, +> so make sure you do not share this publicly! + +[wiki]: \ No newline at end of file