mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
CLI v1.0.145
This commit is contained in:
parent
78e0efb95f
commit
05e0a2c29d
2
CliClient/package-lock.json
generated
2
CliClient/package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "joplin",
|
||||
"version": "1.0.143",
|
||||
"version": "1.0.145",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -20,7 +20,7 @@
|
||||
],
|
||||
"owner": "Laurent Cozic"
|
||||
},
|
||||
"version": "1.0.143",
|
||||
"version": "1.0.145",
|
||||
"bin": {
|
||||
"joplin": "./main.js"
|
||||
},
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Joplin terminal app changelog
|
||||
|
||||
## [cli-v1.0.145](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.145) - 2019-09-08T16:23:02Z
|
||||
|
||||
- New: Added headless server command (Beta) (#1860)
|
||||
- Improved: Improved bold formatting support in Enex import (#1708)
|
||||
- Improved: Make translation files smaller by not including untranslated strings. Also add percentage translated to config screen. (#1459)
|
||||
- Fixed: Make sure setting side-effects are applied even when running in command line mode (#1779)
|
||||
- Fixed: Fix typo on encryption options screen (#1823)
|
||||
- Fixed: Fixes fatal error with cli 1.0.141 on start (#1791)
|
||||
|
||||
## [cli-v1.0.137](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.137) - 2019-05-19T11:04:28Z
|
||||
|
||||
- Fixed: Fixed method to autosize resource
|
||||
|
Loading…
Reference in New Issue
Block a user