From 667b7969ffea4f8d1c6f4a5297c57897e1494c3d Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 25 Feb 2023 16:49:54 +0000 Subject: [PATCH] CLI v2.10.1 --- packages/app-cli/package.json | 2 +- readme/changelog_cli.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/app-cli/package.json b/packages/app-cli/package.json index 8ca1ebd9511..aa0da667085 100644 --- a/packages/app-cli/package.json +++ b/packages/app-cli/package.json @@ -34,7 +34,7 @@ ], "owner": "Laurent Cozic" }, - "version": "2.10.0", + "version": "2.10.1", "bin": "./main.js", "engines": { "node": ">=10.0.0" diff --git a/readme/changelog_cli.md b/readme/changelog_cli.md index 3d760a95550..0f229cba92b 100644 --- a/readme/changelog_cli.md +++ b/readme/changelog_cli.md @@ -1,5 +1,14 @@ # Joplin terminal app changelog +## [cli-v2.10.1](https://github.com/laurent22/joplin/releases/tag/cli-v2.10.1) - 2023-02-25T16:49:17Z + +- Improved: Stop synchronization with unsupported WebDAV providers (#7819) (#7661 by [@julien](https://github.com/julien)) +- Improved: Switch license to AGPL-3.0 (faf0a4e) +- Improved: Validate required flags (42cef1e) +- Fixed: Custom sort order not synchronized (#7729) (#6956 by Tao Klerks) +- Fixed: Support non-ASCII characters in OneDrive (#6916) (#6838 by Self Not Found) +- Security: Fix XSS when a specially crafted string is passed to the renderer (762b4e8) + ## [cli-v2.9.1](https://github.com/laurent22/joplin/releases/tag/cli-v2.9.1) - 2022-10-12T14:49:48Z - Improved: Added note count indicator per notebook (#6526) (#6478 by Eduardo Esparza)