From f22e6f7204144bc635125e2f2d4b531d2d89231d Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Thu, 26 Nov 2020 12:16:29 +0000 Subject: [PATCH] CLI v1.4.7 --- packages/app-cli/package-lock.json | 2 +- packages/app-cli/package.json | 2 +- readme/changelog_cli.md | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/app-cli/package-lock.json b/packages/app-cli/package-lock.json index 458104674..72aac8820 100644 --- a/packages/app-cli/package-lock.json +++ b/packages/app-cli/package-lock.json @@ -1,6 +1,6 @@ { "name": "joplin", - "version": "1.4.3", + "version": "1.4.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/app-cli/package.json b/packages/app-cli/package.json index 42f67e07c..4953b5d1d 100644 --- a/packages/app-cli/package.json +++ b/packages/app-cli/package.json @@ -31,7 +31,7 @@ ], "owner": "Laurent Cozic" }, - "version": "1.4.3", + "version": "1.4.7", "bin": { "joplin": "./main.js" }, diff --git a/readme/changelog_cli.md b/readme/changelog_cli.md index eb783543e..c676005fb 100644 --- a/readme/changelog_cli.md +++ b/readme/changelog_cli.md @@ -1,5 +1,13 @@ # Joplin terminal app changelog +## [cli-v1.4.7](https://github.com/laurent22/joplin/releases/tag/cli-v1.4.7) - 2020-11-26T12:15:28Z + +- Improved: Allow exporting conflict notes (#4095) +- Improved: Allow lowercase filters when doing search +- Improved: Refresh sidebar and notes when moving note outside of conflict folder +- Fixed: Fix handling of new line escaping when using external edit +- Fixed: Fixed importing certain ENEX files that contain invalid dates + ## [cli-v1.4.3](https://github.com/laurent22/joplin/releases/tag/cli-v1.4.3) - 2020-11-06T21:19:29Z IMPORTANT: If you use the web API, please note that there are a few breaking changes in this release. See here for more information: https://github.com/laurent22/joplin/pull/3983#issue-509624899