Skip to content

Commit

Permalink
Adding release messages
Browse files Browse the repository at this point in the history
  • Loading branch information
bordaigorl committed Jul 4, 2014
1 parent 3ff9deb commit 9c1d105
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
5 changes: 5 additions & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"install": "messages/install.txt",
"2.5.0": "messages/2.5.0.txt",
"2.5.2": "messages/2.5.2.txt"
}
10 changes: 10 additions & 0 deletions messages/2.5.0.txt
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions messages/2.5.2.txt
Original file line number Diff line number Diff line change
@@ -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)
21 changes: 21 additions & 0 deletions messages/install.txt
Original file line number Diff line number Diff line change
@@ -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]: <https://github.com/bordaigorl/sublime-evernote/wiki/>

0 comments on commit 9c1d105

Please sign in to comment.