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

Merge branch 'release-2.14' into dev

This commit is contained in:
Laurent Cozic 2024-03-01 19:10:39 +00:00
commit 4a78cd2564
15 changed files with 100 additions and 78 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,7 +1,7 @@
{
"name": "@joplin/fork-htmlparser2",
"description": "Fast & forgiving HTML/XML/RSS parser",
"version": "4.1.50",
"version": "4.1.51",
"author": "Felix Boehm <me@feedic.com>",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,7 @@
"name": "@joplin/fork-sax",
"description": "An evented streaming XML parser in JavaScript",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"version": "1.2.54",
"version": "1.2.55",
"main": "lib/sax.js",
"publishConfig": {
"access": "public"

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/fork-uslug",
"version": "1.0.15",
"version": "1.0.16",
"description": "A permissive slug generator that works with unicode.",
"author": "Jeremy Selier <jerem.selier@gmail.com>",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/htmlpack",
"version": "2.14.0",
"version": "2.14.1",
"description": "Pack an HTML file and all its linked resources into a single HTML file",
"main": "dist/index.js",
"types": "src/index.ts",
@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"@adobe/css-tools": "4.3.2",
"@joplin/fork-htmlparser2": "^4.1.50",
"@joplin/fork-htmlparser2": "^4.1.51",
"datauri": "4.1.0",
"fs-extra": "11.2.0",
"html-entities": "1.4.0"

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/lib",
"version": "2.14.0",
"version": "2.14.1",
"description": "Joplin Core library",
"author": "Laurent Cozic",
"homepage": "",
@ -36,14 +36,14 @@
"@adobe/css-tools": "4.3.2",
"@aws-sdk/client-s3": "3.296.0",
"@aws-sdk/s3-request-presigner": "3.296.0",
"@joplin/fork-htmlparser2": "^4.1.50",
"@joplin/fork-sax": "^1.2.54",
"@joplin/fork-uslug": "^1.0.15",
"@joplin/htmlpack": "~2.14",
"@joplin/renderer": "~2.14",
"@joplin/turndown": "^4.0.72",
"@joplin/turndown-plugin-gfm": "^1.0.54",
"@joplin/utils": "~2.14",
"@joplin/fork-htmlparser2": "^4.1.51",
"@joplin/fork-sax": "^1.2.55",
"@joplin/fork-uslug": "^1.0.16",
"@joplin/htmlpack": "^2.14.1",
"@joplin/renderer": "^2.14.1",
"@joplin/turndown": "^4.0.73",
"@joplin/turndown-plugin-gfm": "^1.0.55",
"@joplin/utils": "^2.14.1",
"@types/nanoid": "3.0.0",
"async-mutex": "0.4.1",
"base-64": "1.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/plugin-repo-cli",
"version": "2.14.0",
"version": "2.14.1",
"description": "",
"main": "index.js",
"bin": "./dist/index.js",
@ -18,9 +18,9 @@
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@joplin/lib": "~2.14",
"@joplin/tools": "~2.14",
"@joplin/utils": "~2.14",
"@joplin/lib": "^2.14.1",
"@joplin/tools": "^2.14.1",
"@joplin/utils": "^2.14.1",
"fs-extra": "11.2.0",
"gh-release-assets": "2.0.1",
"node-fetch": "2.6.7",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/react-native-saf-x",
"version": "2.14.0",
"version": "2.14.1",
"description": "a module to help work with scoped storages on android easily",
"main": "src/index",
"react-native": "src/index",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/renderer",
"version": "2.14.0",
"version": "2.14.1",
"description": "The Joplin note renderer, used the mobile and desktop application",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/renderer",
"main": "index.js",
@ -28,9 +28,9 @@
"typescript": "5.2.2"
},
"dependencies": {
"@joplin/fork-htmlparser2": "^4.1.50",
"@joplin/fork-uslug": "^1.0.15",
"@joplin/utils": "~2.14",
"@joplin/fork-htmlparser2": "^4.1.51",
"@joplin/fork-uslug": "^1.0.16",
"@joplin/utils": "^2.14.1",
"font-awesome-filetypes": "2.1.0",
"fs-extra": "11.2.0",
"highlight.js": "11.9.0",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/tools",
"version": "2.14.0",
"version": "2.14.1",
"description": "Various tools for Joplin",
"main": "index.js",
"author": "Laurent Cozic",
@ -20,9 +20,9 @@
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"@joplin/lib": "~2.14",
"@joplin/renderer": "~2.14",
"@joplin/utils": "~2.14",
"@joplin/lib": "^2.14.1",
"@joplin/renderer": "^2.14.1",
"@joplin/utils": "^2.14.1",
"compare-versions": "6.1.0",
"dayjs": "1.11.10",
"execa": "4.1.0",
@ -43,7 +43,7 @@
},
"devDependencies": {
"@docusaurus/plugin-sitemap": "2.4.3",
"@joplin/fork-htmlparser2": "^4.1.50",
"@joplin/fork-htmlparser2": "^4.1.51",
"@rmp135/sql-ts": "1.18.1",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.8",

View File

@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.54",
"version": "1.0.55",
"author": "Dom Christie",
"main": "lib/turndown-plugin-gfm.cjs.js",
"devDependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "@joplin/turndown",
"description": "A library that converts HTML to Markdown",
"version": "4.0.72",
"version": "4.0.73",
"author": "Dom Christie",
"main": "lib/turndown.cjs.js",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/utils",
"version": "2.14.0",
"version": "2.14.1",
"description": "Utilities for Joplin",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils",
"exports": {
@ -29,7 +29,7 @@
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@joplin/fork-htmlparser2": "^4.1.50",
"@joplin/fork-htmlparser2": "^4.1.51",
"async-mutex": "0.4.1",
"execa": "5.1.1",
"fs-extra": "11.2.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)

View File

@ -6772,7 +6772,7 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/fork-htmlparser2@^4.1.50, @joplin/fork-htmlparser2@workspace:packages/fork-htmlparser2":
"@joplin/fork-htmlparser2@^4.1.51, @joplin/fork-htmlparser2@workspace:packages/fork-htmlparser2":
version: 0.0.0-use.local
resolution: "@joplin/fork-htmlparser2@workspace:packages/fork-htmlparser2"
dependencies:
@ -6793,7 +6793,7 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/fork-sax@^1.2.54, @joplin/fork-sax@workspace:packages/fork-sax":
"@joplin/fork-sax@^1.2.55, @joplin/fork-sax@workspace:packages/fork-sax":
version: 0.0.0-use.local
resolution: "@joplin/fork-sax@workspace:packages/fork-sax"
dependencies:
@ -6802,7 +6802,7 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/fork-uslug@^1.0.15, @joplin/fork-uslug@workspace:packages/fork-uslug":
"@joplin/fork-uslug@^1.0.16, @joplin/fork-uslug@workspace:packages/fork-uslug":
version: 0.0.0-use.local
resolution: "@joplin/fork-uslug@workspace:packages/fork-uslug"
dependencies:
@ -6812,12 +6812,12 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/htmlpack@workspace:packages/htmlpack, @joplin/htmlpack@~2.14":
"@joplin/htmlpack@^2.14.1, @joplin/htmlpack@workspace:packages/htmlpack":
version: 0.0.0-use.local
resolution: "@joplin/htmlpack@workspace:packages/htmlpack"
dependencies:
"@adobe/css-tools": 4.3.2
"@joplin/fork-htmlparser2": ^4.1.50
"@joplin/fork-htmlparser2": ^4.1.51
"@types/fs-extra": 11.0.4
datauri: 4.1.0
fs-extra: 11.2.0
@ -6825,21 +6825,21 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/lib@workspace:packages/lib, @joplin/lib@~2.14":
"@joplin/lib@^2.14.1, @joplin/lib@workspace:packages/lib, @joplin/lib@~2.14":
version: 0.0.0-use.local
resolution: "@joplin/lib@workspace:packages/lib"
dependencies:
"@adobe/css-tools": 4.3.2
"@aws-sdk/client-s3": 3.296.0
"@aws-sdk/s3-request-presigner": 3.296.0
"@joplin/fork-htmlparser2": ^4.1.50
"@joplin/fork-sax": ^1.2.54
"@joplin/fork-uslug": ^1.0.15
"@joplin/htmlpack": ~2.14
"@joplin/renderer": ~2.14
"@joplin/turndown": ^4.0.72
"@joplin/turndown-plugin-gfm": ^1.0.54
"@joplin/utils": ~2.14
"@joplin/fork-htmlparser2": ^4.1.51
"@joplin/fork-sax": ^1.2.55
"@joplin/fork-uslug": ^1.0.16
"@joplin/htmlpack": ^2.14.1
"@joplin/renderer": ^2.14.1
"@joplin/turndown": ^4.0.73
"@joplin/turndown-plugin-gfm": ^1.0.55
"@joplin/utils": ^2.14.1
"@types/fs-extra": 11.0.4
"@types/jest": 29.5.8
"@types/js-yaml": 4.0.9
@ -6945,9 +6945,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@joplin/plugin-repo-cli@workspace:packages/plugin-repo-cli"
dependencies:
"@joplin/lib": ~2.14
"@joplin/tools": ~2.14
"@joplin/utils": ~2.14
"@joplin/lib": ^2.14.1
"@joplin/tools": ^2.14.1
"@joplin/utils": ^2.14.1
"@types/fs-extra": 11.0.4
"@types/jest": 29.5.8
"@types/node": 18.19.8
@ -6996,13 +6996,13 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/renderer@workspace:packages/renderer, @joplin/renderer@~2.14":
"@joplin/renderer@^2.14.1, @joplin/renderer@workspace:packages/renderer, @joplin/renderer@~2.14":
version: 0.0.0-use.local
resolution: "@joplin/renderer@workspace:packages/renderer"
dependencies:
"@joplin/fork-htmlparser2": ^4.1.50
"@joplin/fork-uslug": ^1.0.15
"@joplin/utils": ~2.14
"@joplin/fork-htmlparser2": ^4.1.51
"@joplin/fork-uslug": ^1.0.16
"@joplin/utils": ^2.14.1
"@types/jest": 29.5.8
"@types/markdown-it": 13.0.7
"@types/node": 18.19.8
@ -7098,15 +7098,15 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/tools@workspace:packages/tools, @joplin/tools@~2.14":
"@joplin/tools@^2.14.1, @joplin/tools@workspace:packages/tools, @joplin/tools@~2.14":
version: 0.0.0-use.local
resolution: "@joplin/tools@workspace:packages/tools"
dependencies:
"@docusaurus/plugin-sitemap": 2.4.3
"@joplin/fork-htmlparser2": ^4.1.50
"@joplin/lib": ~2.14
"@joplin/renderer": ~2.14
"@joplin/utils": ~2.14
"@joplin/fork-htmlparser2": ^4.1.51
"@joplin/lib": ^2.14.1
"@joplin/renderer": ^2.14.1
"@joplin/utils": ^2.14.1
"@rmp135/sql-ts": 1.18.1
"@types/fs-extra": 11.0.4
"@types/jest": 29.5.8
@ -7146,7 +7146,7 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/turndown-plugin-gfm@^1.0.54, @joplin/turndown-plugin-gfm@workspace:packages/turndown-plugin-gfm":
"@joplin/turndown-plugin-gfm@^1.0.55, @joplin/turndown-plugin-gfm@workspace:packages/turndown-plugin-gfm":
version: 0.0.0-use.local
resolution: "@joplin/turndown-plugin-gfm@workspace:packages/turndown-plugin-gfm"
dependencies:
@ -7158,7 +7158,7 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/turndown@^4.0.72, @joplin/turndown@workspace:packages/turndown":
"@joplin/turndown@^4.0.73, @joplin/turndown@workspace:packages/turndown":
version: 0.0.0-use.local
resolution: "@joplin/turndown@workspace:packages/turndown"
dependencies:
@ -7175,26 +7175,11 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/utils@npm:~2.12":
version: 2.12.1
resolution: "@joplin/utils@npm:2.12.1"
dependencies:
async-mutex: 0.4.0
execa: 5.1.1
fs-extra: 11.1.1
glob: 10.3.3
moment: 2.29.4
node-fetch: 2.6.7
sprintf-js: 1.1.2
checksum: dab823a7bb5d6d13c3d85c67dc669861aa0cdb89cee28cddceb280b43a235d7e058813b9724468b58532489fde25e0857098afe322286bd914e6096d1dc7ece7
languageName: node
linkType: hard
"@joplin/utils@workspace:packages/utils, @joplin/utils@~2.14":
"@joplin/utils@^2.14.1, @joplin/utils@workspace:packages/utils, @joplin/utils@~2.14":
version: 0.0.0-use.local
resolution: "@joplin/utils@workspace:packages/utils"
dependencies:
"@joplin/fork-htmlparser2": ^4.1.50
"@joplin/fork-htmlparser2": ^4.1.51
"@types/fs-extra": 11.0.4
"@types/jest": 29.5.8
"@types/markdown-it": 13.0.7
@ -7213,6 +7198,21 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/utils@npm:~2.12":
version: 2.12.1
resolution: "@joplin/utils@npm:2.12.1"
dependencies:
async-mutex: 0.4.0
execa: 5.1.1
fs-extra: 11.1.1
glob: 10.3.3
moment: 2.29.4
node-fetch: 2.6.7
sprintf-js: 1.1.2
checksum: dab823a7bb5d6d13c3d85c67dc669861aa0cdb89cee28cddceb280b43a235d7e058813b9724468b58532489fde25e0857098afe322286bd914e6096d1dc7ece7
languageName: node
linkType: hard
"@jridgewell/gen-mapping@npm:^0.1.0":
version: 0.1.1
resolution: "@jridgewell/gen-mapping@npm:0.1.1"