diff --git a/CliClient/package-lock.json b/CliClient/package-lock.json index 2eb7d98dc3..08602e3b8c 100644 --- a/CliClient/package-lock.json +++ b/CliClient/package-lock.json @@ -1,6 +1,6 @@ { "name": "joplin", - "version": "1.0.168", + "version": "1.1.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/CliClient/package.json b/CliClient/package.json index c577de5171..0d2310ea80 100644 --- a/CliClient/package.json +++ b/CliClient/package.json @@ -28,7 +28,7 @@ ], "owner": "Laurent Cozic" }, - "version": "1.0.168", + "version": "1.1.8", "bin": { "joplin": "./main.js" }, diff --git a/readme/changelog_cli.md b/readme/changelog_cli.md index 9ed21286bc..7f6a15f56f 100644 --- a/readme/changelog_cli.md +++ b/readme/changelog_cli.md @@ -1,5 +1,12 @@ # Joplin terminal app changelog +## [cli-v1.1.8](https://github.com/laurent22/joplin/releases/tag/cli-v1.1.8) - 2020-09-21T12:02:29Z + +- Improved: Do not prevent export when one item is still encrypted +- Improved: Fix keytar library being loaded up in FreeBSD. (#3712) (#3711 by Jose Esteve) +- Fixed: Fixed note export when there are folders with non-existing parents. Also fixed long path issue on Windows. (#3689) +- Fixed: Increased file extension limit to 20 to prevent issue when using external editors (#3696) + ## [cli-v1.0.168](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.168) - 2020-09-14T08:47:08Z - Improved: Implemented reliable way to sync device and server clocks