diff --git a/README.md b/README.md index 31ddf159..4781e86c 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,15 @@ The following configurational properties are available: ## Release notes +## Version 3.4.0 +- Changelog: + 1. Pure urls (no text, or same as the url) are converted to \ + 2. Note is stored in HTML format as well (see `keepOriginalHtml` option) + 3. monospace blocks can be recognized as codeblocks (see `monospaceIsCodeBlock` option) + 4. MD characters are not escaped from now (see `keepMDCharactersOfENNotes` option) + 5. Creation time set correctly + 6. A bug fixed with self-closing anchor tags (#140) + ### Version 3.2.3 - Changelog: 1. Template's path must be specified as absolute path in the config file diff --git a/package.json b/package.json index 7f782d66..09ef5e97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yarle-evernote-to-md", - "version": "3.2.3", + "version": "3.4.0", "description": "Yet Another Rope Ladder from Evernote", "keywords": [ "evernote",