mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
CLI v1.0.163
This commit is contained in:
parent
b4a572c8ae
commit
8cfb014f60
2
CliClient/package-lock.json
generated
2
CliClient/package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "joplin",
|
||||
"version": "1.0.162",
|
||||
"version": "1.0.163",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -27,7 +27,7 @@
|
||||
],
|
||||
"owner": "Laurent Cozic"
|
||||
},
|
||||
"version": "1.0.162",
|
||||
"version": "1.0.163",
|
||||
"bin": {
|
||||
"joplin": "./main.js"
|
||||
},
|
||||
|
@ -1,5 +1,15 @@
|
||||
# Joplin terminal app changelog
|
||||
|
||||
## [cli-v1.0.163](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.163) - 2020-04-10T18:31:50Z
|
||||
|
||||
- Improved: Update ko.po (#2986 by [@xmlangel](https://github.com/xmlangel))
|
||||
- Improved: Update it_IT.po (#2978 by [@abonte](https://github.com/abonte))
|
||||
- Improved: Update nb_NO.po (#2973 by Mats Estensen)
|
||||
- Improved: Update zh_CN.po (#2971 by [@troilus](https://github.com/troilus))
|
||||
- Fixed: Add support for retrying decryption after it has failed multiple times (#2981)
|
||||
- Fixed: When modifying a conflicted note, it would disappear from the view (#2709)
|
||||
- Fixed: Prevent decryption loop when a resource cannot be decrypted (#2257)
|
||||
|
||||
## [cli-v1.0.162](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.162) - 2020-04-01T17:16:14Z
|
||||
|
||||
- New: Compatibility with new master key and sync target encryption
|
||||
|
Loading…
Reference in New Issue
Block a user