mirror of https://github.com/laurent22/joplin.git
parent
2200be697e
commit
6aca233b21
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "joplin",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
],
|
||||
"owner": "Laurent Cozic"
|
||||
},
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"bin": {
|
||||
"joplin": "./main.js"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Joplin terminal app changelog
|
||||
|
||||
## [cli-v1.2.1](https://github.com/laurent22/joplin/releases/tag/cli-v1.2.1) - 2020-09-23T11:15:12Z
|
||||
|
||||
- Fixed: Fixed crash due to missing spellfix extension
|
||||
- Fixed: Fixed link generation when exporting to PDF or HTML (#3780)
|
||||
- Fixed: Improved handling of special characters when exporting to Markdown (#3760)
|
||||
|
||||
## [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
|
||||
|
|
Loading…
Reference in New Issue