mirror of https://github.com/laurent22/joplin.git
parent
7a8629c38d
commit
1c696bf989
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "joplin",
|
||||
"version": "1.6.3",
|
||||
"version": "1.6.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
],
|
||||
"owner": "Laurent Cozic"
|
||||
},
|
||||
"version": "1.6.3",
|
||||
"version": "1.6.4",
|
||||
"bin": {
|
||||
"joplin": "./main.js"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Joplin terminal app changelog
|
||||
|
||||
## [cli-v1.6.4](https://github.com/laurent22/joplin/releases/tag/cli-v1.6.4) - 2021-01-21T10:01:15Z
|
||||
|
||||
- Fixed: Fixed infinite sync issue with OneDrive (#4305)
|
||||
|
||||
## [cli-v1.6.3](https://github.com/laurent22/joplin/releases/tag/cli-v1.6.3) - 2021-01-11T11:52:11Z
|
||||
|
||||
- New: Add more log info when a revision cannot be deleted due to still-encrypted itel
|
||||
|
|
Loading…
Reference in New Issue