From 3a9867db33ec8388ac6bc1fa031ec218252317e9 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Wed, 29 Sep 2021 16:29:06 +0100 Subject: [PATCH] CLI v2.4.1 --- packages/app-cli/package-lock.json | 4 ++-- packages/app-cli/package.json | 2 +- readme/changelog_cli.md | 11 +++++++++++ 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/packages/app-cli/package-lock.json b/packages/app-cli/package-lock.json index 620f4e647..5d85d7bf8 100644 --- a/packages/app-cli/package-lock.json +++ b/packages/app-cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "joplin", - "version": "2.3.2", + "version": "2.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "joplin", - "version": "2.3.2", + "version": "2.4.1", "license": "MIT", "dependencies": { "aws-sdk": "^2.588.0", diff --git a/packages/app-cli/package.json b/packages/app-cli/package.json index cd20a23af..fb9d0d8cd 100644 --- a/packages/app-cli/package.json +++ b/packages/app-cli/package.json @@ -33,7 +33,7 @@ ], "owner": "Laurent Cozic" }, - "version": "2.4.0", + "version": "2.4.1", "bin": { "joplin": "./main.js" }, diff --git a/readme/changelog_cli.md b/readme/changelog_cli.md index 80ee4c633..fd5257e89 100644 --- a/readme/changelog_cli.md +++ b/readme/changelog_cli.md @@ -1,5 +1,16 @@ # Joplin terminal app changelog +## [cli-v2.4.1](https://github.com/laurent22/joplin/releases/tag/cli-v2.4.1) - 2021-09-29T15:28:01Z + +- New: Add a way to disable a master key (7faa58e) +- New: Add support for single master password, to simplify handling of multiple encryption keys (ce89ee5) +- New: Added "None" sync target to allow disabling synchronisation (f5f05e6) +- Improved: Allow importing certain corrupted ENEX files (f144dae) +- Improved: Improved sync locks so that they do not prevent upgrading a sync target (06ed58b) +- Fixed: Fixed file paths when exporting as HTML (#5325) +- Fixed: Misinterpreted search term after filter in quotation marks (#5445) (#5444 by [@JackGruber](https://github.com/JackGruber)) +- Fixed: Setting note contents using "set" command does not update note timestamp (#5435) + ## [cli-v2.3.2](https://github.com/laurent22/joplin/releases/tag/cli-v2.3.2) - 2021-08-16T09:38:40Z - Improved: Improved E2EE usability by making its state a property of the sync target (#5276)