From 74c8a38d480ff07b87a4245a1be7ec9531b48d52 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 7 Feb 2020 23:23:30 +0000 Subject: [PATCH] CLI v1.0.154 --- CliClient/package-lock.json | 2 +- CliClient/package.json | 2 +- readme/changelog_cli.md | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CliClient/package-lock.json b/CliClient/package-lock.json index 05b156054..73471a22c 100644 --- a/CliClient/package-lock.json +++ b/CliClient/package-lock.json @@ -1,6 +1,6 @@ { "name": "joplin", - "version": "1.0.153", + "version": "1.0.154", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/CliClient/package.json b/CliClient/package.json index 34248e956..c0fb2739f 100644 --- a/CliClient/package.json +++ b/CliClient/package.json @@ -20,7 +20,7 @@ ], "owner": "Laurent Cozic" }, - "version": "1.0.153", + "version": "1.0.154", "bin": { "joplin": "./main.js" }, diff --git a/readme/changelog_cli.md b/readme/changelog_cli.md index 32d726d8c..1a615c9e7 100644 --- a/readme/changelog_cli.md +++ b/readme/changelog_cli.md @@ -1,5 +1,14 @@ # Joplin terminal app changelog +## [cli-v1.0.154](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.154) - 2020-02-07T23:22:24Z + +- New: Added new date format YYYY.MM.DD (#2318 by XSAkos) +- Improved: Reset time fields when duplicating a note (#2428 by [@tekdel](https://github.com/tekdel)) +- Improved: More info for "unknown profile version" error message (#2361 by [@mic704b](https://github.com/mic704b)) +- Improved: Handle Thai language in search (#2387) (#2279 by Kirtan Purohit) +- Fixed: Fix escaping of title when generating a markdown link (#2456) (#2085 by Helmut K. C. Tessarek) +- Fixed: Fix console messages being displayed in GUI (#2457 by Helmut K. C. Tessarek) + ## [cli-v1.0.153](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.153) - 2020-01-24T23:16:32Z - New: Added new, more secure encryption methods, so that they can be switched to at a later time