mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
CLI v1.6.3
This commit is contained in:
parent
f678434411
commit
7530d2e4bc
2
packages/app-cli/package-lock.json
generated
2
packages/app-cli/package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "joplin",
|
||||
"version": "1.6.2",
|
||||
"version": "1.6.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -31,7 +31,7 @@
|
||||
],
|
||||
"owner": "Laurent Cozic"
|
||||
},
|
||||
"version": "1.6.2",
|
||||
"version": "1.6.3",
|
||||
"bin": {
|
||||
"joplin": "./main.js"
|
||||
},
|
||||
|
@ -1,5 +1,16 @@
|
||||
# Joplin terminal app changelog
|
||||
|
||||
## [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
|
||||
- Improved: Do not display error message when fixing ENEX resource mime type (#4310)
|
||||
- Improved: Improve support for SVG images when importing ENEX files
|
||||
- Improved: Improved support for bold and italic format when importing ENEX file (#4316)
|
||||
- Improved: Support natural sorting by title (#4272 by [@volatilevar](https://github.com/volatilevar))
|
||||
- Improved: Upload Big Notes to Onedrive (#4120) (#3528 by Jonathan Heard)
|
||||
- Fixed: Fixed OneDrive issue that would require a full resync every time (#4324) (#4313 by Jonathan Heard)
|
||||
- Fixed: Fixed importing ENEX files that contain hidden sections
|
||||
|
||||
## [cli-v1.6.2](https://github.com/laurent22/joplin/releases/tag/cli-v1.6.2) - 2021-01-11T11:41:56Z
|
||||
|
||||
- New: Add more log info when a revision cannot be deleted due to still-encrypted item
|
||||
|
Loading…
Reference in New Issue
Block a user