1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

CLI v1.3.2

This commit is contained in:
Laurent Cozic 2020-10-23 16:58:28 +01:00
parent 4cbfd04522
commit a5dd686bb2
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# Joplin terminal app changelog
## [cli-v1.3.1](https://github.com/laurent22/joplin/releases/tag/cli-v1.3.1) - 2020-10-23T15:03:32Z
## [cli-v1.3.2](https://github.com/laurent22/joplin/releases/tag/cli-v1.3.2) - 2020-10-23T15:57:46Z
- 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)