From 391f7d22a38bce5195349a6a45e5ff756885bedc Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Wed, 25 Sep 2019 22:27:58 +0100 Subject: [PATCH] CLI v1.0.147 --- CliClient/package-lock.json | 2 +- CliClient/package.json | 2 +- Tools/package-lock.json | 6 +++--- readme/changelog_cli.md | 9 +++++++++ 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CliClient/package-lock.json b/CliClient/package-lock.json index 088d24f6a..51c05fa8d 100644 --- a/CliClient/package-lock.json +++ b/CliClient/package-lock.json @@ -1,6 +1,6 @@ { "name": "joplin", - "version": "1.0.146", + "version": "1.0.147", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/CliClient/package.json b/CliClient/package.json index cb7228a1c..6095bfabf 100644 --- a/CliClient/package.json +++ b/CliClient/package.json @@ -20,7 +20,7 @@ ], "owner": "Laurent Cozic" }, - "version": "1.0.146", + "version": "1.0.147", "bin": { "joplin": "./main.js" }, diff --git a/Tools/package-lock.json b/Tools/package-lock.json index 097080c1a..911333869 100644 --- a/Tools/package-lock.json +++ b/Tools/package-lock.json @@ -617,7 +617,7 @@ }, "p-is-promise": { "version": "1.1.0", - "resolved": "http://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz", "integrity": "sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4=" }, "p-limit": { @@ -914,7 +914,7 @@ }, "wrap-ansi": { "version": "2.1.0", - "resolved": "http://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", "requires": { "string-width": "^1.0.1", @@ -946,7 +946,7 @@ }, "strip-ansi": { "version": "3.0.1", - "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "requires": { "ansi-regex": "^2.0.0" diff --git a/readme/changelog_cli.md b/readme/changelog_cli.md index 13e1d5785..6cd37d41f 100644 --- a/readme/changelog_cli.md +++ b/readme/changelog_cli.md @@ -1,5 +1,14 @@ # Joplin terminal app changelog +## [cli-v1.0.147](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.147) - 2019-09-25T21:26:24Z + +- New: Import Evernote notes as HTML (#1887) +- New: Added fail-safe to prevent data from being wiped out when the sync target is empty +- Improved: Also allow importing TXT files with markdown +- Improved: Upgrade joplin-turndown-plugin-gfm to fix import of certain Enex tables +- Fixed: Fixed import of notes that contain links with hashes +- Fixed: Fixed link issue following last update + ## [cli-v1.0.146](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.146) - 2019-09-08T19:12:41Z - Fixed: Fixed regression that was making installation fail