diff --git a/CliClient/package-lock.json b/CliClient/package-lock.json index f728f4c3d2..1c0a170141 100644 --- a/CliClient/package-lock.json +++ b/CliClient/package-lock.json @@ -1,6 +1,6 @@ { "name": "joplin", - "version": "1.0.155", + "version": "1.0.156", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/CliClient/package.json b/CliClient/package.json index cad32eabfe..5698357e69 100644 --- a/CliClient/package.json +++ b/CliClient/package.json @@ -27,7 +27,7 @@ ], "owner": "Laurent Cozic" }, - "version": "1.0.155", + "version": "1.0.156", "bin": { "joplin": "./main.js" }, diff --git a/readme/changelog_cli.md b/readme/changelog_cli.md index 1a615c9e70..06b9df21dd 100644 --- a/readme/changelog_cli.md +++ b/readme/changelog_cli.md @@ -1,5 +1,15 @@ # Joplin terminal app changelog +## [cli-v1.0.156](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.156) - 2020-03-07T00:32:09Z + +- New: Add more context to encryption errors +- Improved: Changed default encryption method to CCM +- Improved: Change geolocation service to freegeoip.app to improve privacy (#2503 by Helmut K. C. Tessarek) +- Fixed: Handle invalid UTF-8 data when encrypting (#2591) +- Fixed: Fixed issue when a notebook does not have a parent (#2536) +- Fixed: Better handling of rare error in WebDAV server (#2485) +- Fixed: Fix importing of very large attachments (150MB+) from Evernote ENEX files + ## [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)