2021-12-17 13:35:57 +01:00
<!DOCTYPE html>
< html lang = "en" >
<!--
!!! WARNING !!!
This file was auto-generated from readme/changelog_cli.md and any manual change
made to it will be overwritten. To make a change to this file please modify
the source Markdown file:
https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md
-->
< head >
<!-- Donate button A/B testing -->
<!--
< script async src = "https://www.googleoptimize.com/optimize.js?id=OPT-PW3ZPK3" > < / script >
--> < meta
charset="utf-8"
http-equiv="X-UA-Compatible"
content="IE=edge,chrome=1"
/>
< 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 = "Joplin, the open source note-taking application" / >
< link
rel="stylesheet"
href="/ css/bootstrap5.0.2.min.css"
as="style"
/>
< link rel = "stylesheet" href = "/css/fontawesome-all.min.css?h=ecd507b3125edc4d2a03aa6ae5d07da9" >
< link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700& display=swap"
rel="stylesheet"
as="style"
media="all"
onload="this.media='all'; this.onload = null"
/>
2021-12-17 18:59:44 +01:00
< link rel = "stylesheet" href = "/css/site.css?h=679184ffd12e4ab841f24c0858c6ed45" as = "style" / >
2021-12-17 13:35:57 +01:00
< title > Joplin terminal app changelog | Joplin< / title >
< script
src="/ js/jquery-3.6.0.min.js"
rel="preload"
as="script"
>< / script >
< / head >
< body class = "website-env-prod" >
< div class = "container-fluid generic-template -page" id = "main-container" >
< div class = " navbar-main white-bg" id = "nav-section" >
< div class = "container" >
< div class = "row" >
< div class = "col-3" >
< a href = "/" >
< img
src="/ images/logo-text-blue.svg"
alt=""
id="top-logo"
width="180"
/>
< / a >
< / div >
< div class = "col-9 text-right d-none d-md-block" >
2021-12-17 18:39:16 +01:00
< a href = "/news/" class = "fw500" > What's New< / a >
2021-12-17 13:35:57 +01:00
< a href = "/help/" class = "fw500" > Help< / a >
< a href = "https://discourse.joplinapp.org/" class = "fw500" > Forum< / a >
< a href = "/plans/" class = "button-link btn-trans plans-button" > Joplin Cloud< / a > < a class = "button-link btn-blue sponsor-button" href = "/donate" >
< i class = "fas fa-heart heart-full" > < / i > < i class = "far fa-heart heart-line" > < / i > Support us
< / a > < / div >
< div class = "col-9 text-right d-block d-md-none navbar-mobile-content" >
< a class = "button-link btn-blue sponsor-button" href = "/donate" >
< i class = "fas fa-heart heart-full" > < / i > < i class = "far fa-heart heart-line" > < / i > Support us
< / a >
< span class = "pointer"
>< img
src="/ images/mobile-menu-black-open-icon.png"
id="open-menu-mobile"
alt=""
/>< / span >
< div id = "menu-mobile" >
< div >
< div class = "text-right" >
< img
src="/ images/close-icon.png"
alt=""
class="pointer"
id="close-menu-mobile"
/>
< / div >
< div class = "text-center menu-mobile-top" >
2021-12-17 18:39:16 +01:00
< a href = "/news/" class = "fw500 mobile-menu-link" > What's New< / a >
2021-12-17 13:35:57 +01:00
< a href = "/help/" class = "fw500 mobile-menu-link" > Help< / a >
2021-12-17 18:39:16 +01:00
< a href = "https://discourse.joplinapp.org/" class = "fw500 mobile-menu-link" > Forum< / a >
2021-12-17 13:35:57 +01:00
< / div >
< div class = "menu-mobile-buttons" >
< a href = "/plans/" class = "button-link btn-trans plans-button" > Joplin Cloud< / a > < a class = "button-link btn-blue sponsor-button" href = "/donate" >
< i class = "fas fa-heart heart-full" > < / i > < i class = "far fa-heart heart-line" > < / i > Support us
< / a > < / div >
< / div >
< div id = "toc-mobile" > < div > < ul >
< li >
< p > Applications< / p >
< ul >
< li > < a href = "/desktop/" > Desktop application< / a > < / li >
< li > < a href = "/mobile/" > Mobile applications< / a > < / li >
< li > < a href = "/terminal/" > Terminal application< / a > < / li >
< li > < a href = "/clipper/" > Web Clipper< / a > < / li >
< / ul >
< / li >
< li >
< p > Support< / p >
< ul >
< li > < a href = "https://discourse.joplinapp.org" > Joplin Forum< / a > < / li >
< li > < a href = "/markdown/" > Markdown Guide< / a > < / li >
< li > < a href = "/e2ee/" > How to enable end-to-end encryption< / a > < / li >
< li > < a href = "/conflict/" > What is a conflict?< / a > < / li >
< li > < a href = "/debugging/" > How to enable debug mode< / a > < / li >
< li > < a href = "/rich_text_editor/" > About the Rich Text editor limitations< / a > < / li >
< li > < a href = "/external_links/" > External links< / a > < / li >
< li > < a href = "/faq/" > FAQ< / a > < / li >
< / ul >
< / li >
< li >
< p > Joplin Cloud< / p >
< ul >
< li > < a href = "/share_notebook/" > Sharing a notebook< / a > < / li >
< li > < a href = "/publish_note/" > Publishing a note< / a > < / li >
< / ul >
< / li >
< li >
< p > Joplin API - Get Started< / p >
< ul >
< li > < a href = "/api/overview/" > Joplin API Overview< / a > < / li >
< li > < a href = "/api/get_started/plugins/" > Plugin development< / a > < / li >
< li > < a href = "/api/tutorials/toc_plugin/" > Plugin tutorial< / a > < / li >
< / ul >
< / li >
< li >
< p > Joplin API - References< / p >
< ul >
< li > < a href = "https://joplinapp.org/api/references/plugin_api/classes/joplin.html" > Plugin API< / a > < / li >
< li > < a href = "/api/references/rest_api/" > Data API< / a > < / li >
< li > < a href = "/api/references/plugin_manifest/" > Plugin manifest< / a > < / li >
< li > < a href = "/api/references/plugin_loading_rules/" > Plugin loading rules< / a > < / li >
< li > < a href = "/api/references/plugin_theming/" > Plugin theming< / a > < / li >
< / ul >
< / li >
< li >
< p > Development< / p >
< ul >
< li > < a href = "https://github.com/laurent22/joplin/blob/dev/BUILD.md" > How to build the apps< / a > < / li >
< li > < a href = "/spec/e2ee/" > End-to-end encryption spec< / a > < / li >
< li > < a href = "/spec/history/" > Note History spec< / a > < / li >
< li > < a href = "/spec/sync_lock/" > Sync Lock spec< / a > < / li >
< li > < a href = "/spec/plugins/" > Plugin Architecture spec< / a > < / li >
< li > < a href = "/spec/search_sorting/" > Search Sorting spec< / a > < / li >
< li > < a href = "/spec/server_file_url_format/" > Server: File URL Format< / a > < / li >
< li > < a href = "/spec/server_delta_sync/" > Server: Delta Sync< / a > < / li >
< li > < a href = "/spec/server_sharing/" > Server: Sharing< / a > < / li >
< / ul >
< / li >
< li >
< p > Google Summer of Code 2021< / p >
< ul >
< li > < a href = "/gsoc2021/index/" > Google Summer of Code 2021< / a > < / li >
< li > < a href = "/gsoc2021/pull_request_guidelines/" > How to submit a GSoC pull request< / a > < / li >
< li > < a href = "/gsoc2021/ideas/" > Project Ideas< / a > < / li >
< / ul >
< / li >
< li >
< p > About< / p >
< ul >
< li > < a href = "/changelog/" > Changelog (Desktop App)< / a > < / li >
< li > < a href = "/changelog_cli/" > Changelog (CLI App)< / a > < / li >
< li > < a href = "/changelog_server/" > Changelog (Server)< / a > < / li >
< li > < a href = "/stats/" > Stats< / a > < / li >
< li > < a href = "/donate/" > Donate< / a > < / li >
< / ul >
< / li >
< / ul >
< / div > < / div >
< div >
< p class = "light-blue mobile-menu-link-bottom text-center" >
Copyright © 2016-2021 Laurent Cozic
< br / >
< a href = "/privacy/" class = "fw500" > Privacy Policy< / a >
< / p >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "help-page-container page-changelog_cli" >
< div class = "container" >
< div class = "row content-wrapper" >
< div id = "toc" > < div > < ul >
< li >
< p > Applications< / p >
< ul >
< li > < a href = "/desktop/" > Desktop application< / a > < / li >
< li > < a href = "/mobile/" > Mobile applications< / a > < / li >
< li > < a href = "/terminal/" > Terminal application< / a > < / li >
< li > < a href = "/clipper/" > Web Clipper< / a > < / li >
< / ul >
< / li >
< li >
< p > Support< / p >
< ul >
< li > < a href = "https://discourse.joplinapp.org" > Joplin Forum< / a > < / li >
< li > < a href = "/markdown/" > Markdown Guide< / a > < / li >
< li > < a href = "/e2ee/" > How to enable end-to-end encryption< / a > < / li >
< li > < a href = "/conflict/" > What is a conflict?< / a > < / li >
< li > < a href = "/debugging/" > How to enable debug mode< / a > < / li >
< li > < a href = "/rich_text_editor/" > About the Rich Text editor limitations< / a > < / li >
< li > < a href = "/external_links/" > External links< / a > < / li >
< li > < a href = "/faq/" > FAQ< / a > < / li >
< / ul >
< / li >
< li >
< p > Joplin Cloud< / p >
< ul >
< li > < a href = "/share_notebook/" > Sharing a notebook< / a > < / li >
< li > < a href = "/publish_note/" > Publishing a note< / a > < / li >
< / ul >
< / li >
< li >
< p > Joplin API - Get Started< / p >
< ul >
< li > < a href = "/api/overview/" > Joplin API Overview< / a > < / li >
< li > < a href = "/api/get_started/plugins/" > Plugin development< / a > < / li >
< li > < a href = "/api/tutorials/toc_plugin/" > Plugin tutorial< / a > < / li >
< / ul >
< / li >
< li >
< p > Joplin API - References< / p >
< ul >
< li > < a href = "https://joplinapp.org/api/references/plugin_api/classes/joplin.html" > Plugin API< / a > < / li >
< li > < a href = "/api/references/rest_api/" > Data API< / a > < / li >
< li > < a href = "/api/references/plugin_manifest/" > Plugin manifest< / a > < / li >
< li > < a href = "/api/references/plugin_loading_rules/" > Plugin loading rules< / a > < / li >
< li > < a href = "/api/references/plugin_theming/" > Plugin theming< / a > < / li >
< / ul >
< / li >
< li >
< p > Development< / p >
< ul >
< li > < a href = "https://github.com/laurent22/joplin/blob/dev/BUILD.md" > How to build the apps< / a > < / li >
< li > < a href = "/spec/e2ee/" > End-to-end encryption spec< / a > < / li >
< li > < a href = "/spec/history/" > Note History spec< / a > < / li >
< li > < a href = "/spec/sync_lock/" > Sync Lock spec< / a > < / li >
< li > < a href = "/spec/plugins/" > Plugin Architecture spec< / a > < / li >
< li > < a href = "/spec/search_sorting/" > Search Sorting spec< / a > < / li >
< li > < a href = "/spec/server_file_url_format/" > Server: File URL Format< / a > < / li >
< li > < a href = "/spec/server_delta_sync/" > Server: Delta Sync< / a > < / li >
< li > < a href = "/spec/server_sharing/" > Server: Sharing< / a > < / li >
< / ul >
< / li >
< li >
< p > Google Summer of Code 2021< / p >
< ul >
< li > < a href = "/gsoc2021/index/" > Google Summer of Code 2021< / a > < / li >
< li > < a href = "/gsoc2021/pull_request_guidelines/" > How to submit a GSoC pull request< / a > < / li >
< li > < a href = "/gsoc2021/ideas/" > Project Ideas< / a > < / li >
< / ul >
< / li >
< li >
< p > About< / p >
< ul >
< li > < a href = "/changelog/" > Changelog (Desktop App)< / a > < / li >
< li > < a href = "/changelog_cli/" > Changelog (CLI App)< / a > < / li >
< li > < a href = "/changelog_server/" > Changelog (Server)< / a > < / li >
< li > < a href = "/stats/" > Stats< / a > < / li >
< li > < a href = "/donate/" > Donate< / a > < / li >
< / ul >
< / li >
< / ul >
< / div > < / div >
< div class = "main-content" >
< div class = "alert alert-danger alert-env-dev" role = "alert" >
Running in prod mode!
< / div >
< div class = "donate-links" >
< p > < a href = "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=E8JMYD2LQ8MMA&lc=GB&item_name=Joplin+Development&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted" > < 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.6.2" > cli-v2.6.2< / a > - 2021-12-17T11:19:45Z< a name = "cli-v2-6-2-https-github-com-laurent22-joplin-releases-tag-cli-v2-6-2-2021-12-17t11-19-45z" href = "#cli-v2-6-2-https-github-com-laurent22-joplin-releases-tag-cli-v2-6-2-2021-12-17t11-19-45z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add date format YYYY/MM/DD (#5759 by Helmut K. C. Tessarek)< / li >
< li > New: Add support for faster built-in sync locks (#5662)< / li >
< li > New: Add support for more style of highlighted texts when importing ENEX files (89179c2)< / li >
< li > New: Add support for sharing notes when E2EE is enabled (#5529)< / li >
< li > Improved: Also duplicate resources when duplicating a note (c0a8c33)< / li >
< li > Improved: Ask for master password when encryption or decryption fails (c19e59f)< / li >
< li > Improved: Improved S3 sync error handling and reliability, and upgraded S3 SDK (#5312 by Lee Matos)< / li >
< li > Improved: Improved error message when synchronising with Joplin Server (#5754)< / li >
< li > Improved: Update Mermaid: 8.12.1 -> 8.13.5 (#5831 by Helmut K. C. Tessarek)< / li >
< li > Improved: When exporting as HTML, pack all images, styles and scripts inside the HTML file (98ed2be)< / li >
< li > Fixed: Fixed " Invalid lock client type" error when migrating sync target (e0e93c4)< / li >
< li > Fixed: Fixed issue that could cause application to needlessly lock the sync target (0de6e9e)< / li >
< li > Fixed: Handle duplicate attachments when the parent notebook is shared (#5796)< / li >
< li > Fixed: Links in flowchart Mermaid diagrams (#5830) (#5801 by Helmut K. C. Tessarek)< / li >
< li > Fixed: Long resource filenames were being incorrectly cut (#5653)< / li >
< li > Fixed: Sharing multiple notebooks via Joplin Server with the same user results in an error (#5721)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v2.6.1" > cli-v2.6.1< / a > - 2021-11-03T11:33:18Z< a name = "cli-v2-6-1-https-github-com-laurent22-joplin-releases-tag-cli-v2-6-1-2021-11-03t11-33-18z" href = "#cli-v2-6-1-https-github-com-laurent22-joplin-releases-tag-cli-v2-6-1-2021-11-03t11-33-18z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add support for public-private key pairs and improved master password support (#5438)< / li >
< li > New: Added mechanism to migrate default settings to new values (72db8e4)< / li >
< li > Improved: Add Markdown + Front Matter exporter/importer (#5465) (#5224 by < a href = "https://github.com/CalebJohn" > @CalebJohn< / a > )< / li >
< li > Improved: Ensure that shared notebook children are not deleted when shared, unshared and shared again, and a conflict happens (ccf9882)< / li >
< li > Improved: Improved Joplin Server configuration check to better handle disabled accounts (72c1235)< / li >
< li > Improved: Improved handling of expired sessions when using Joplin Server (33249ca) (ace1118)< / li >
< li > Fixed: Certain attachments were not being automatically deleted (#932)< / li >
< li > Fixed: Fix default sync target (4b39d30)< / li >
< li > Fixed: Fixed potential infinite loop when Joplin Server session is invalid (c5569ef)< / li >
< li > Fixed: Fixed running out of memory when importing large ENEX files (#5543)< / li >
< li > Fixed: Ignore newline between quotes while spliting batch (#5540) (#5341 by Kingsley Yung)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v2.4.1" > cli-v2.4.1< / a > - 2021-09-29T15:28:01Z< a name = "cli-v2-4-1-https-github-com-laurent22-joplin-releases-tag-cli-v2-4-1-2021-09-29t15-28-01z" href = "#cli-v2-4-1-https-github-com-laurent22-joplin-releases-tag-cli-v2-4-1-2021-09-29t15-28-01z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add a way to disable a master key (7faa58e)< / li >
< li > New: Add support for single master password, to simplify handling of multiple encryption keys (ce89ee5)< / li >
< li > New: Added " None" sync target to allow disabling synchronisation (f5f05e6)< / li >
< li > Improved: Allow importing certain corrupted ENEX files (f144dae)< / li >
< li > Improved: Improved sync locks so that they do not prevent upgrading a sync target (06ed58b)< / li >
< li > Fixed: Fixed file paths when exporting as HTML (#5325)< / li >
< li > Fixed: Misinterpreted search term after filter in quotation marks (#5445) (#5444 by < a href = "https://github.com/JackGruber" > @JackGruber< / a > )< / li >
< li > Fixed: Setting note contents using " set" command does not update note timestamp (#5435)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v2.3.2" > cli-v2.3.2< / a > - 2021-08-16T09:38:40Z< a name = "cli-v2-3-2-https-github-com-laurent22-joplin-releases-tag-cli-v2-3-2-2021-08-16t09-38-40z" href = "#cli-v2-3-2-https-github-com-laurent22-joplin-releases-tag-cli-v2-3-2-2021-08-16t09-38-40z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Improved E2EE usability by making its state a property of the sync target (#5276)< / li >
< li > Fixed: Bump hightlight.js to v11.2 (#5278) (#5245 by Roman Musin)< / li >
< li > Fixed: Fixed version command so that it does not require the keychain (ca6d8ec)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v2.2.2" > cli-v2.2.2< / a > - 2021-08-11T15:34:56Z< a name = "cli-v2-2-2-https-github-com-laurent22-joplin-releases-tag-cli-v2-2-2-2021-08-11t15-34-56z" href = "#cli-v2-2-2-https-github-com-laurent22-joplin-releases-tag-cli-v2-2-2-2021-08-11t15-34-56z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Fixed: Fixed version command so that it does not require the keychain (15766d1)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v2.2.1" > cli-v2.2.1< / a > - 2021-08-10T10:21:09Z< a name = "cli-v2-2-1-https-github-com-laurent22-joplin-releases-tag-cli-v2-2-1-2021-08-10t10-21-09z" href = "#cli-v2-2-1-https-github-com-laurent22-joplin-releases-tag-cli-v2-2-1-2021-08-10t10-21-09z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Ensure that timestamps are not changed when sharing or unsharing a note (cafaa9c)< / li >
< li > Improved: Fix AWS S3 sync error and upgrade framework to v3 (#5212) (#4810 by Lee Matos)< / li >
< li > Improved: Handles OneDrive throttling responses and sets User-Agent based on Microsoft best practices (#5246) (#5244 by < a href = "https://github.com/alec" > @alec< / a > )< / li >
< li > Improved: Interpret only valid search filters (#5103) (#3871 by < a href = "https://github.com/JackGruber" > @JackGruber< / a > )< / li >
< li > Fixed: Do not export share properties (#5232)< / li >
< li > Fixed: Fixed issue with orphaned resource being created in case of a resource conflict (#5223)< / li >
< li > Fixed: Import highlighted text from ENEX files (#5213)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v2.1.2" > cli-v2.1.2< / a > - 2021-06-27T15:51:36Z< a name = "cli-v2-1-2-https-github-com-laurent22-joplin-releases-tag-cli-v2-1-2-2021-06-27t15-51-36z" href = "#cli-v2-1-2-https-github-com-laurent22-joplin-releases-tag-cli-v2-1-2-2021-06-27t15-51-36z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add support for X-API-MIN-VERSION header (51f3c00)< / li >
< li > New: Added flag to disable local lock when synchronising (7aff6d2)< / li >
< li > Improved: Allow uploading items in batch when synchronising with Joplin Server (0222c0f)< / li >
< li > Improved: Also allow disabling TLS errors for Joplin Cloud to go around error UNABLE_TO_GET_ISSUER_CERT_LOCALLY (118a2f9)< / li >
< li > Improved: Improved first sync speed when synchronising with Joplin Server (4dc1210)< / li >
< li > Improved: Mask auth token and password in log (0d33955)< / li >
< li > Improved: Optimise first synchronisation, when items have never been synced before (15ce5cd)< / li >
< li > Improved: Update Mermaid: 8.8.4 -> 8.10.2 (#5092 by Helmut K. C. Tessarek)< / li >
< li > Fixed: Fixed error that could prevent a revision from being created, and that would prevent the revision service from processing the rest of the notes (#5051)< / li >
< li > Fixed: Fixed issue when trying to sync an item associated with a share that no longer exists (5bb68ba)< / li >
< li > Fixed: Fixed search when the index contains non-existing notes (5ecac21)< / li >
< li > Fixed: Handle special type of code block when importing ENEX files (#4965)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v2.0.1" > cli-v2.0.1< / a > - 2021-06-16T19:06:28Z< a name = "cli-v2-0-1-https-github-com-laurent22-joplin-releases-tag-cli-v2-0-1-2021-06-16t19-06-28z" href = "#cli-v2-0-1-https-github-com-laurent22-joplin-releases-tag-cli-v2-0-1-2021-06-16t19-06-28z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add new date format YYMMDD (#4954 by Helmut K. C. Tessarek)< / li >
< li > New: Add support for sharing notebooks with Joplin Server (#4772)< / li >
< li > Improved: Allow setting up E2EE without having to confirm the password (c5b0529)< / li >
< li > Improved: Conflict notes will now populate a new field with the ID of the conflict note. (#5049 by < a href = "https://github.com/Ahmad45123" > @Ahmad45123< / a > )< / li >
< li > Improved: Import SVG as images when importing ENEX files (#4968)< / li >
< li > Improved: Improve search with Asian scripts (#5018) (#4613 by < a href = "https://github.com/mablin7" > @mablin7< / a > )< / li >
< li > Improved: Prevent sync process from being stuck when the download state of a resource is invalid (5c6fd93)< / li >
< li > Fixed: Fixed possible crash when trying to delete corrupted revision in revision service (#4845)< / li >
< li > Fixed: Fixed user content URLs when sharing note via Joplin Server (2cf7067)< / li >
< li > Fixed: Improved importing Evernote notes that contain codeblocks (#4965)< / li >
< li > Fixed: Items are filtered in the API search (#5017) (#5007 by < a href = "https://github.com/JackGruber" > @JackGruber< / a > )< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.8.1" > cli-v1.8.1< / a > - 2021-05-10T09:38:05Z< a name = "cli-v1-8-1-https-github-com-laurent22-joplin-releases-tag-cli-v1-8-1-2021-05-10t09-38-05z" href = "#cli-v1-8-1-https-github-com-laurent22-joplin-releases-tag-cli-v1-8-1-2021-05-10t09-38-05z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add " id" and " due" search filters (#4898 by < a href = "https://github.com/JackGruber" > @JackGruber< / a > )< / li >
< li > New: Add support for " batch" command (eef86d6)< / li >
< li > Improved: Also duplicate the tags when the note is duplicated (#4876) (#3157 by < a href = "https://github.com/JackGruber" > @JackGruber< / a > )< / li >
< li > Improved: Bump KaTeX to 0.13.3 (#4902 by Roman Musin)< / li >
< li > Improved: Filter " notebook" can now be negated (#4651 by Naveen M V)< / li >
< li > Improved: Improved error handling when importing ENEX (257cde4)< / li >
< li > Improved: Save user settings to JSON file (71f976f)< / li >
< li > Improved: Some imported ENEX files incorrectly had invisible sections (f7a457f)< / li >
< li > Fixed: Disable WebDAV response caching (#4887) (#4706 by Roman Musin)< / li >
< li > Fixed: Fixed issue when getting version info (54884d6)< / li >
< li > Fixed: Fixed rendering of note and resource links (61399ce)< / li >
< li > Fixed: Regression: Fixed network request repeat mechanism (ede6004)< / li >
< li > Security: Apply npm audit security fixes (0b67446)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.6.4" > cli-v1.6.4< / a > - 2021-01-21T10:01:15Z< a name = "cli-v1-6-4-https-github-com-laurent22-joplin-releases-tag-cli-v1-6-4-2021-01-21t10-01-15z" href = "#cli-v1-6-4-https-github-com-laurent22-joplin-releases-tag-cli-v1-6-4-2021-01-21t10-01-15z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Fixed: Fixed infinite sync issue with OneDrive (#4305)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.6.3" > cli-v1.6.3< / a > - 2021-01-11T11:52:11Z< a name = "cli-v1-6-3-https-github-com-laurent22-joplin-releases-tag-cli-v1-6-3-2021-01-11t11-52-11z" href = "#cli-v1-6-3-https-github-com-laurent22-joplin-releases-tag-cli-v1-6-3-2021-01-11t11-52-11z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add more log info when a revision cannot be deleted due to still-encrypted itel< / li >
< li > Improved: Do not display error message when fixing ENEX resource mime type (#4310)< / li >
< li > Improved: Improve support for SVG images when importing ENEX files< / li >
< li > Improved: Improved support for bold and italic format when importing ENEX file (#4316)< / li >
< li > Improved: Support natural sorting by title (#4272 by < a href = "https://github.com/volatilevar" > @volatilevar< / a > )< / li >
< li > Improved: Upload Big Notes to Onedrive (#4120) (#3528 by Jonathan Heard)< / li >
< li > Fixed: Fixed OneDrive issue that would require a full resync every time (#4324) (#4313 by Jonathan Heard)< / li >
< li > Fixed: Fixed importing ENEX files that contain hidden sections< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.6.2" > cli-v1.6.2< / a > - 2021-01-11T11:41:56Z< a name = "cli-v1-6-2-https-github-com-laurent22-joplin-releases-tag-cli-v1-6-2-2021-01-11t11-41-56z" href = "#cli-v1-6-2-https-github-com-laurent22-joplin-releases-tag-cli-v1-6-2-2021-01-11t11-41-56z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add more log info when a revision cannot be deleted due to still-encrypted item< / li >
< li > Improved: Do not display error message when fixing ENEX resource mime type (#4310)< / li >
< li > Improved: Improve support for SVG images when importing ENEX files< / li >
< li > Improved: Improved support for bold and italic format when importing ENEX file (#4316)< / li >
< li > Improved: Support natural sorting by title (#4272 by < a href = "https://github.com/volatilevar" > @volatilevar< / a > )< / li >
< li > Improved: Upload Big Notes to Onedrive (#4120) (#3528 by Jonathan Heard)< / li >
< li > Fixed: Fixed OneDrive issue that would require a full resync every time (#4324) (#4313 by Jonathan Heard)< / li >
< li > Fixed: Fixed importing ENEX files that contain hidden sections< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.5.1" > cli-v1.5.1< / a > - 2020-12-26T00:46:31Z< a name = "cli-v1-5-1-https-github-com-laurent22-joplin-releases-tag-cli-v1-5-1-2020-12-26t00-46-31z" href = "#cli-v1-5-1-https-github-com-laurent22-joplin-releases-tag-cli-v1-5-1-2020-12-26t00-46-31z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add table captions when importing ENEX files< / li >
< li > Improved: Allow exporting conflict notes (#4095)< / li >
< li > Improved: Allow lowercase filters when doing search< / li >
< li > Improved: Improved error handling when importing ENEX files< / li >
< li > Improved: Partially reverts #3975 (link rendering)< / li >
< li > Fixed: Fix sorting by title in a case insensitive way< / li >
< li > Fixed: Fixed basic search when executing a query in Chinese (#4034 by Naveen M V)< / li >
< li > Fixed: Fixed importing ENEX files that contain empty resources< / li >
< li > Fixed: Fixed importing ENEX files that contain resources with invalid mime type< / li >
< li > Fixed: Fixed importing certain ENEX files that contain invalid dates< / li >
< li > Fixed: Fixed importing certain code blocks from ENEX< / li >
< li > Fixed: Fixed issue when searching for text that contains diacritic (#4152) (#4025 by Roman Musin)< / li >
< li > Fixed: Fixed issues when importing hidden tables within hidden sections in Enex files< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.4.9" > cli-v1.4.9< / a > - 2020-11-26T15:00:37Z< a name = "cli-v1-4-9-https-github-com-laurent22-joplin-releases-tag-cli-v1-4-9-2020-11-26t15-00-37z" href = "#cli-v1-4-9-https-github-com-laurent22-joplin-releases-tag-cli-v1-4-9-2020-11-26t15-00-37z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Allow exporting conflict notes (#4095)< / li >
< li > Improved: Allow lowercase filters when doing search< / li >
< li > Improved: Refresh sidebar and notes when moving note outside of conflict folder< / li >
< li > Fixed: Fix handling of new line escaping when using external edit< / li >
< li > Fixed: Fixed importing certain ENEX files that contain invalid dates< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.4.3" > cli-v1.4.3< / a > - 2020-11-06T21:19:29Z< a name = "cli-v1-4-3-https-github-com-laurent22-joplin-releases-tag-cli-v1-4-3-2020-11-06t21-19-29z" href = "#cli-v1-4-3-https-github-com-laurent22-joplin-releases-tag-cli-v1-4-3-2020-11-06t21-19-29z" class = "heading-anchor" > 🔗< / a > < / h2 >
< p > IMPORTANT: If you use the web API, please note that there are a few breaking changes in this release. See here for more information: < a href = "https://github.com/laurent22/joplin/pull/3983#issue-509624899" > https://github.com/laurent22/joplin/pull/3983#issue-509624899< / a > < / p >
< ul >
< li > New: API: Adds ability to paginate data (#3983)< / li >
< li > Fixed: Display proper error message when decryption worker cannot be started (#4000)< / li >
< li > Fixed: Fixed OneDrive authentication< / li >
< li > Fixed: Fixed sync issue when importing ENEX files that contain new line characters in the source URL attribute (#3955)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.3.3" > cli-v1.3.3< / a > - 2020-10-23T16:00:38Z< a name = "cli-v1-3-3-https-github-com-laurent22-joplin-releases-tag-cli-v1-3-3-2020-10-23t16-00-38z" href = "#cli-v1-3-3-https-github-com-laurent22-joplin-releases-tag-cli-v1-3-3-2020-10-23t16-00-38z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Added support for a custom S3 URL (#3921) (#3691 by < a href = "https://github.com/aaron" > @aaron< / a > )< / li >
< li > Improved: Allow setting note geolocation attributes via API (#3884)< / li >
< li > Improved: Import < strike> ,< s> tags (strikethrough) from Evernote (#3936 by Ian Slinger)< / li >
< li > Improved: Removed OneDrive Dev sync target which was not really useful< / li >
< li > Improved: Sort search results by average of multiple criteria, including 'Sort notes by' field setting (#3777 by < a href = "https://github.com/shawnaxsom" > @shawnaxsom< / a > )< / li >
< li > Improved: Sort tags in a case-insensitive way< / li >
< li > Improved: Updated installation script with BSD support (#3930 by Andros Fenollosa)< / li >
< li > Fixed: Crash when trying to change app locale (#3847)< / li >
< li > Fixed: Fix search filters when language is in Korean or with accents (#3947 by Naveen M V)< / li >
< li > Fixed: Fixed freeze when importing ENEX as HTML, and fixed potential error when importing resources (#3958)< / li >
< li > Fixed: Fixed setting issue that would cause a password to be saved in plain text in the database, even when the keychain is working< / li >
< li > Fixed: Importing ENEX as HTML was importing as Markdown (#3923)< / li >
< li > Fixed: Regression: Fix export of pluginAssets when exporting to html/pdf (#3927 by Caleb John)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.2.3" > cli-v1.2.3< / a > - 2020-10-09T11:17:18Z< a name = "cli-v1-2-3-https-github-com-laurent22-joplin-releases-tag-cli-v1-2-3-2020-10-09t11-17-18z" href = "#cli-v1-2-3-https-github-com-laurent22-joplin-releases-tag-cli-v1-2-3-2020-10-09t11-17-18z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Improved handling of database migration failures< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.2.2" > cli-v1.2.2< / a > - 2020-09-29T11:33:53Z< a name = "cli-v1-2-2-https-github-com-laurent22-joplin-releases-tag-cli-v1-2-2-2020-09-29t11-33-53z" href = "#cli-v1-2-2-https-github-com-laurent22-joplin-releases-tag-cli-v1-2-2-2020-09-29t11-33-53z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Fixed: Fixed crash due to missing spellfix extension< / li >
< li > Fixed: Fixed link generation when exporting to PDF or HTML (#3780)< / li >
< li > Fixed: Improved handling of special characters when exporting to Markdown (#3760)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.2.1" > cli-v1.2.1< / a > - 2020-09-23T11:15:12Z< a name = "cli-v1-2-1-https-github-com-laurent22-joplin-releases-tag-cli-v1-2-1-2020-09-23t11-15-12z" href = "#cli-v1-2-1-https-github-com-laurent22-joplin-releases-tag-cli-v1-2-1-2020-09-23t11-15-12z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Fixed: Fixed crash due to missing spellfix extension< / li >
< li > Fixed: Fixed link generation when exporting to PDF or HTML (#3780)< / li >
< li > Fixed: Improved handling of special characters when exporting to Markdown (#3760)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.1.8" > cli-v1.1.8< / a > - 2020-09-21T12:02:29Z< a name = "cli-v1-1-8-https-github-com-laurent22-joplin-releases-tag-cli-v1-1-8-2020-09-21t12-02-29z" href = "#cli-v1-1-8-https-github-com-laurent22-joplin-releases-tag-cli-v1-1-8-2020-09-21t12-02-29z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Do not prevent export when one item is still encrypted< / li >
< li > Improved: Fix keytar library being loaded up in FreeBSD. (#3712) (#3711 by Jose Esteve)< / li >
< li > Fixed: Fixed note export when there are folders with non-existing parents. Also fixed long path issue on Windows. (#3689)< / li >
< li > Fixed: Increased file extension limit to 20 to prevent issue when using external editors (#3696)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.168" > cli-v1.0.168< / a > - 2020-09-14T08:47:08Z< a name = "cli-v1-0-168-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-168-2020-09-14t08-47-08z" href = "#cli-v1-0-168-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-168-2020-09-14t08-47-08z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Implemented reliable way to sync device and server clocks< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.167" > cli-v1.0.167< / a > - 2020-09-04T17:15:49Z< a name = "cli-v1-0-167-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-167-2020-09-04t17-15-49z" href = "#cli-v1-0-167-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-167-2020-09-04t17-15-49z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add mechanism to lock and upgrade sync targets (#3524)< / li >
< li > Improved: Add search filters (#3213) (#1877 by Naveen M V)< / li >
< li > Improved: Add support for OneDrive for Business (#3433) (#1266 by < a href = "https://github.com/jonath92" > @jonath92< / a > )< / li >
< li > Improved: Added link navigation shortcuts (#3275) (#3217 by j-krl)< / li >
< li > Improved: When searching, weight notes using Okapi BM25 score (#3454 by Naveen M V)< / li >
< li > Fixed: Fixed sync fetching issue (#3599) (#3591 by < a href = "https://github.com/alexchee" > @alexchee< / a > )< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.166" > cli-v1.0.166< / a > - 2020-08-02T14:03:26Z< a name = "cli-v1-0-166-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-166-2020-08-02t14-03-26z" href = "#cli-v1-0-166-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-166-2020-08-02t14-03-26z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add support for AWS S3 synchronisation (Beta) (#2815 by < a href = "https://github.com/alexchee" > @alexchee< / a > )< / li >
< li > Fixed: Desktop-only scripts were incorrectly being loaded in CLI server tool (#3548)< / li >
< li > Fixed: Fix filename when exporting notebook as Markdown (#3473)< / li >
< li > Fixed: Fixed attachments being out of order when importing Enex file< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.165" > cli-v1.0.165< / a > - 2020-07-10T18:51:42Z< a name = "cli-v1-0-165-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-165-2020-07-10t18-51-42z" href = "#cli-v1-0-165-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-165-2020-07-10t18-51-42z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Translation: Add bahasa indonesia (id_ID.po) (#3246 by < a href = "https://github.com/ffadilaputra" > @ffadilaputra< / a > )< / li >
< li > Improved: Allow importing ENEX files as HTML< / li >
< li > Improved: Disable support for HTML export for now as it does not work< / li >
< li > Improved: Upload attachments > 4 MB when using OneDrive (#3195) (#173 by < a href = "https://github.com/TheOnlyTrueJonathanHeard" > @TheOnlyTrueJonathanHeard< / a > )< / li >
< li > Fixed: Fixed import of checkboxes in ENEX files (#3402)< / li >
< li > Fixed: Fixed various bugs related to the import of ENEX files as HTML< / li >
< li > Fixed: Only de-duplicate imported notebook titles when needed (#2331)< / li >
< li > Fixed: Prevent desktop.ini file from breaking sync lock (#3381)< / li >
< li > Fixed: Prevent notebook to be the parent of itself (#3334)< / li >
< li > Fixed: Sync would fail in some cases due to a database error (#3234)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.164" > cli-v1.0.164< / a > - 2020-05-13T15:30:22Z< a name = "cli-v1-0-164-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-164-2020-05-13t15-30-22z" href = "#cli-v1-0-164-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-164-2020-05-13t15-30-22z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Added support for basic search< / li >
< li > Improved: Improve automatic title generation (#2955) (#2915 by anirudh murali)< / li >
< li > Improved: Improve handling of encrypted items< / li >
< li > Improved: Made layout configurable (#3069 by < a href = "https://github.com/jyuvaraj03" > @jyuvaraj03< / a > )< / li >
< li > Improved: Start resource fetcher service when a note has been decrypted< / li >
< li > Fixed: Better handling of missing table field bug on Linux (#3088)< / li >
< li > Fixed: Fix format of geolocation data (#2673 by < a href = "https://github.com/mic704b" > @mic704b< / a > )< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.163" > cli-v1.0.163< / a > - 2020-04-10T18:31:50Z< a name = "cli-v1-0-163-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-163-2020-04-10t18-31-50z" href = "#cli-v1-0-163-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-163-2020-04-10t18-31-50z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Update ko.po (#2986 by < a href = "https://github.com/xmlangel" > @xmlangel< / a > )< / li >
< li > Improved: Update it_IT.po (#2978 by < a href = "https://github.com/abonte" > @abonte< / a > )< / li >
< li > Improved: Update nb_NO.po (#2973 by Mats Estensen)< / li >
< li > Improved: Update zh_CN.po (#2971 by < a href = "https://github.com/troilus" > @troilus< / a > )< / li >
< li > Fixed: Add support for retrying decryption after it has failed multiple times (#2981)< / li >
< li > Fixed: When modifying a conflicted note, it would disappear from the view (#2709)< / li >
< li > Fixed: Prevent decryption loop when a resource cannot be decrypted (#2257)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.162" > cli-v1.0.162< / a > - 2020-04-01T17:16:14Z< a name = "cli-v1-0-162-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-162-2020-04-01t17-16-14z" href = "#cli-v1-0-162-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-162-2020-04-01t17-16-14z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Compatibility with new master key and sync target encryption< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.161" > cli-v1.0.161< / a > - 2020-03-07T01:20:04Z< a name = "cli-v1-0-161-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-161-2020-03-07t01-20-04z" href = "#cli-v1-0-161-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-161-2020-03-07t01-20-04z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add more context to encryption errors< / li >
< li > Improved: Changed default encryption method to CCM< / li >
< li > Improved: Change geolocation service to freegeoip.app to improve privacy (#2503 by Helmut K. C. Tessarek)< / li >
< li > Fixed: Handle invalid UTF-8 data when encrypting (#2591)< / li >
< li > Fixed: Fixed issue when a notebook does not have a parent (#2536)< / li >
< li > Fixed: Better handling of rare error in WebDAV server (#2485)< / li >
< li > Fixed: Fix importing of very large attachments (150MB+) from Evernote ENEX files< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.154" > cli-v1.0.154< / a > - 2020-02-07T23:22:24Z< a name = "cli-v1-0-154-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-154-2020-02-07t23-22-24z" href = "#cli-v1-0-154-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-154-2020-02-07t23-22-24z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Added new date format YYYY.MM.DD (#2318 by XSAkos)< / li >
< li > Improved: Reset time fields when duplicating a note (#2428 by < a href = "https://github.com/tekdel" > @tekdel< / a > )< / li >
< li > Improved: More info for " unknown profile version" error message (#2361 by < a href = "https://github.com/mic704b" > @mic704b< / a > )< / li >
< li > Improved: Handle Thai language in search (#2387) (#2279 by Kirtan Purohit)< / li >
< li > Fixed: Fix escaping of title when generating a markdown link (#2456) (#2085 by Helmut K. C. Tessarek)< / li >
< li > Fixed: Fix console messages being displayed in GUI (#2457 by Helmut K. C. Tessarek)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.153" > cli-v1.0.153< / a > - 2020-01-24T23:16:32Z< a name = "cli-v1-0-153-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-153-2020-01-24t23-16-32z" href = "#cli-v1-0-153-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-153-2020-01-24t23-16-32z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Added new, more secure encryption methods, so that they can be switched to at a later time< / li >
< li > New: Add --export, --import, and --import-file flags to joplin config (#2179 by Marcus Hill)< / li >
< li > New: Added more logging for resource fetching to try to debug issue< / li >
< li > New: Add warning message when user tries to upload a file 10MB or larger (#2102) (#2097 by Marcus Hill)< / li >
< li > Improved: Replace note links with relative paths in MD Exporter (#2161 by Vaidotas Simkus)< / li >
< li > Improved: Upgrade sqlite (#2248 by Devon Zuegel)< / li >
< li > Improved: Extract note renderer to separate package (WIP) (#2206 by Laurent Cozic)< / li >
< li > Improved: Better handling of resource download errors, and added resource info to sync status screen< / li >
< li > Improved: Update Node dependency to 10+ (#2177 by < a href = "https://github.com/joeltaylor" > @joeltaylor< / a > )< / li >
< li > Improved: Allow exporting a note as HTML< / li >
< li > Improved: Improved logging during sync to allow finding bugs more easily< / li >
< li > Fixed: Handle WebDAV servers that do not return a last modified date (fixes < a href = "http://mail.ru" > mail.ru< / a > ) (#2091)< / li >
< li > Fixed: Restaured translations that had been accidentally deleted (#2126)< / li >
< li > Fixed: Prevent synch from happening if target dir could not be created, in local sync (#2117)< / li >
< li > Fixed: Handle rare case when notebook has a parent that no longer exists, which causes a crash when sorting (#2088)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.150" > cli-v1.0.150< / a > - 2019-11-11T19:19:03Z< a name = "cli-v1-0-150-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-150-2019-11-11t19-19-03z" href = "#cli-v1-0-150-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-150-2019-11-11t19-19-03z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add command to list all tags for a note (#2003) (#1974)< / li >
< li > New: Added concept of sync version and client ID to allow upgrading sync targets< / li >
< li > Improved: Set user-agent header to Joplin/1.0 (#2064) (#2042)< / li >
< li > Improved: Update sharp tp v0.23.2 (for node 13 compatibility) (#2063)< / li >
< li > Improved: Handle special shortcuts such as Ctrl+H< / li >
< li > Improved: Handle WebDAV server with empty XML namespaces (#2002)< / li >
< li > Improved: Allow apps to work with read-only profile< / li >
< li > Improved: Support italic in span tags (#1966)< / li >
< li > Improved: Allow setting user timestamps with " set" command< / li >
< li > Improved: Allow a sync client to lock a sync target, so that migration operations can be performed on it< / li >
< li > Improved: Give correct mime type to more file types< / li >
< li > Improved: Use profile temp dir when exporting files (#1932)< / li >
< li > Improved: Confirm encryption password (#1937)< / li >
< li > Fixed: Handle paths with spaces for text editor (#2039)< / li >
< li > Fixed: Apply default style to notes in HTML format (#1960)< / li >
< li > Fixed: Fixed translation of " Synchronisation Status" (#1906)< / li >
< li > Fixed: App would crash if trying to index a note that has not been decrypted yet (#1938)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.149" > cli-v1.0.149< / a > - 2019-09-27T21:18:57Z< a name = "cli-v1-0-149-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-149-2019-09-27t21-18-57z" href = "#cli-v1-0-149-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-149-2019-09-27t21-18-57z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add support to Termux by returning a default when platform name cannot be determined (#1905)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.148" > cli-v1.0.148< / a > - 2019-09-27T18:42:36Z< a name = "cli-v1-0-148-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-148-2019-09-27t18-42-36z" href = "#cli-v1-0-148-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-148-2019-09-27t18-42-36z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Improves deletion fail-safe so it is based on percentage of notes deleted. And display warning on sidebar.< / li >
< li > Improved: Log last requests in case of a sync error< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.147" > cli-v1.0.147< / a > - 2019-09-25T21:26:24Z< a name = "cli-v1-0-147-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-147-2019-09-25t21-26-24z" href = "#cli-v1-0-147-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-147-2019-09-25t21-26-24z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Import Evernote notes as HTML (#1887)< / li >
< li > New: Added fail-safe to prevent data from being wiped out when the sync target is empty< / li >
< li > Improved: Also allow importing TXT files with markdown< / li >
< li > Improved: Upgrade joplin-turndown-plugin-gfm to fix import of certain Enex tables< / li >
< li > Fixed: Fixed import of notes that contain links with hashes< / li >
< li > Fixed: Fixed link issue following last update< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.146" > cli-v1.0.146< / a > - 2019-09-08T19:12:41Z< a name = "cli-v1-0-146-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-146-2019-09-08t19-12-41z" href = "#cli-v1-0-146-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-146-2019-09-08t19-12-41z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Fixed: Fixed regression that was making installation fail< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.145" > cli-v1.0.145< / a > - 2019-09-08T16:23:02Z< a name = "cli-v1-0-145-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-145-2019-09-08t16-23-02z" href = "#cli-v1-0-145-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-145-2019-09-08t16-23-02z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Added headless server command (Beta) (#1860)< / li >
< li > Improved: Improved bold formatting support in Enex import (#1708)< / li >
< li > Improved: Make translation files smaller by not including untranslated strings. Also add percentage translated to config screen. (#1459)< / li >
< li > Fixed: Make sure setting side-effects are applied even when running in command line mode (#1779)< / li >
< li > Fixed: Fix typo on encryption options screen (#1823)< / li >
< li > Fixed: Fixes fatal error with cli 1.0.141 on start (#1791)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.137" > cli-v1.0.137< / a > - 2019-05-19T11:04:28Z< a name = "cli-v1-0-137-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-137-2019-05-19t11-04-28z" href = "#cli-v1-0-137-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-137-2019-05-19t11-04-28z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Fixed: Fixed method to autosize resource< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.136" > cli-v1.0.136< / a > - 2019-05-19T10:19:22Z< a name = "cli-v1-0-136-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-136-2019-05-19t10-19-22z" href = "#cli-v1-0-136-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-136-2019-05-19t10-19-22z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Put back " Fetched items" message during sync< / li >
< li > Fixed: Handle missing resource blob when setting resource size< / li >
< li > Fixed: Prevent app from trying to upload resource it has not downloaded yet< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.135" > cli-v1.0.135< / a > - 2019-05-13T22:59:14Z< a name = "cli-v1-0-135-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-135-2019-05-13t22-59-14z" href = "#cli-v1-0-135-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-135-2019-05-13t22-59-14z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Added option to disable creation of welcome items< / li >
< li > New: Support for note history (#1415) (#712)< / li >
< li > Improved: Save size of a resource to the database; and added mechanism to run non-database migrations< / li >
< li > Improved: Display better error message when trying to sync with a new sync target from an old version of Joplin< / li >
< li > Improved: Update sharp (for node 12 compatibility) (#1471)< / li >
< li > Fixed: Do not resize images if they are already below the max dimensions< / li >
< li > Fixed: Allow resources greater than 10 MB but they won't be synced on mobile (#371)< / li >
< li > Fixed: Bump sqlite3 to v4.0.7 for node12 support (#1508)< / li >
< li > Fixed: Prevents notes with no title to break after synchronize (#1472)< / li >
< li > Fixed: Import lists and sub-lists from Enex files with correct indentation (#1476)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/cli-v1.0.125" > cli-v1.0.125< / a > - 2019-04-29T18:38:05Z< a name = "cli-v1-0-125-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-125-2019-04-29t18-38-05z" href = "#cli-v1-0-125-https-github-com-laurent22-joplin-releases-tag-cli-v1-0-125-2019-04-29t18-38-05z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Improved support for Japanese, Chinese, Korean search queries (also applies to Goto Anything)< / li >
< li > Improved: Display warning when changing dir for filesystem sync< / li >
< li > Fixed: Remove message " Processing a path that has already been done" as this is not an error (#1353)< / li >
< li > Fixed: Some resources could incorrectly be deleted even though they are still present in a note. Also added additional verifications before deleting a resource. (#1433)< / li >
< li > Fixed: Handle invalid resource tags that contain no data when importing ENEX (#1405)< / li >
< li > Fixed: Restored inline code styling (#1326)< / li >
< / ul >
< div class = "bottom-links" >
< a href = "https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md" >
< i class = "fab fa-github" > < / i > Improve this doc
< / a >
< / div >
< / div >
< / div >
< / div >
< / div >
< footer class = "darkblue-bg" >
< div class = "container" >
< div class = "row" >
< div class = "col-12 col-md-12 social-links" >
< a href = "https://twitter.com/joplinapp" title = "Joplin Twitter feed" > < i class = "fab fa-twitter" > < / i > < / a >
< a href = "https://mastodon.social/@joplinapp" title = "Joplin Mastodon feed" > < i class = "fab fa-mastodon" > < / i > < / a >
< a href = "https://www.patreon.com/joplin" title = "Joplin Patreon" > < i class = "fab fa-patreon" > < / i > < / a >
< a href = "https://discord.gg/VSj7AFHvpq" title = "Joplin Discord chat" > < i class = "fab fa-discord" > < / i > < / a >
< a href = "https://www.reddit.com/r/joplinapp/" title = "Joplin Subreddit" > < i class = "fab fa-reddit" > < / i > < / a >
< a href = "https://github.com/laurent22/joplin/" title = "Joplin GitHub repository" > < i class = "fab fa-github" > < / i > < / a >
< / div >
< / div >
< div class = "row bottom-links-row" >
< div class = "col-12 col-md-6" >
< p class = "text-center-sm" > Copyright © 2016-2021 Laurent Cozic< / p >
< / div >
< div class = "col-12 col-md-6" >
< p class = "text-right text-center-sm right-links" >
< span class = "footer-right" >
< a href = "/privacy/" > Privacy Policy< / a >
< / span >
< / p >
< / div >
< / div >
< / div >
< / footer > < / div >
< script src = "/js/script.js?h=46b3b58d72c94591621551affbb8c6e3" > < / script >
< script >
if (window.location.hostname !== 'localhost') {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-103586105-1', 'auto');
ga('send', 'pageview');
}
< / script > < / body >
< / html >