mirror of https://github.com/joplin/website.git
parent
925b3c3ab0
commit
9160fe12ca
|
@ -36,14 +36,14 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md
|
|||
<link rel="icon" href="/images/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="cli-v2.10.3 - 2023-02-26T13:03:59Z Fixed: Fixed "sync" command when calling it in non-interactive mode (d157b9c) cli-v2.10.2 - 2023-02-26T12:41:23Z Improved: Create subnotebooks (#6722) (#1728 by A..." />
|
||||
<meta name="description" content="cli-v2.11.1 - 2023-06-27T09:28:01Z Improved: Updated packages aws, buildTools, domutils (v3.1.0), fs-extra (v11.1.1), jsdom (v21.1.2), markdown-it-multimd-table (v4.2.2), nanoid (v3.3.6), node-pers..." />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@joplinapp" />
|
||||
<meta property="og:url" content="https://joplinapp.org/changelog_cli/index.html" />
|
||||
<meta property="og:title" content="Joplin terminal app changelog" />
|
||||
<meta property="twitter:title" content="Joplin terminal app changelog" />
|
||||
<meta property="og:description" content="cli-v2.10.3 - 2023-02-26T13:03:59Z Fixed: Fixed "sync" command when calling it in non-interactive mode (d157b9c) cli-v2.10.2 - 2023-02-26T12:41:23Z Improved: Create subnotebooks (#6722) (#1728 by A..." />
|
||||
<meta property="twitter:description" content="cli-v2.10.3 - 2023-02-26T13:03:59Z Fixed: Fixed "sync" command when calling it in non-interactive mode (d157b9c) cli-v2.10.2 - 2023-02-26T12:41:23Z Improved: Create subnotebooks (#6722) (#1728 by A..." />
|
||||
<meta property="og:description" content="cli-v2.11.1 - 2023-06-27T09:28:01Z Improved: Updated packages aws, buildTools, domutils (v3.1.0), fs-extra (v11.1.1), jsdom (v21.1.2), markdown-it-multimd-table (v4.2.2), nanoid (v3.3.6), node-pers..." />
|
||||
<meta property="twitter:description" content="cli-v2.11.1 - 2023-06-27T09:28:01Z Improved: Updated packages aws, buildTools, domutils (v3.1.0), fs-extra (v11.1.1), jsdom (v21.1.2), markdown-it-multimd-table (v4.2.2), nanoid (v3.3.6), node-pers..." />
|
||||
<link rel="alternate" type="application/rss+xml" title="Joplin RSS feed" href="https://joplinapp.org/rss.xml" /> <link
|
||||
rel="stylesheet"
|
||||
href="/css/bootstrap5.0.2.min.css"
|
||||
|
@ -362,6 +362,16 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md
|
|||
<p><a href="https://www.paypal.com/donate/?business=E8JMYD2LQ8MMA&no_recurring=0&item_name=I+rely+on+donations+to+maintain+and+improve+the+Joplin+open+source+project.+Thank+you+for+your+help+-+it+makes+a+difference%21&currency_code=EUR"><img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/badges/Donate-PayPal-green.svg" alt="Donate using PayPal"></a> <a href="https://github.com/sponsors/laurent22/"><img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/badges/GitHub-Badge.svg" alt="Sponsor on GitHub"></a> <a href="https://www.patreon.com/joplin"><img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/badges/Patreon-Badge.svg" alt="Become a patron"></a> <a href="https://joplinapp.org/donate/#donations"><img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/badges/Donate-IBAN.svg" alt="Donate using IBAN"></a></p>
|
||||
</div>
|
||||
<h1>Joplin terminal app changelog<a name="joplin-terminal-app-changelog" href="#joplin-terminal-app-changelog" class="heading-anchor">🔗</a></h1>
|
||||
<h2><a href="https://github.com/laurent22/joplin/releases/tag/cli-v2.11.1">cli-v2.11.1</a> - 2023-06-27T09:28:01Z<a name="cli-v2-11-1-https-github-com-laurent22-joplin-releases-tag-cli-v2-11-1-2023-06-27t09-28-01z" href="#cli-v2-11-1-https-github-com-laurent22-joplin-releases-tag-cli-v2-11-1-2023-06-27t09-28-01z" class="heading-anchor">🔗</a></h2>
|
||||
<ul>
|
||||
<li>Improved: Updated packages aws, buildTools, domutils (v3.1.0), fs-extra (v11.1.1), jsdom (v21.1.2), markdown-it-multimd-table (v4.2.2), nanoid (v3.3.6), node-persist (v3.1.3), open (v8.4.2), reselect (v4.1.8), sass (v1.62.1), sharp (v0.32.1), sqlite3 (v5.1.6), tar (v6.1.15), turndown (v7.1.2), yargs (v17.7.2)</li>
|
||||
<li>Improved: Upgrade E2EE encryption method to AES-256 (#7686)</li>
|
||||
<li>Improved: When resetting the master password, also create a new master key with that password (e647775)</li>
|
||||
<li>Fixed: Allow certain HTML anchor tags (#8286)</li>
|
||||
<li>Fixed: Encode the non-ASCII characters in OneDrive URI (#7868) (#7851 by Self Not Found)</li>
|
||||
<li>Fixed: Fix OneDrive sync attempting to call method on <code>null</code> variable (#7987) (#7986 by Henry Heino)</li>
|
||||
<li>Fixed: Improve selection of active E2EE key (#8254)</li>
|
||||
</ul>
|
||||
<h2><a href="https://github.com/laurent22/joplin/releases/tag/cli-v2.10.3">cli-v2.10.3</a> - 2023-02-26T13:03:59Z<a name="cli-v2-10-3-https-github-com-laurent22-joplin-releases-tag-cli-v2-10-3-2023-02-26t13-03-59z" href="#cli-v2-10-3-https-github-com-laurent22-joplin-releases-tag-cli-v2-10-3-2023-02-26t13-03-59z" class="heading-anchor">🔗</a></h2>
|
||||
<ul>
|
||||
<li>Fixed: Fixed "sync" command when calling it in non-interactive mode (d157b9c)</li>
|
||||
|
|
|
@ -36,14 +36,14 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md
|
|||
<link rel="icon" href="/images/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="cli-v2.10.3 - 2023-02-26T13:03:59Z Fixed: Fixed "sync" command when calling it in non-interactive mode (d157b9c) cli-v2.10.2 - 2023-02-26T12:41:23Z Improved: Create subnotebooks (#6722) (#1728 by A..." />
|
||||
<meta name="description" content="cli-v2.11.1 - 2023-06-27T09:28:01Z Improved: Updated packages aws, buildTools, domutils (v3.1.0), fs-extra (v11.1.1), jsdom (v21.1.2), markdown-it-multimd-table (v4.2.2), nanoid (v3.3.6), node-pers..." />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@joplinapp" />
|
||||
<meta property="og:url" content="https://joplinapp.org/cn/changelog_cli/index.html" />
|
||||
<meta property="og:title" content="Joplin terminal app changelog" />
|
||||
<meta property="twitter:title" content="Joplin terminal app changelog" />
|
||||
<meta property="og:description" content="cli-v2.10.3 - 2023-02-26T13:03:59Z Fixed: Fixed "sync" command when calling it in non-interactive mode (d157b9c) cli-v2.10.2 - 2023-02-26T12:41:23Z Improved: Create subnotebooks (#6722) (#1728 by A..." />
|
||||
<meta property="twitter:description" content="cli-v2.10.3 - 2023-02-26T13:03:59Z Fixed: Fixed "sync" command when calling it in non-interactive mode (d157b9c) cli-v2.10.2 - 2023-02-26T12:41:23Z Improved: Create subnotebooks (#6722) (#1728 by A..." />
|
||||
<meta property="og:description" content="cli-v2.11.1 - 2023-06-27T09:28:01Z Improved: Updated packages aws, buildTools, domutils (v3.1.0), fs-extra (v11.1.1), jsdom (v21.1.2), markdown-it-multimd-table (v4.2.2), nanoid (v3.3.6), node-pers..." />
|
||||
<meta property="twitter:description" content="cli-v2.11.1 - 2023-06-27T09:28:01Z Improved: Updated packages aws, buildTools, domutils (v3.1.0), fs-extra (v11.1.1), jsdom (v21.1.2), markdown-it-multimd-table (v4.2.2), nanoid (v3.3.6), node-pers..." />
|
||||
<link rel="alternate" type="application/rss+xml" title="Joplin RSS feed" href="https://joplinapp.org/rss.xml" /> <link
|
||||
rel="stylesheet"
|
||||
href="/css/bootstrap5.0.2.min.css"
|
||||
|
@ -362,6 +362,16 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md
|
|||
<p><a href="https://www.paypal.com/donate/?business=E8JMYD2LQ8MMA&no_recurring=0&item_name=I+rely+on+donations+to+maintain+and+improve+the+Joplin+open+source+project.+Thank+you+for+your+help+-+it+makes+a+difference%21&currency_code=EUR"><img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/badges/Donate-PayPal-green.svg" alt="Donate using PayPal"></a> <a href="https://github.com/sponsors/laurent22/"><img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/badges/GitHub-Badge.svg" alt="Sponsor on GitHub"></a> <a href="https://www.patreon.com/joplin"><img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/badges/Patreon-Badge.svg" alt="Become a patron"></a> <a href="https://joplinapp.org/donate/#donations"><img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/badges/Donate-IBAN.svg" alt="Donate using IBAN"></a></p>
|
||||
</div>
|
||||
<h1>Joplin terminal app changelog<a name="joplin-terminal-app-changelog" href="#joplin-terminal-app-changelog" class="heading-anchor">🔗</a></h1>
|
||||
<h2><a href="https://github.com/laurent22/joplin/releases/tag/cli-v2.11.1">cli-v2.11.1</a> - 2023-06-27T09:28:01Z<a name="cli-v2-11-1-https-github-com-laurent22-joplin-releases-tag-cli-v2-11-1-2023-06-27t09-28-01z" href="#cli-v2-11-1-https-github-com-laurent22-joplin-releases-tag-cli-v2-11-1-2023-06-27t09-28-01z" class="heading-anchor">🔗</a></h2>
|
||||
<ul>
|
||||
<li>Improved: Updated packages aws, buildTools, domutils (v3.1.0), fs-extra (v11.1.1), jsdom (v21.1.2), markdown-it-multimd-table (v4.2.2), nanoid (v3.3.6), node-persist (v3.1.3), open (v8.4.2), reselect (v4.1.8), sass (v1.62.1), sharp (v0.32.1), sqlite3 (v5.1.6), tar (v6.1.15), turndown (v7.1.2), yargs (v17.7.2)</li>
|
||||
<li>Improved: Upgrade E2EE encryption method to AES-256 (#7686)</li>
|
||||
<li>Improved: When resetting the master password, also create a new master key with that password (e647775)</li>
|
||||
<li>Fixed: Allow certain HTML anchor tags (#8286)</li>
|
||||
<li>Fixed: Encode the non-ASCII characters in OneDrive URI (#7868) (#7851 by Self Not Found)</li>
|
||||
<li>Fixed: Fix OneDrive sync attempting to call method on <code>null</code> variable (#7987) (#7986 by Henry Heino)</li>
|
||||
<li>Fixed: Improve selection of active E2EE key (#8254)</li>
|
||||
</ul>
|
||||
<h2><a href="https://github.com/laurent22/joplin/releases/tag/cli-v2.10.3">cli-v2.10.3</a> - 2023-02-26T13:03:59Z<a name="cli-v2-10-3-https-github-com-laurent22-joplin-releases-tag-cli-v2-10-3-2023-02-26t13-03-59z" href="#cli-v2-10-3-https-github-com-laurent22-joplin-releases-tag-cli-v2-10-3-2023-02-26t13-03-59z" class="heading-anchor">🔗</a></h2>
|
||||
<ul>
|
||||
<li>Fixed: Fixed "sync" command when calling it in non-interactive mode (d157b9c)</li>
|
||||
|
|
|
@ -36,14 +36,14 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md
|
|||
<link rel="icon" href="/images/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="cli-v2.10.3 - 2023-02-26T13:03:59Z Fixed: Fixed "sync" command when calling it in non-interactive mode (d157b9c) cli-v2.10.2 - 2023-02-26T12:41:23Z Improved: Create subnotebooks (#6722) (#1728 by A..." />
|
||||
<meta name="description" content="cli-v2.11.1 - 2023-06-27T09:28:01Z Improved: Updated packages aws, buildTools, domutils (v3.1.0), fs-extra (v11.1.1), jsdom (v21.1.2), markdown-it-multimd-table (v4.2.2), nanoid (v3.3.6), node-pers..." />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@joplinapp" />
|
||||
<meta property="og:url" content="https://joplinapp.org/fr/changelog_cli/index.html" />
|
||||
<meta property="og:title" content="Joplin terminal app changelog" />
|
||||
<meta property="twitter:title" content="Joplin terminal app changelog" />
|
||||
<meta property="og:description" content="cli-v2.10.3 - 2023-02-26T13:03:59Z Fixed: Fixed "sync" command when calling it in non-interactive mode (d157b9c) cli-v2.10.2 - 2023-02-26T12:41:23Z Improved: Create subnotebooks (#6722) (#1728 by A..." />
|
||||
<meta property="twitter:description" content="cli-v2.10.3 - 2023-02-26T13:03:59Z Fixed: Fixed "sync" command when calling it in non-interactive mode (d157b9c) cli-v2.10.2 - 2023-02-26T12:41:23Z Improved: Create subnotebooks (#6722) (#1728 by A..." />
|
||||
<meta property="og:description" content="cli-v2.11.1 - 2023-06-27T09:28:01Z Improved: Updated packages aws, buildTools, domutils (v3.1.0), fs-extra (v11.1.1), jsdom (v21.1.2), markdown-it-multimd-table (v4.2.2), nanoid (v3.3.6), node-pers..." />
|
||||
<meta property="twitter:description" content="cli-v2.11.1 - 2023-06-27T09:28:01Z Improved: Updated packages aws, buildTools, domutils (v3.1.0), fs-extra (v11.1.1), jsdom (v21.1.2), markdown-it-multimd-table (v4.2.2), nanoid (v3.3.6), node-pers..." />
|
||||
<link rel="alternate" type="application/rss+xml" title="Joplin RSS feed" href="https://joplinapp.org/rss.xml" /> <link
|
||||
rel="stylesheet"
|
||||
href="/css/bootstrap5.0.2.min.css"
|
||||
|
@ -362,6 +362,16 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md
|
|||
<p><a href="https://www.paypal.com/donate/?business=E8JMYD2LQ8MMA&no_recurring=0&item_name=I+rely+on+donations+to+maintain+and+improve+the+Joplin+open+source+project.+Thank+you+for+your+help+-+it+makes+a+difference%21&currency_code=EUR"><img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/badges/Donate-PayPal-green.svg" alt="Donate using PayPal"></a> <a href="https://github.com/sponsors/laurent22/"><img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/badges/GitHub-Badge.svg" alt="Sponsor on GitHub"></a> <a href="https://www.patreon.com/joplin"><img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/badges/Patreon-Badge.svg" alt="Become a patron"></a> <a href="https://joplinapp.org/donate/#donations"><img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/badges/Donate-IBAN.svg" alt="Donate using IBAN"></a></p>
|
||||
</div>
|
||||
<h1>Joplin terminal app changelog<a name="joplin-terminal-app-changelog" href="#joplin-terminal-app-changelog" class="heading-anchor">🔗</a></h1>
|
||||
<h2><a href="https://github.com/laurent22/joplin/releases/tag/cli-v2.11.1">cli-v2.11.1</a> - 2023-06-27T09:28:01Z<a name="cli-v2-11-1-https-github-com-laurent22-joplin-releases-tag-cli-v2-11-1-2023-06-27t09-28-01z" href="#cli-v2-11-1-https-github-com-laurent22-joplin-releases-tag-cli-v2-11-1-2023-06-27t09-28-01z" class="heading-anchor">🔗</a></h2>
|
||||
<ul>
|
||||
<li>Improved: Updated packages aws, buildTools, domutils (v3.1.0), fs-extra (v11.1.1), jsdom (v21.1.2), markdown-it-multimd-table (v4.2.2), nanoid (v3.3.6), node-persist (v3.1.3), open (v8.4.2), reselect (v4.1.8), sass (v1.62.1), sharp (v0.32.1), sqlite3 (v5.1.6), tar (v6.1.15), turndown (v7.1.2), yargs (v17.7.2)</li>
|
||||
<li>Improved: Upgrade E2EE encryption method to AES-256 (#7686)</li>
|
||||
<li>Improved: When resetting the master password, also create a new master key with that password (e647775)</li>
|
||||
<li>Fixed: Allow certain HTML anchor tags (#8286)</li>
|
||||
<li>Fixed: Encode the non-ASCII characters in OneDrive URI (#7868) (#7851 by Self Not Found)</li>
|
||||
<li>Fixed: Fix OneDrive sync attempting to call method on <code>null</code> variable (#7987) (#7986 by Henry Heino)</li>
|
||||
<li>Fixed: Improve selection of active E2EE key (#8254)</li>
|
||||
</ul>
|
||||
<h2><a href="https://github.com/laurent22/joplin/releases/tag/cli-v2.10.3">cli-v2.10.3</a> - 2023-02-26T13:03:59Z<a name="cli-v2-10-3-https-github-com-laurent22-joplin-releases-tag-cli-v2-10-3-2023-02-26t13-03-59z" href="#cli-v2-10-3-https-github-com-laurent22-joplin-releases-tag-cli-v2-10-3-2023-02-26t13-03-59z" class="heading-anchor">🔗</a></h2>
|
||||
<ul>
|
||||
<li>Fixed: Fixed "sync" command when calling it in non-interactive mode (d157b9c)</li>
|
||||
|
|
Loading…
Reference in New Issue