1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-26 18:58:21 +02:00

CLI v1.2.2

This commit is contained in:
Laurent Cozic 2020-09-29 12:34:42 +01:00
parent 15de7572c0
commit 485921d879
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "joplin",
"version": "1.2.1",
"version": "1.2.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -28,7 +28,7 @@
],
"owner": "Laurent Cozic"
},
"version": "1.2.1",
"version": "1.2.2",
"bin": {
"joplin": "./main.js"
},

View File

@ -1,5 +1,11 @@
# Joplin terminal app changelog
## [cli-v1.2.2](https://github.com/laurent22/joplin/releases/tag/cli-v1.2.2) - 2020-09-29T11:33:53Z
- 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.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