mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
CLI v1.8.1
This commit is contained in:
parent
ebd650b62f
commit
553aa0fffa
2
packages/app-cli/package-lock.json
generated
2
packages/app-cli/package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "joplin",
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -31,7 +31,7 @@
|
||||
],
|
||||
"owner": "Laurent Cozic"
|
||||
},
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"bin": {
|
||||
"joplin": "./main.js"
|
||||
},
|
||||
@ -39,8 +39,8 @@
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@joplin/lib": "^1.7.3",
|
||||
"@joplin/renderer": "^1.7.3",
|
||||
"@joplin/lib": "1.8",
|
||||
"@joplin/renderer": "1.8",
|
||||
"aws-sdk": "^2.588.0",
|
||||
"chalk": "^4.1.0",
|
||||
"clean-html": "^1.5.0",
|
||||
@ -65,7 +65,7 @@
|
||||
"yargs-parser": "^7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@joplin/tools": "^1.0.9",
|
||||
"@joplin/tools": "1.8",
|
||||
"@types/fs-extra": "^9.0.6",
|
||||
"@types/jest": "^26.0.15",
|
||||
"@types/node": "^14.14.6",
|
||||
|
@ -1,5 +1,21 @@
|
||||
# Joplin terminal app changelog
|
||||
|
||||
## [cli-v1.8.1](https://github.com/laurent22/joplin/releases/tag/cli-v1.8.1) - 2021-05-10T09:38:05Z
|
||||
|
||||
- New: Add "id" and "due" search filters (#4898 by [@JackGruber](https://github.com/JackGruber))
|
||||
- New: Add support for "batch" command (eef86d6)
|
||||
- Improved: Also duplicate the tags when the note is duplicated (#4876) (#3157 by [@JackGruber](https://github.com/JackGruber))
|
||||
- Improved: Bump KaTeX to 0.13.3 (#4902 by Roman Musin)
|
||||
- Improved: Filter "notebook" can now be negated (#4651 by Naveen M V)
|
||||
- Improved: Improved error handling when importing ENEX (257cde4)
|
||||
- Improved: Save user settings to JSON file (71f976f)
|
||||
- Improved: Some imported ENEX files incorrectly had invisible sections (f7a457f)
|
||||
- Fixed: Disable WebDAV response caching (#4887) (#4706 by Roman Musin)
|
||||
- Fixed: Fixed issue when getting version info (54884d6)
|
||||
- Fixed: Fixed rendering of note and resource links (61399ce)
|
||||
- Fixed: Regression: Fixed network request repeat mechanism (ede6004)
|
||||
- Security: Apply npm audit security fixes (0b67446)
|
||||
|
||||
## [cli-v1.6.4](https://github.com/laurent22/joplin/releases/tag/cli-v1.6.4) - 2021-01-21T10:01:15Z
|
||||
|
||||
- Fixed: Fixed infinite sync issue with OneDrive (#4305)
|
||||
|
Loading…
Reference in New Issue
Block a user