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

CLI v2.14.1

This commit is contained in:
Laurent Cozic 2024-03-01 19:10:10 +00:00
parent 98bb0250f2
commit 95e42c4ca7
2 changed files with 23 additions and 1 deletions

View File

@ -35,7 +35,7 @@
],
"owner": "Laurent Cozic"
},
"version": "2.14.0",
"version": "2.14.1",
"bin": "./main.js",
"engines": {
"node": ">=10.0.0"

View File

@ -1,5 +1,27 @@
# Joplin Terminal App Changelog
## [cli-v2.14.1](https://github.com/laurent22/joplin/releases/tag/cli-v2.14.1) - 2024-03-01T19:08:28Z
- Improved: Allow setting a minimum app version on the sync target (#9778)
- Improved: Display an error if a resource cannot be downloaded (cbf7e24)
- Improved: Don't log OneDrive `Authorization` tokens (#9707) (#9706 by Henry Heino)
- Improved: Handle Dropbox payload_too_large error (f267d88)
- Improved: Improve search engine error handling when preparing text for search (#9871 by Henry Heino)
- Improved: Migrate profile in preparation for trash feature (115eb5d)
- Improved: Remove unnecessary warning when importing ENEX file (495f088)
- Improved: Restore note links after importing an ENEX file (#9596)
- Improved: Updated packages @rmp135/sql-ts (v1.18.1), async-mutex (v0.4.1), follow-redirects (v1.15.5), fs-extra (v11.2.0), highlight.js (v11.9.0), mermaid (v10.6.1), moment (v2.30.1), nanoid (v3.3.7), react, sass (v1.69.7), sharp (v0.33.2), style-to-js (v1.1.9), tesseract.js (v5.0.3)
- Fixed: Fix AWS S3 sync error (#9696) (#8891 by Henry Heino)
- Fixed: Fix ENEX import issue (20b1c2e)
- Fixed: Fix broken synchronisation link in welcome notes (#9804) (#9799 by Henry Heino)
- Fixed: Fix importing certain ENEX notes that include invalid tables (00eee19)
- Fixed: Fixed importing invalid tables from ENEX files (d264bdd)
- Fixed: Fixes issue with resources having no associated files when the RAW import process is interrupted (#9484)
- Fixed: Import ENEX archives that contain files with invalid names (#9548)
- Fixed: Markdown-FrontMatter exporter generates invalid file when note starts with a dash in title (#9483)
- Fixed: When importing MarkdownD+FrontMatter files that contain images with a data URL source, the import fails (#9485)
- Fixed: When importing a Markdown file that contains a link to an invalid image, import fails (#9486)
## [cli-v2.13.2](https://github.com/laurent22/joplin/releases/tag/cli-v2.13.2) - 2023-11-30T18:11:38Z
- Improved: Updated packages mermaid (v10.5.1), sass (v1.69.5)