From fab5ed165cd589735002175131ffc918c0f04e7a Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 26 Dec 2020 00:48:02 +0000 Subject: [PATCH] CLI v1.5.1 --- packages/app-cli/package-lock.json | 2 +- packages/app-cli/package.json | 2 +- readme/changelog_cli.md | 16 ++++++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/packages/app-cli/package-lock.json b/packages/app-cli/package-lock.json index 2e7c18a64..45e1eb614 100644 --- a/packages/app-cli/package-lock.json +++ b/packages/app-cli/package-lock.json @@ -1,6 +1,6 @@ { "name": "joplin", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/app-cli/package.json b/packages/app-cli/package.json index c09958e6c..a9b5dfe1f 100644 --- a/packages/app-cli/package.json +++ b/packages/app-cli/package.json @@ -31,7 +31,7 @@ ], "owner": "Laurent Cozic" }, - "version": "1.5.0", + "version": "1.5.1", "bin": { "joplin": "./main.js" }, diff --git a/readme/changelog_cli.md b/readme/changelog_cli.md index 94da2d315..f2fd90542 100644 --- a/readme/changelog_cli.md +++ b/readme/changelog_cli.md @@ -1,5 +1,21 @@ # Joplin terminal app changelog +## [cli-v1.5.1](https://github.com/laurent22/joplin/releases/tag/cli-v1.5.1) - 2020-12-26T00:46:31Z + +- New: Add table captions when importing ENEX files +- Improved: Allow exporting conflict notes (#4095) +- Improved: Allow lowercase filters when doing search +- Improved: Improved error handling when importing ENEX files +- Improved: Partially reverts #3975 (link rendering) +- Fixed: Fix sorting by title in a case insensitive way +- Fixed: Fixed basic search when executing a query in Chinese (#4034 by Naveen M V) +- Fixed: Fixed importing ENEX files that contain empty resources +- Fixed: Fixed importing ENEX files that contain resources with invalid mime type +- Fixed: Fixed importing certain ENEX files that contain invalid dates +- Fixed: Fixed importing certain code blocks from ENEX +- Fixed: Fixed issue when searching for text that contains diacritic (#4152) (#4025 by Roman Musin) +- Fixed: Fixed issues when importing hidden tables within hidden sections in Enex files + ## [cli-v1.4.9](https://github.com/laurent22/joplin/releases/tag/cli-v1.4.9) - 2020-11-26T15:00:37Z - Improved: Allow exporting conflict notes (#4095)