Skip to content

Commit

Permalink
CLI v1.0.156
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Mar 7, 2020
1 parent 0feca7e commit 1600d27
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CliClient/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CliClient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"owner": "Laurent Cozic"
},
"version": "1.0.155",
"version": "1.0.156",
"bin": {
"joplin": "./main.js"
},
Expand Down
10 changes: 10 additions & 0 deletions readme/changelog_cli.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 1600d27

Please sign in to comment.