1
0
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:
Laurent Cozic 2021-05-10 11:39:11 +02:00
parent ebd650b62f
commit 553aa0fffa
3 changed files with 21 additions and 5 deletions

View File

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

View File

@ -31,7 +31,7 @@
], ],
"owner": "Laurent Cozic" "owner": "Laurent Cozic"
}, },
"version": "1.8.0", "version": "1.8.1",
"bin": { "bin": {
"joplin": "./main.js" "joplin": "./main.js"
}, },
@ -39,8 +39,8 @@
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
"dependencies": { "dependencies": {
"@joplin/lib": "^1.7.3", "@joplin/lib": "1.8",
"@joplin/renderer": "^1.7.3", "@joplin/renderer": "1.8",
"aws-sdk": "^2.588.0", "aws-sdk": "^2.588.0",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"clean-html": "^1.5.0", "clean-html": "^1.5.0",
@ -65,7 +65,7 @@
"yargs-parser": "^7.0.0" "yargs-parser": "^7.0.0"
}, },
"devDependencies": { "devDependencies": {
"@joplin/tools": "^1.0.9", "@joplin/tools": "1.8",
"@types/fs-extra": "^9.0.6", "@types/fs-extra": "^9.0.6",
"@types/jest": "^26.0.15", "@types/jest": "^26.0.15",
"@types/node": "^14.14.6", "@types/node": "^14.14.6",

View File

@ -1,5 +1,21 @@
# Joplin terminal app changelog # 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 ## [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) - Fixed: Fixed infinite sync issue with OneDrive (#4305)