1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

CLI v1.3.3

This commit is contained in:
Laurent Cozic 2020-10-23 17:01:13 +01:00
parent 51934b8d8d
commit c254ca524f
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# Joplin terminal app changelog
## [cli-v1.3.2](https://github.com/laurent22/joplin/releases/tag/cli-v1.3.2) - 2020-10-23T15:57:46Z
## [cli-v1.3.3](https://github.com/laurent22/joplin/releases/tag/cli-v1.3.3) - 2020-10-23T16:00:38Z
- Improved: Added support for a custom S3 URL (#3921) (#3691 by [@aaron](https://github.com/aaron))
- Improved: Allow setting note geolocation attributes via API (#3884)