diff --git a/readme/about/changelog/desktop.md b/readme/about/changelog/desktop.md index b0df873af..f33df7005 100644 --- a/readme/about/changelog/desktop.md +++ b/readme/about/changelog/desktop.md @@ -2,7 +2,7 @@ ## [v2.13.4](https://github.com/laurent22/joplin/releases/tag/v2.13.4) (Pre-release) - 2023-10-31T00:01:00Z -- Improved: Allow modifying a resource metadata only when synchronising ([#911](https://github.com/laurent22/joplin/issues/911)4) +- Improved: Allow modifying a resource metadata only when synchronising ([#9114](https://github.com/laurent22/joplin/issues/9114)) - Improved: Allow searching by note ID or using a callback URL ([3667bf3](https://github.com/laurent22/joplin/commit/3667bf3)) - Improved: Automatically create a bug report when import fails, and allow uploading it to the forum ([11eead1](https://github.com/laurent22/joplin/commit/11eead1)) - Improved: Make sure that the import screen is cleared even when import fails ([df9db9c](https://github.com/laurent22/joplin/commit/df9db9c)) @@ -12,7 +12,7 @@ ## [v2.13.3](https://github.com/laurent22/joplin/releases/tag/v2.13.3) (Pre-release) - 2023-10-24T09:25:33Z -- Improved: Support for plural translations ([#903](https://github.com/laurent22/joplin/issues/903)3) +- Improved: Support for plural translations ([#9033](https://github.com/laurent22/joplin/issues/9033)) - Improved: Update Electron to 25.9.0 ([90832da](https://github.com/laurent22/joplin/commit/90832da)) - Improved: Updated packages dayjs (v1.11.10), follow-redirects (v1.15.3), glob (v10.3.6), katex (v0.16.9), markdown-it (v13.0.2), react, react-redux (v8.1.3), react-select (v5.7.7), sharp (v0.32.6), tar (v6.2.0) - Improved: Use plain text editor in safe mode ([#8750](https://github.com/laurent22/joplin/issues/8750)) ([#8749](https://github.com/laurent22/joplin/issues/8749) by Henry Heino) @@ -31,31 +31,31 @@ ## [v2.13.2](https://github.com/laurent22/joplin/releases/tag/v2.13.2) (Pre-release) - 2023-10-06T17:00:07Z - New: Add new beta Markdown editor based on CodeMirror 6 ([#8793](https://github.com/laurent22/joplin/issues/8793) by Henry Heino) -- New: Add support for plugin imaging API ([#890](https://github.com/laurent22/joplin/issues/890)0) -- New: Add support for note list plugins ([#8897](https://github.com/laurent22/joplin/issues/8897)) ([#538](https://github.com/laurent22/joplin/issues/538)9) +- New: Add support for plugin imaging API ([#8900](https://github.com/laurent22/joplin/issues/8900)) +- New: Add support for note list plugins ([#8897](https://github.com/laurent22/joplin/issues/8897)) ([#5389](https://github.com/laurent22/joplin/issues/5389)) - Improved: Api: Allow accessing revision data ([e49ca26](https://github.com/laurent22/joplin/commit/e49ca26)) - Improved: Bump mermaid version to 10.4.0 to support new chart types ([#8890](https://github.com/laurent22/joplin/issues/8890)) ([#8728](https://github.com/laurent22/joplin/issues/8728) by [@oj-lappi](https://github.com/oj-lappi)) - Improved: Enable ignoreTlsErrors and custom certificates for S3 sync ([#8980](https://github.com/laurent22/joplin/issues/8980) by Jens Böttge) -- Improved: Improved handling of invalid sync info ([#697](https://github.com/laurent22/joplin/issues/697)8) +- Improved: Improved handling of invalid sync info ([#6978](https://github.com/laurent22/joplin/issues/6978)) - Improved: Indent sub-sections in config screen ([2cb3857](https://github.com/laurent22/joplin/commit/2cb3857)) -- Improved: No strikethrough on completed to-dos in note list to improve readability ([#822](https://github.com/laurent22/joplin/issues/822)5) -- Improved: Remember whether "All notes", a notebook or a tag was opened when re-opening the app ([#802](https://github.com/laurent22/joplin/issues/802)1) -- Improved: Significantly improve performance when displaying large tables in Rich Text editor ([#673](https://github.com/laurent22/joplin/issues/673)6) +- Improved: No strikethrough on completed to-dos in note list to improve readability ([#8225](https://github.com/laurent22/joplin/issues/8225)) +- Improved: Remember whether "All notes", a notebook or a tag was opened when re-opening the app ([#8021](https://github.com/laurent22/joplin/issues/8021)) +- Improved: Significantly improve performance when displaying large tables in Rich Text editor ([#6736](https://github.com/laurent22/joplin/issues/6736)) - Improved: Updated packages @electron/notarize (v2.1.0), @electron/remote (v2.0.11), compare-versions (v6.1.0), glob (v10.3.4), katex (v0.16.8), sass (v1.66.1), sprintf-js (v1.1.3), uuid (v9.0.1) - Improved: Upgrade to Electron 25.8.1 ([#8921](https://github.com/laurent22/joplin/issues/8921) by Henry Heino) -- Fixed: Changing the currently opened note from plugins or the data API does not refresh the note content ([#595](https://github.com/laurent22/joplin/issues/595)5) -- Fixed: Do no automatically set focus when switching layout to fix certain plugin issues ([#651](https://github.com/laurent22/joplin/issues/651)4) -- Fixed: ENEX files that contain resources with invalid mime types are imported correctly ([#836](https://github.com/laurent22/joplin/issues/836)3) +- Fixed: Changing the currently opened note from plugins or the data API does not refresh the note content ([#5955](https://github.com/laurent22/joplin/issues/5955)) +- Fixed: Do no automatically set focus when switching layout to fix certain plugin issues ([#6514](https://github.com/laurent22/joplin/issues/6514)) +- Fixed: ENEX files that contain resources with invalid mime types are imported correctly ([#8363](https://github.com/laurent22/joplin/issues/8363)) - Fixed: Enable translation for "Reveal file in folder" command ([#8852](https://github.com/laurent22/joplin/issues/8852)) ([#6440](https://github.com/laurent22/joplin/issues/6440) by [@CptMeetKat](https://github.com/CptMeetKat)) -- Fixed: Ensure that ENEX resources with invalid filenames are imported correctly ([#882](https://github.com/laurent22/joplin/issues/882)3) -- Fixed: Ensure that notes that contain invalid links can still be exported as HTML or PDF ([#830](https://github.com/laurent22/joplin/issues/830)5) +- Fixed: Ensure that ENEX resources with invalid filenames are imported correctly ([#8823](https://github.com/laurent22/joplin/issues/8823)) +- Fixed: Ensure that notes that contain invalid links can still be exported as HTML or PDF ([#8305](https://github.com/laurent22/joplin/issues/8305)) - Fixed: Fix escapes breaking linkified URLs ([#8873](https://github.com/laurent22/joplin/issues/8873)) ([#8743](https://github.com/laurent22/joplin/issues/8743) by Henry Heino) - Fixed: Fix search engine ranking algorithm ([f504cf1](https://github.com/laurent22/joplin/commit/f504cf1)) -- Fixed: Improved import of invalid Markdown+FrontMatter files ([#880](https://github.com/laurent22/joplin/issues/880)2) +- Fixed: Improved import of invalid Markdown+FrontMatter files ([#8802](https://github.com/laurent22/joplin/issues/8802)) - Fixed: Modified placeholder text on note title input field ([#8850](https://github.com/laurent22/joplin/issues/8850)) ([#8643](https://github.com/laurent22/joplin/issues/8643) by [@CptMeetKat](https://github.com/CptMeetKat)) - Fixed: Preserve previous values when updating a note's date fields ([#8948](https://github.com/laurent22/joplin/issues/8948)) ([#8937](https://github.com/laurent22/joplin/issues/8937) by [@CptMeetKat](https://github.com/CptMeetKat)) -- Fixed: Prevent application from being stuck when importing an invalid ENEX file ([#869](https://github.com/laurent22/joplin/issues/869)9) -- Fixed: Regression: Fixes [#8877](https://github.com/laurent22/joplin/issues/8877): After a note is decrypted, the note list is not updated ([#887](https://github.com/laurent22/joplin/issues/887)7) +- Fixed: Prevent application from being stuck when importing an invalid ENEX file ([#8699](https://github.com/laurent22/joplin/issues/8699)) +- Fixed: Regression: Fixes [#8877](https://github.com/laurent22/joplin/issues/8877): After a note is decrypted, the note list is not updated ([#8877](https://github.com/laurent22/joplin/issues/8877)) - Fixed: Remove dead area at the end of the note list ([#8825](https://github.com/laurent22/joplin/issues/8825)) ([#8194](https://github.com/laurent22/joplin/issues/8194) by [@CptMeetKat](https://github.com/CptMeetKat)) - Fixed: Show a gear when a plugin doesn't specify an icon ([#8909](https://github.com/laurent22/joplin/issues/8909)) ([#8898](https://github.com/laurent22/joplin/issues/8898) by Henry Heino) - Fixed: Whitelisted Joplin markdown links for copy pasting in WYSIWYG mode ([#8972](https://github.com/laurent22/joplin/issues/8972)) ([#8946](https://github.com/laurent22/joplin/issues/8946) by [@CptMeetKat](https://github.com/CptMeetKat)) @@ -66,20 +66,20 @@ ## [v2.12.17](https://github.com/laurent22/joplin/releases/tag/v2.12.17) - 2023-09-14T21:54:52Z -- Fixed: Prevent application from being stuck when importing an invalid ENEX file ([#869](https://github.com/laurent22/joplin/issues/869)9) +- Fixed: Prevent application from being stuck when importing an invalid ENEX file ([#8699](https://github.com/laurent22/joplin/issues/8699)) ## [v2.13.1](https://github.com/laurent22/joplin/releases/tag/v2.13.1) (Pre-release) - 2023-09-13T09:31:50Z - Improved: Add option to import HTML and TXT file ([#8729](https://github.com/laurent22/joplin/issues/8729)) ([#8722](https://github.com/laurent22/joplin/issues/8722) by [@hubert](https://github.com/hubert)) -- Improved: Allow more special content within tables in the Rich Text editor ([#857](https://github.com/laurent22/joplin/issues/857)9) -- Improved: Apply correct size to images imported from ENEX files ([#868](https://github.com/laurent22/joplin/issues/868)4) +- Improved: Allow more special content within tables in the Rich Text editor ([#8579](https://github.com/laurent22/joplin/issues/8579)) +- Improved: Apply correct size to images imported from ENEX files ([#8684](https://github.com/laurent22/joplin/issues/8684)) - Improved: Fetch release info from Joplin server ([39c118b](https://github.com/laurent22/joplin/commit/39c118b)) -- Improved: Improve pasting content from Word and Excel ([#8705](https://github.com/laurent22/joplin/issues/8705)) ([#869](https://github.com/laurent22/joplin/issues/869)1) -- Improved: Refactor note list in preparation for plugin support ([#862](https://github.com/laurent22/joplin/issues/862)4) +- Improved: Improve pasting content from Word and Excel ([#8705](https://github.com/laurent22/joplin/issues/8705)) ([#8691](https://github.com/laurent22/joplin/issues/8691)) +- Improved: Refactor note list in preparation for plugin support ([#8624](https://github.com/laurent22/joplin/issues/8624)) - Improved: Updated packages markdown-it-multimd-table (v4.2.3), re-resizable (v6.9.11), react, react-redux (v8.1.2), sass (v1.64.2), sharp (v0.32.5), word-wrap (v1.2.5) - Fixed: Fix note editor blank after syncing an encrypted note with remote changes ([#8666](https://github.com/laurent22/joplin/issues/8666)) ([#8661](https://github.com/laurent22/joplin/issues/8661) by Henry Heino) -- Fixed: Hide option to share a notebook when it is not available ([#884](https://github.com/laurent22/joplin/issues/884)4) -- Fixed: Prevent application from being stuck when importing an invalid ENEX file ([#869](https://github.com/laurent22/joplin/issues/869)9) +- Fixed: Hide option to share a notebook when it is not available ([#8844](https://github.com/laurent22/joplin/issues/8844)) +- Fixed: Prevent application from being stuck when importing an invalid ENEX file ([#8699](https://github.com/laurent22/joplin/issues/8699)) - Fixed: Rich Text editor toolbar doesn't show all buttons even when there's enough space ([#8754](https://github.com/laurent22/joplin/issues/8754)) ([#8726](https://github.com/laurent22/joplin/issues/8726) by [@hubert](https://github.com/hubert)) - Fixed: Update CSS variables in user iframes on theme change ([#8724](https://github.com/laurent22/joplin/issues/8724)) ([#8723](https://github.com/laurent22/joplin/issues/8723) by Henry Heino) @@ -89,7 +89,7 @@ ## [v2.12.15](https://github.com/laurent22/joplin/releases/tag/v2.12.15) - 2023-08-27T11:35:39Z -- Fixed: Pasting a resource in Rich Text editor breaks the resource link ([#870](https://github.com/laurent22/joplin/issues/870)6) +- Fixed: Pasting a resource in Rich Text editor breaks the resource link ([#8706](https://github.com/laurent22/joplin/issues/8706)) - Fixed: Handling of macOS ARM-64 version **Note:** This release does **not** support Windows 7, 8, or 8.1. See [the release notes for version 2.12.7](https://github.com/laurent22/joplin/releases/tag/v2.12.7). @@ -100,10 +100,10 @@ - Improved: Fetch release info from Joplin server ([f0c1042](https://github.com/laurent22/joplin/commit/f0c1042)) - Improved: Link to FAQ when encryption password may have been reset by an update ([#8667](https://github.com/laurent22/joplin/issues/8667)) ([#8493](https://github.com/laurent22/joplin/issues/8493) by Henry Heino) - Improved: Show missing sync password warning and link to FAQ ([#8644](https://github.com/laurent22/joplin/issues/8644)) ([#8625](https://github.com/laurent22/joplin/issues/8625) by Henry Heino) -- Improved: Temporarily revert to AES-128 as encryption method due to severe performance issues ([#865](https://github.com/laurent22/joplin/issues/865)7) +- Improved: Temporarily revert to AES-128 as encryption method due to severe performance issues ([#8657](https://github.com/laurent22/joplin/issues/8657)) - Improved: Add an option to disable the image resizing prompt ([#8575](https://github.com/laurent22/joplin/issues/8575)) ([#8566](https://github.com/laurent22/joplin/issues/8566) by [@hubert](https://github.com/hubert)) - Improved: Always show reencrypt button ([#8555](https://github.com/laurent22/joplin/issues/8555)) ([#8380](https://github.com/laurent22/joplin/issues/8380) by Henry Heino) -- Improved: Auto-update to ARM64 version on Apple M1 hardware ([#846](https://github.com/laurent22/joplin/issues/846)7) +- Improved: Auto-update to ARM64 version on Apple M1 hardware ([#8467](https://github.com/laurent22/joplin/issues/8467)) - Improved: Improved sharing error handling ([95ca89b](https://github.com/laurent22/joplin/commit/95ca89b)) - Improved: Sync 15 seconds after changing a note ([807384c](https://github.com/laurent22/joplin/commit/807384c)) - Improved: Updated packages @rmp135/sql-ts (v1.18.0), buildTools, glob (v10.3.3), react-select (v5.7.4), sharp (v0.32.3), word-wrap (v1.2.4) @@ -117,9 +117,9 @@ - Improved: Updated packages gettext-parser (v7.0.1), react-redux (v8.1.1) - Fixed: [#8370](https://github.com/laurent22/joplin/issues/8370): Fix note drag-drop into markdown editor ([#8571](https://github.com/laurent22/joplin/issues/8571)) ([#8370](https://github.com/laurent22/joplin/issues/8370) by Henry Heino) - Fixed: Fix CodeMirror context menu not containing correct items ([#8543](https://github.com/laurent22/joplin/issues/8543)) ([#8535](https://github.com/laurent22/joplin/issues/8535) by Henry Heino) -- Fixed: Note imported from Web Clipper is broken after being saved from the Rich Text editor ([#848](https://github.com/laurent22/joplin/issues/848)5) +- Fixed: Note imported from Web Clipper is broken after being saved from the Rich Text editor ([#8485](https://github.com/laurent22/joplin/issues/8485)) - Fixed: Preserve empty newlines created by pressing Enter repeatedly in the rich text editor ([#8549](https://github.com/laurent22/joplin/issues/8549)) ([#6055](https://github.com/laurent22/joplin/issues/6055) by Henry Heino) -- Fixed: Text that is pasted in Rich Text editor had extra new lines ([#847](https://github.com/laurent22/joplin/issues/847)6) +- Fixed: Text that is pasted in Rich Text editor had extra new lines ([#8476](https://github.com/laurent22/joplin/issues/8476)) - Fixed: Upgrade to electron 25.3.1 ([#8550](https://github.com/laurent22/joplin/issues/8550)) ([#8535](https://github.com/laurent22/joplin/issues/8535) by Henry Heino) - Security: Fix XSS: Sanitize HTML pasted into the rich text editor. @@ -164,27 +164,27 @@ ## [v2.12.3](https://github.com/laurent22/joplin/releases/tag/v2.12.3) (Pre-release) - 2023-07-07T10:16:55Z -- Improved: Build macOS app as Universal binary ([#8423](https://github.com/laurent22/joplin/issues/8423)) ([#605](https://github.com/laurent22/joplin/issues/605)2) +- Improved: Build macOS app as Universal binary ([#8423](https://github.com/laurent22/joplin/issues/8423)) ([#6052](https://github.com/laurent22/joplin/issues/6052)) - Improved: Updated packages @electron/remote (v2.0.10), @rmp135/sql-ts (v1.17.0), clean-html (v2), glob (v10.2.7) - Fixed: Removing Markdown when using 'Paste as Text' ([#8351](https://github.com/laurent22/joplin/issues/8351)) ([#8317](https://github.com/laurent22/joplin/issues/8317) by [@pedr](https://github.com/pedr)) ## [v2.11.11](https://github.com/laurent22/joplin/releases/tag/v2.11.11) - 2023-06-23T15:16:37Z -- Improved: Add support for plugin user data ([#8312](https://github.com/laurent22/joplin/issues/8312)) ([#808](https://github.com/laurent22/joplin/issues/808)0) +- Improved: Add support for plugin user data ([#8312](https://github.com/laurent22/joplin/issues/8312)) ([#8080](https://github.com/laurent22/joplin/issues/8080)) - Improved: Configure Rich Text editor to handle the first table row as header ([#8163](https://github.com/laurent22/joplin/issues/8163)) ([#3535](https://github.com/laurent22/joplin/issues/3535) by [@Marph](https://github.com/Marph)) - Improved: Updated packages css-loader (v6.7.4), dayjs (v1.11.8), domhandler (v5), domutils (v3.1.0), highlight.js (v11.8.0), react-redux (v8.0.7), style-loader (v3.3.3), styled-components (v5.3.11), ts-loader (v9.4.3) -- Improved: Upgrade E2EE encryption method to AES-256 ([#768](https://github.com/laurent22/joplin/issues/768)6) -- Fixed: Allow certain HTML anchor tags ([#828](https://github.com/laurent22/joplin/issues/828)6) -- Fixed: Display plugin console in dev mode ([#821](https://github.com/laurent22/joplin/issues/821)0) -- Fixed: Duplicated published notes retain the published note's label's color ([#828](https://github.com/laurent22/joplin/issues/828)7) -- Fixed: Include more Rich Text editor commands in the menu ([#831](https://github.com/laurent22/joplin/issues/831)6) +- Improved: Upgrade E2EE encryption method to AES-256 ([#7686](https://github.com/laurent22/joplin/issues/7686)) +- Fixed: Allow certain HTML anchor tags ([#8286](https://github.com/laurent22/joplin/issues/8286)) +- Fixed: Display plugin console in dev mode ([#8210](https://github.com/laurent22/joplin/issues/8210)) +- Fixed: Duplicated published notes retain the published note's label's color ([#8287](https://github.com/laurent22/joplin/issues/8287)) +- Fixed: Include more Rich Text editor commands in the menu ([#8316](https://github.com/laurent22/joplin/issues/8316)) - Security: Prevent XSS when passing specially encoded string to a link (PoC by lin@UCCU Hacker) ([57b4198](https://github.com/laurent22/joplin/commit/57b4198)) - Security: Prevent calling arbitrary commands via x-callback-url (PoC by lin@UCCU Hacker) ([6982661](https://github.com/laurent22/joplin/commit/6982661)) ## [v2.11.9](https://github.com/laurent22/joplin/releases/tag/v2.11.9) (Pre-release) - 2023-06-06T16:23:27Z -- Improved: Add support for AVIF image format ([#817](https://github.com/laurent22/joplin/issues/817)5) -- Improved: Improved word count when em-dash is used ([#808](https://github.com/laurent22/joplin/issues/808)3) +- Improved: Add support for AVIF image format ([#8175](https://github.com/laurent22/joplin/issues/8175)) +- Improved: Improved word count when em-dash is used ([#8083](https://github.com/laurent22/joplin/issues/8083)) - Improved: Fix white screen issue ([8b578c5](https://github.com/laurent22/joplin/commit/8b578c5)) - Improved: Updated packages aws, buildTools, tar (v6.1.15) - Fixed: "New note" buttons so large they occlude Search ([#8249](https://github.com/laurent22/joplin/issues/8249)) ([#8159](https://github.com/laurent22/joplin/issues/8159) by Rio Sinnott) @@ -193,14 +193,14 @@ - Improved: When resetting the master password, also create a new master key with that password ([e647775](https://github.com/laurent22/joplin/commit/e647775)) - Fixed: Don't display "obsolete encryption method" message if the key is disabled ([#8025](https://github.com/laurent22/joplin/issues/8025)) ([#7933](https://github.com/laurent22/joplin/issues/7933) by [@gitstart](https://github.com/gitstart)) -- Fixed: Improve selection of active E2EE key ([#825](https://github.com/laurent22/joplin/issues/825)4) +- Fixed: Improve selection of active E2EE key ([#8254](https://github.com/laurent22/joplin/issues/8254)) - Fixed: Improve sidebar workaround for Linux w/Intel GPU ([#8126](https://github.com/laurent22/joplin/issues/8126)) ([#7506](https://github.com/laurent22/joplin/issues/7506) by Calum Lind) - Fixed: Preserve Table Alignment When Editing a Note With the Rich Text Editor ([#8214](https://github.com/laurent22/joplin/issues/8214)) ([#6431](https://github.com/laurent22/joplin/issues/6431) by Christopher O'Toole) ## [v2.11.5](https://github.com/laurent22/joplin/releases/tag/v2.11.5) (Pre-release) - 2023-05-28T00:41:40Z - Improved: Updated packages jsdom (v21.1.2), markdown-it-multimd-table (v4.2.2), react-select (v5.7.3), sass (v1.62.1), sharp (v0.32.1), tar (v6.1.14), yargs (v17.7.2) -- Fixed: Fix slow startup time ([#808](https://github.com/laurent22/joplin/issues/808)7) +- Fixed: Fix slow startup time ([#8087](https://github.com/laurent22/joplin/issues/8087)) - Security: Disable SVG tag support in editor to prevent XSS ([caf6606](https://github.com/laurent22/joplin/commit/caf6606)) (Vulnerability discovered by [RyotaK](https://ryotak.net/)) - Security: Prevent XSS by sanitizing certain HTML attributes ([9e90d90](https://github.com/laurent22/joplin/commit/9e90d90)) (Vulnerability discovered by [RyotaK](https://ryotak.net/)) @@ -212,30 +212,30 @@ ## [v2.11.4](https://github.com/laurent22/joplin/releases/tag/v2.11.4) (Pre-release) - 2023-05-16T10:02:21Z -- Fixed: Fix slow startup time ([#808](https://github.com/laurent22/joplin/issues/808)7) +- Fixed: Fix slow startup time ([#8087](https://github.com/laurent22/joplin/issues/8087)) ## [v2.11.3](https://github.com/laurent22/joplin/releases/tag/v2.11.3) (Pre-release) - 2023-05-16T09:09:57Z - Improved: Add support for `--safe-mode` command line flag ([#7919](https://github.com/laurent22/joplin/issues/7919)) ([#7889](https://github.com/laurent22/joplin/issues/7889) by Arun Kumar) - Improved: Added export graph button for Mermaid ([#7958](https://github.com/laurent22/joplin/issues/7958)) ([#6101](https://github.com/laurent22/joplin/issues/6101) by Arun Kumar) - Improved: Auto-detect locale on startup ([052a829](https://github.com/laurent22/joplin/commit/052a829)) -- Improved: Cache code blocks in notes to speed up rendering ([#786](https://github.com/laurent22/joplin/issues/786)7) +- Improved: Cache code blocks in notes to speed up rendering ([#7867](https://github.com/laurent22/joplin/issues/7867)) - Improved: Compress installer to reduce size ([#8068](https://github.com/laurent22/joplin/issues/8068)) ([#8028](https://github.com/laurent22/joplin/issues/8028) by Arun Kumar) - Improved: Improved handling of items with duplicate IDs ([a0b707c](https://github.com/laurent22/joplin/commit/a0b707c)) -- Improved: Remove custom PDF viewer to reduce application size ([#802](https://github.com/laurent22/joplin/issues/802)8) -- Improved: Translate Welcome notes ([#815](https://github.com/laurent22/joplin/issues/815)4) +- Improved: Remove custom PDF viewer to reduce application size ([#8028](https://github.com/laurent22/joplin/issues/8028)) +- Improved: Translate Welcome notes ([#8154](https://github.com/laurent22/joplin/issues/8154)) - Improved: Updated packages aws, fs-extra (v11.1.1), jsdom (v21.1.1), markdown-it-multimd-table (v4.2.1), nanoid (v3.3.6), node-persist (v3.1.3), react-select (v5.7.2), reselect (v4.1.8), sass (v1.60.0), sharp (v0.32.0), sqlite3 (v5.1.6), style-loader (v3.3.2), styled-components (v5.3.9), turndown (v7.1.2), yargs (v17.7.1) -- Fixed: Application cannot be installed on Windows 10 in some cases ([#814](https://github.com/laurent22/joplin/issues/814)9) +- Fixed: Application cannot be installed on Windows 10 in some cases ([#8149](https://github.com/laurent22/joplin/issues/8149)) - Fixed: Do not allow update for plugins incompatible with current version ([#7936](https://github.com/laurent22/joplin/issues/7936)) ([#4801](https://github.com/laurent22/joplin/issues/4801) by [@julien](https://github.com/julien)) - Fixed: Encode the non-ASCII characters in OneDrive URI ([#7868](https://github.com/laurent22/joplin/issues/7868)) ([#7851](https://github.com/laurent22/joplin/issues/7851) by Self Not Found) -- Fixed: Enter Key No Longer Saves and Closes The Tag Dialog ([#807](https://github.com/laurent22/joplin/issues/807)2) +- Fixed: Enter Key No Longer Saves and Closes The Tag Dialog ([#8072](https://github.com/laurent22/joplin/issues/8072)) - Fixed: Fix OneDrive sync attempting to call method on `null` variable ([#7987](https://github.com/laurent22/joplin/issues/7987)) ([#7986](https://github.com/laurent22/joplin/issues/7986) by Henry Heino) - Fixed: Fix issue where search bar can randomly lose focus while searching ([489d677](https://github.com/laurent22/joplin/commit/489d677)) - Fixed: Fix note list blank space display problems ([#7888](https://github.com/laurent22/joplin/issues/7888)) ([#4124](https://github.com/laurent22/joplin/issues/4124) by Arun Kumar) - Fixed: Fixed Linux tag display issues ([#8002](https://github.com/laurent22/joplin/issues/8002)) ([#8000](https://github.com/laurent22/joplin/issues/8000) by Arun Kumar) - Fixed: Fixed icon when note is dragged across notebooks ([#7924](https://github.com/laurent22/joplin/issues/7924)) ([#7881](https://github.com/laurent22/joplin/issues/7881) by Arun Kumar) - Fixed: Fixed issue with text disappearing within plugin-created zones when searching for text ([0c8de68](https://github.com/laurent22/joplin/commit/0c8de68)) -- Fixed: Fixes crash when using multiple profiles along with certain plugins ([#814](https://github.com/laurent22/joplin/issues/814)3) +- Fixed: Fixes crash when using multiple profiles along with certain plugins ([#8143](https://github.com/laurent22/joplin/issues/8143)) - Fixed: Removed `MasterKey` from Sync Status report ([#8026](https://github.com/laurent22/joplin/issues/8026)) ([#7940](https://github.com/laurent22/joplin/issues/7940) by Arun Kumar) - Fixed: Skip the resources which haven't been downloaded yet when exporting ([#7843](https://github.com/laurent22/joplin/issues/7843)) ([#7831](https://github.com/laurent22/joplin/issues/7831) by Self Not Found) - Fixed: With Custom Sort, new notes appear at bottom and later randomly "pop" to the top ([#7765](https://github.com/laurent22/joplin/issues/7765)) ([#7741](https://github.com/laurent22/joplin/issues/7741) by Tao Klerks) @@ -244,12 +244,12 @@ ## [v2.10.18](https://github.com/laurent22/joplin/releases/tag/v2.10.18) - 2023-05-09T13:27:43Z -- Fixed: Application cannot be installed on Windows 10 in some cases ([#814](https://github.com/laurent22/joplin/issues/814)9) +- Fixed: Application cannot be installed on Windows 10 in some cases ([#8149](https://github.com/laurent22/joplin/issues/8149)) ## [v2.10.17](https://github.com/laurent22/joplin/releases/tag/v2.10.17) - 2023-05-08T17:27:28Z -- Fixed: Enter Key No Longer Saves and Closes The Tag Dialog ([#807](https://github.com/laurent22/joplin/issues/807)2) -- Fixed: Fixes crash when using multiple profiles along with certain plugins ([#814](https://github.com/laurent22/joplin/issues/814)3) +- Fixed: Enter Key No Longer Saves and Closes The Tag Dialog ([#8072](https://github.com/laurent22/joplin/issues/8072)) +- Fixed: Fixes crash when using multiple profiles along with certain plugins ([#8143](https://github.com/laurent22/joplin/issues/8143)) ## [v2.10.16](https://github.com/laurent22/joplin/releases/tag/v2.10.16) - 2023-04-27T09:27:45Z @@ -257,8 +257,8 @@ ## [v2.10.15](https://github.com/laurent22/joplin/releases/tag/v2.10.15) (Pre-release) - 2023-04-26T22:02:16Z -- Improved: Remove custom PDF viewer to reduce application size ([#802](https://github.com/laurent22/joplin/issues/802)8) -- Improved: Compress installer to reduce size ([#8068](https://github.com/laurent22/joplin/issues/8068)) ([#802](https://github.com/laurent22/joplin/issues/802)8) +- Improved: Remove custom PDF viewer to reduce application size ([#8028](https://github.com/laurent22/joplin/issues/8028)) +- Improved: Compress installer to reduce size ([#8068](https://github.com/laurent22/joplin/issues/8068)) ([#8028](https://github.com/laurent22/joplin/issues/8028)) ## [v2.10.13](https://github.com/laurent22/joplin/releases/tag/v2.10.13) (Pre-release) - 2023-04-03T16:53:46Z @@ -306,14 +306,14 @@ - New: Add 'Paste as text' to the Context menu of the Rich Text Editor ([#7769](https://github.com/laurent22/joplin/issues/7769) by [@pedr](https://github.com/pedr)) - New: Add a menu option to reset the application layout ([#7786](https://github.com/laurent22/joplin/issues/7786) by [@pedr](https://github.com/pedr)) - Improved: Allow 'Paste as Text' on the Rich Text Editor ([#7751](https://github.com/laurent22/joplin/issues/7751) by [@pedr](https://github.com/pedr)) -- Improved: Disable custom PDF viewer by default ([#750](https://github.com/laurent22/joplin/issues/750)6) +- Improved: Disable custom PDF viewer by default ([#7506](https://github.com/laurent22/joplin/issues/7506)) - Improved: Fix copy text with no selection ([#7641](https://github.com/laurent22/joplin/issues/7641)) ([#7602](https://github.com/laurent22/joplin/issues/7602) by Betty Alagwu) - Improved: Improve dialogue spacing in Fountain renderer ([#7628](https://github.com/laurent22/joplin/issues/7628)) ([#7627](https://github.com/laurent22/joplin/issues/7627) by [@Elleo](https://github.com/Elleo)) - Improved: New design for "New note" and "New todo" buttons ([#7780](https://github.com/laurent22/joplin/issues/7780) by [@julien](https://github.com/julien)) - Improved: Remove auto-matching for greater than character ([#7669](https://github.com/laurent22/joplin/issues/7669) by Self Not Found) - Improved: Show installed plugins in Help - About Joplin ([#7711](https://github.com/laurent22/joplin/issues/7711)) ([#6143](https://github.com/laurent22/joplin/issues/6143) by [@julien](https://github.com/julien)) - Fixed: App freezes and displays fatal error when text provided in the search bar is too long ([#7764](https://github.com/laurent22/joplin/issues/7764)) ([#7634](https://github.com/laurent22/joplin/issues/7634) by [@pedr](https://github.com/pedr)) -- Fixed: Certain plugins could create invalid settings, which could result in a crash ([#762](https://github.com/laurent22/joplin/issues/762)1) +- Fixed: Certain plugins could create invalid settings, which could result in a crash ([#7621](https://github.com/laurent22/joplin/issues/7621)) - Fixed: Clicking on Save saves changes when updating a link ([#7753](https://github.com/laurent22/joplin/issues/7753)) ([#7658](https://github.com/laurent22/joplin/issues/7658) by [@julien](https://github.com/julien)) - Fixed: Ctrl-X behaviour when no text is selected ([#7778](https://github.com/laurent22/joplin/issues/7778)) ([#7662](https://github.com/laurent22/joplin/issues/7662) by [@melsonic](https://github.com/melsonic)) - Fixed: Custom sort order not synchronized ([#7729](https://github.com/laurent22/joplin/issues/7729)) ([#6956](https://github.com/laurent22/joplin/issues/6956) by Tao Klerks) @@ -322,38 +322,38 @@ - Fixed: Fix text editor text highlighting when used with special IME methods ([#7630](https://github.com/laurent22/joplin/issues/7630)) ([#7565](https://github.com/laurent22/joplin/issues/7565) by [@light](https://github.com/light)) - Fixed: Markdown editor not surrounding highlighted text with backticks ([#7697](https://github.com/laurent22/joplin/issues/7697)) ([#7694](https://github.com/laurent22/joplin/issues/7694) by Helmut K. C. Tessarek) - Fixed: Mermaid images are incorrectly sized when exported as PNG ([#7546](https://github.com/laurent22/joplin/issues/7546)) ([#7521](https://github.com/laurent22/joplin/issues/7521) by Adarsh Singh) -- Fixed: Note editor scrolls back to top when editing certain notes ([#761](https://github.com/laurent22/joplin/issues/761)7) +- Fixed: Note editor scrolls back to top when editing certain notes ([#7617](https://github.com/laurent22/joplin/issues/7617)) ## [v2.10.5](https://github.com/laurent22/joplin/releases/tag/v2.10.5) - 2023-01-16T15:00:53Z - Fixed: Api: Fixes [#6862](https://github.com/laurent22/joplin/issues/6862) set todo related fields when adding or changing a todo ([#7395](https://github.com/laurent22/joplin/issues/7395) by [@Wartijn](https://github.com/Wartijn)) -- Fixed: Fixed crash when loading certain plugins ([#759](https://github.com/laurent22/joplin/issues/759)8) +- Fixed: Fixed crash when loading certain plugins ([#7598](https://github.com/laurent22/joplin/issues/7598)) - Fixed: Fixes crash when changing note time from properties dialog ([6b9a270](https://github.com/laurent22/joplin/commit/6b9a270)) -- Fixed: Hyperlink insertion no longer works in Markdown editor ([#760](https://github.com/laurent22/joplin/issues/760)5) -- Fixed: Optimise sidebar rendering speed ([#761](https://github.com/laurent22/joplin/issues/761)0) +- Fixed: Hyperlink insertion no longer works in Markdown editor ([#7605](https://github.com/laurent22/joplin/issues/7605)) +- Fixed: Optimise sidebar rendering speed ([#7610](https://github.com/laurent22/joplin/issues/7610)) - Fixed: Try to replace the external link with internal link when attachment file is pasted in Markdown editor ([#6865](https://github.com/laurent22/joplin/issues/6865)) ([#6211](https://github.com/laurent22/joplin/issues/6211) by Self Not Found) ## [v2.10.4](https://github.com/laurent22/joplin/releases/tag/v2.10.4) (Pre-release) - 2023-01-05T13:09:20Z - Fixed: Fixed certain plugins that were using the sqlite3 database ([a43ce33](https://github.com/laurent22/joplin/commit/a43ce33)) -- Fixed: Plugin API DirectoryPath edit problems when path contain spaces ([#701](https://github.com/laurent22/joplin/issues/701)8) +- Fixed: Plugin API DirectoryPath edit problems when path contain spaces ([#7018](https://github.com/laurent22/joplin/issues/7018)) ## [v2.10.3](https://github.com/laurent22/joplin/releases/tag/v2.10.3) (Pre-release) - 2022-12-31T15:53:23Z - Improved: Resolve [#6254](https://github.com/laurent22/joplin/issues/6254): <details> elements remain closed when exporting to PDF ([#7515](https://github.com/laurent22/joplin/issues/7515)) ([#6254](https://github.com/laurent22/joplin/issues/6254) by Hitarth Thummar) - Improved: Switch license to AGPL-3.0 ([faf0a4e](https://github.com/laurent22/joplin/commit/faf0a4e)) -- Fixed: Fixed crash when closing PDF ([#752](https://github.com/laurent22/joplin/issues/752)8) +- Fixed: Fixed crash when closing PDF ([#7528](https://github.com/laurent22/joplin/issues/7528)) - Fixed: Fixes import of tasklists from enex files ([#7344](https://github.com/laurent22/joplin/issues/7344)) ([#7329](https://github.com/laurent22/joplin/issues/7329) by [@Wartijn](https://github.com/Wartijn)) -- Fixed: Press Enter to select a tag ([#749](https://github.com/laurent22/joplin/issues/749)3) +- Fixed: Press Enter to select a tag ([#7493](https://github.com/laurent22/joplin/issues/7493)) - Fixed: Profile paths that contain special characters can break note rendering ([#7449](https://github.com/laurent22/joplin/issues/7449)) ([#7434](https://github.com/laurent22/joplin/issues/7434) by [@Wartijn](https://github.com/Wartijn)) -- Fixed: Random crash when searching ([#749](https://github.com/laurent22/joplin/issues/749)9) +- Fixed: Random crash when searching ([#7499](https://github.com/laurent22/joplin/issues/7499)) - Fixed: Search field doesn't get focus when pressing Ctrl+F ([#7529](https://github.com/laurent22/joplin/issues/7529)) ([#7520](https://github.com/laurent22/joplin/issues/7520) by Betty Alagwu) ## [v2.10.2](https://github.com/laurent22/joplin/releases/tag/v2.10.2) (Pre-release) - 2022-12-18T18:05:08Z - Improved: Update Mermaid: 9.1.7 to 9.2.2 ([#7330](https://github.com/laurent22/joplin/issues/7330) by Helmut K. C. Tessarek) - Fixed: Fix pasting plain text ([#7045](https://github.com/laurent22/joplin/issues/7045)) ([#7036](https://github.com/laurent22/joplin/issues/7036) by Self Not Found) -- Fixed: Open callback URLs from within the application ([#735](https://github.com/laurent22/joplin/issues/735)4) +- Fixed: Open callback URLs from within the application ([#7354](https://github.com/laurent22/joplin/issues/7354)) ## [v2.9.17](https://github.com/laurent22/joplin/releases/tag/v2.9.17) - 2022-11-15T10:28:37Z @@ -362,7 +362,7 @@ ## [v2.9.12](https://github.com/laurent22/joplin/releases/tag/v2.9.12) (Pre-release) - 2022-11-01T17:06:05Z -- Improved: Display the plugin name in dialog boxes created by plugins ([#697](https://github.com/laurent22/joplin/issues/697)9) +- Improved: Display the plugin name in dialog boxes created by plugins ([#6979](https://github.com/laurent22/joplin/issues/6979)) - Improved: Regression: Plugin CSS files were no longer being loaded correctly ([99a61f1](https://github.com/laurent22/joplin/commit/99a61f1)) - Improved: Remove unnecessary PDF viewer messages ([db4c6ea](https://github.com/laurent22/joplin/commit/db4c6ea)) - Fixed: Fix exporting resources to md and md + frontmatter ([#6768](https://github.com/laurent22/joplin/issues/6768)) ([#6721](https://github.com/laurent22/joplin/issues/6721) by [@SFulpius](https://github.com/SFulpius)) @@ -373,7 +373,7 @@ ## [v2.9.11](https://github.com/laurent22/joplin/releases/tag/v2.9.11) (Pre-release) - 2022-10-23T16:09:58Z - New: Add PDF full screen viewer ([#6821](https://github.com/laurent22/joplin/issues/6821) by [@asrient](https://github.com/asrient)) -- New: Add support for multi-language spell check ([#661](https://github.com/laurent22/joplin/issues/661)7) +- New: Add support for multi-language spell check ([#6617](https://github.com/laurent22/joplin/issues/6617)) - New: Add zoom feature on PDF viewer ([#6748](https://github.com/laurent22/joplin/issues/6748) by [@asrient](https://github.com/asrient)) - New: Added PDF viewer options ([#6800](https://github.com/laurent22/joplin/issues/6800) by [@asrient](https://github.com/asrient)) - New: Plugins: Add support for media links in plugin manifest.json ([#6672](https://github.com/laurent22/joplin/issues/6672) by [@Retrove](https://github.com/Retrove)) @@ -383,8 +383,8 @@ - Improved: PDF scroll persistence ([#6747](https://github.com/laurent22/joplin/issues/6747) by [@asrient](https://github.com/asrient)) - Fixed: Avoid reloading loaded plugin scripts ([#6742](https://github.com/laurent22/joplin/issues/6742)) ([#6719](https://github.com/laurent22/joplin/issues/6719) by [@SeptemberHX](https://github.com/SeptemberHX)) - Fixed: Fix resources sync when proxy is set ([#6817](https://github.com/laurent22/joplin/issues/6817)) ([#6688](https://github.com/laurent22/joplin/issues/6688) by Self Not Found) -- Fixed: Fixed file and directory paths in plugin setting dialogs ([#669](https://github.com/laurent22/joplin/issues/669)2) -- Fixed: Fixed names of imported duplicate notebooks ([#670](https://github.com/laurent22/joplin/issues/670)4) +- Fixed: Fixed file and directory paths in plugin setting dialogs ([#6692](https://github.com/laurent22/joplin/issues/6692)) +- Fixed: Fixed names of imported duplicate notebooks ([#6704](https://github.com/laurent22/joplin/issues/6704)) ## [v2.9.4](https://github.com/laurent22/joplin/releases/tag/v2.9.4) (Pre-release) - 2022-08-18T16:52:26Z @@ -398,7 +398,7 @@ - Improved: Allow electron flag to disable smooth scrolling ([#6712](https://github.com/laurent22/joplin/issues/6712) by [@joserebelo](https://github.com/joserebelo)) - Improved: New Embedded Pdf Viewer ([#6681](https://github.com/laurent22/joplin/issues/6681) by [@asrient](https://github.com/asrient)) -- Fixed: Do not encrypt non-owned note if it was not shared encrypted ([#664](https://github.com/laurent22/joplin/issues/664)5) +- Fixed: Do not encrypt non-owned note if it was not shared encrypted ([#6645](https://github.com/laurent22/joplin/issues/6645)) - Fixed: Fixed broken image links ([#6590](https://github.com/laurent22/joplin/issues/6590)) ([#6570](https://github.com/laurent22/joplin/issues/6570) by [@SFulpius](https://github.com/SFulpius)) - Fixed: Play flac files ([#6666](https://github.com/laurent22/joplin/issues/6666)) ([#6434](https://github.com/laurent22/joplin/issues/6434) by [@SFulpius](https://github.com/SFulpius)) @@ -409,9 +409,9 @@ - Improved: Checkbox don't function while checkbox format button hidden from toolbar ([#6567](https://github.com/laurent22/joplin/issues/6567)) ([#6172](https://github.com/laurent22/joplin/issues/6172) by [@SFulpius](https://github.com/SFulpius)) - Improved: Update to Electron 18 ([#6496](https://github.com/laurent22/joplin/issues/6496) by [@alexmo1997](https://github.com/alexmo1997)) - Fixed: Allow styling note list items using custom CSS ([#6542](https://github.com/laurent22/joplin/issues/6542)) ([#5178](https://github.com/laurent22/joplin/issues/5178) by Kenichi Kobayashi) -- Fixed: App can crash with certain combinations of plugins ([#650](https://github.com/laurent22/joplin/issues/650)6) -- Fixed: Search field focus is stolen on layout change ([#651](https://github.com/laurent22/joplin/issues/651)4) -- Fixed: Search field would not clear as expected ([#655](https://github.com/laurent22/joplin/issues/655)7) +- Fixed: App can crash with certain combinations of plugins ([#6506](https://github.com/laurent22/joplin/issues/6506)) +- Fixed: Search field focus is stolen on layout change ([#6514](https://github.com/laurent22/joplin/issues/6514)) +- Fixed: Search field would not clear as expected ([#6557](https://github.com/laurent22/joplin/issues/6557)) - Security: Fixes XSS in GotoAnything dialog (Vulnerability found by [@ly1g3](https://github.com/ly1g3) CVE-2022-35131) ([e797ebb](https://github.com/laurent22/joplin/commit/e797ebb)) ## [v2.8.8](https://github.com/laurent22/joplin/releases/tag/v2.8.8) - 2022-05-17T14:48:06Z @@ -422,8 +422,8 @@ ## [v2.8.7](https://github.com/laurent22/joplin/releases/tag/v2.8.7) (Pre-release) - 2022-05-06T11:34:27Z - Improved: Sort sync target options ([814a5a0](https://github.com/laurent22/joplin/commit/814a5a0)) -- Fixed: Make undo/redo menu items translatable ([#643](https://github.com/laurent22/joplin/issues/643)5) -- Fixed: Sync config was lost when switching profiles ([#645](https://github.com/laurent22/joplin/issues/645)9) +- Fixed: Make undo/redo menu items translatable ([#6435](https://github.com/laurent22/joplin/issues/6435)) +- Fixed: Sync config was lost when switching profiles ([#6459](https://github.com/laurent22/joplin/issues/6459)) ## [v2.8.6](https://github.com/laurent22/joplin/releases/tag/v2.8.6) (Pre-release) - 2022-05-03T10:08:25Z @@ -442,20 +442,20 @@ - New: Multi-profiles: Added profile ID in CSS root class so that different profiles can have different styles ([fd9fe5c](https://github.com/laurent22/joplin/commit/fd9fe5c)) - Improved: Enabled plugin throttling logic to prevent certain plugins from freezing the app ([b716755](https://github.com/laurent22/joplin/commit/b716755)) -- Improved: Multi-profiles: Improve performance when switching notes, when multiple plugins are loaded ([#639](https://github.com/laurent22/joplin/issues/639)4) +- Improved: Multi-profiles: Improve performance when switching notes, when multiple plugins are loaded ([#6394](https://github.com/laurent22/joplin/issues/6394)) - Improved: Multi-profiles: Assign an ID to profiles and remove path ([b4a6e17](https://github.com/laurent22/joplin/commit/b4a6e17)) - Improved: Multi-profiles: Automatically restart the app when switching profiles on Linux ([1797e84](https://github.com/laurent22/joplin/commit/1797e84)) - Improved: Multi-profiles: Share UI layout between profiles ([a111531](https://github.com/laurent22/joplin/commit/a111531)) - Improved: Multi-profiles: Share custom CSS between profiles ([0cdef66](https://github.com/laurent22/joplin/commit/0cdef66)) - Improved: Multi-profiles: Share plugins between profiles ([510df43](https://github.com/laurent22/joplin/commit/510df43)) -- Improved: Multi-profiles: Locale was not being preserved when creating a new profile ([#641](https://github.com/laurent22/joplin/issues/641)1) +- Improved: Multi-profiles: Locale was not being preserved when creating a new profile ([#6411](https://github.com/laurent22/joplin/issues/6411)) - Improved: Performance improvement when switching note while plugins are running ([#6409](https://github.com/laurent22/joplin/issues/6409)) ([#5770](https://github.com/laurent22/joplin/issues/5770) by Kenichi Kobayashi) - Fixed: Editor context menu was broken (regression) ([#6422](https://github.com/laurent22/joplin/issues/6422)) ([#6126](https://github.com/laurent22/joplin/issues/6126) by [@asrient](https://github.com/asrient)) -- Fixed: Opening a file with ctrl-click in the editor results in a 'network error' dialogue ([#614](https://github.com/laurent22/joplin/issues/614)5) +- Fixed: Opening a file with ctrl-click in the editor results in a 'network error' dialogue ([#6145](https://github.com/laurent22/joplin/issues/6145)) ## [v2.8.2](https://github.com/laurent22/joplin/releases/tag/v2.8.2) (Pre-release) - 2022-04-14T11:35:45Z -- New: Add support for multiple profiles ([#6385](https://github.com/laurent22/joplin/issues/6385)) ([#59](https://github.com/laurent22/joplin/issues/59)1) +- New: Add support for multiple profiles ([#6385](https://github.com/laurent22/joplin/issues/6385)) ([#591](https://github.com/laurent22/joplin/issues/591)) - New: Allow saving a Mermaid graph as a PNG or SVG via context menu ([#6126](https://github.com/laurent22/joplin/issues/6126)) ([#6100](https://github.com/laurent22/joplin/issues/6100) by [@asrient](https://github.com/asrient)) - New: Support for Joplin Cloud recursive linked notes ([9d9420a](https://github.com/laurent22/joplin/commit/9d9420a)) - Improved: Don’t unpin app from taskbar on update ([#6271](https://github.com/laurent22/joplin/issues/6271)) ([#4155](https://github.com/laurent22/joplin/issues/4155) by Daniel Aleksandersen) @@ -463,8 +463,8 @@ - Improved: Plugins: Add support for "categories" manifest field ([#6109](https://github.com/laurent22/joplin/issues/6109)) ([#5867](https://github.com/laurent22/joplin/issues/5867) by Mayank Bondre) - Improved: Plugins: Allow updating a resource via the data API ([74273cd](https://github.com/laurent22/joplin/commit/74273cd)) - Improved: Automatically start sync after setting the sync parameters ([ff066ba](https://github.com/laurent22/joplin/commit/ff066ba)) -- Improved: Improve E2EE usability when accidentally creating multiple keys ([#6399](https://github.com/laurent22/joplin/issues/6399)) ([#633](https://github.com/laurent22/joplin/issues/633)8) -- Improved: Improved handling of ENTER and ESCAPE keys in dialogs ([#619](https://github.com/laurent22/joplin/issues/619)4) +- Improved: Improve E2EE usability when accidentally creating multiple keys ([#6399](https://github.com/laurent22/joplin/issues/6399)) ([#6338](https://github.com/laurent22/joplin/issues/6338)) +- Improved: Improved handling of ENTER and ESCAPE keys in dialogs ([#6194](https://github.com/laurent22/joplin/issues/6194)) - Fixed: Fixed color of published note on Light theme ([21706fa](https://github.com/laurent22/joplin/commit/21706fa)) - Fixed: Fixed creation of empty notebooks when importing directory of files ([#6274](https://github.com/laurent22/joplin/issues/6274)) ([#6197](https://github.com/laurent22/joplin/issues/6197) by [@Retrove](https://github.com/Retrove)) - Fixed: Fixes right click menu on Markdown Editor ([#6132](https://github.com/laurent22/joplin/issues/6132) by [@bishoy-magdy](https://github.com/bishoy-magdy)) @@ -472,17 +472,17 @@ ## [v2.7.15](https://github.com/laurent22/joplin/releases/tag/v2.7.15) - 2022-03-17T13:03:23Z -- Improved: Handle invalid revision patches ([#620](https://github.com/laurent22/joplin/issues/620)9) -- Fixed: Clicking on folder button was no longer jumping to the right folder ([#558](https://github.com/laurent22/joplin/issues/558)4) -- Fixed: Ensure that note revision markup type is set correctly ([#626](https://github.com/laurent22/joplin/issues/626)1) +- Improved: Handle invalid revision patches ([#6209](https://github.com/laurent22/joplin/issues/6209)) +- Fixed: Clicking on folder button was no longer jumping to the right folder ([#5584](https://github.com/laurent22/joplin/issues/5584)) +- Fixed: Ensure that note revision markup type is set correctly ([#6261](https://github.com/laurent22/joplin/issues/6261)) - Fixed: Fixed Tags Order ([#6136](https://github.com/laurent22/joplin/issues/6136)) ([#5686](https://github.com/laurent22/joplin/issues/5686) by [@OmGole](https://github.com/OmGole)) -- Fixed: Undo and redo on note title did not work in some cases ([#621](https://github.com/laurent22/joplin/issues/621)4) +- Fixed: Undo and redo on note title did not work in some cases ([#6214](https://github.com/laurent22/joplin/issues/6214)) ## [v2.7.14](https://github.com/laurent22/joplin/releases/tag/v2.7.14) - 2022-02-27T11:30:53Z - Improved: Improve error message when revision metadata cannot be decoded, to improve debugging ([a325bf6](https://github.com/laurent22/joplin/commit/a325bf6)) -- Fixed: Prevent certain errors from stopping the revision service ([#553](https://github.com/laurent22/joplin/issues/553)1) -- Fixed: Note export could fail in some cases (regression) ([#620](https://github.com/laurent22/joplin/issues/620)3) +- Fixed: Prevent certain errors from stopping the revision service ([#5531](https://github.com/laurent22/joplin/issues/5531)) +- Fixed: Note export could fail in some cases (regression) ([#6203](https://github.com/laurent22/joplin/issues/6203)) ## [v2.7.13](https://github.com/laurent22/joplin/releases/tag/v2.7.13) - 2022-02-24T17:42:12Z @@ -491,7 +491,7 @@ ## [v2.7.12](https://github.com/laurent22/joplin/releases/tag/v2.7.12) (Pre-release) - 2022-02-14T15:06:14Z -- Fixed: Exported JEX notebook should not contain share metadata ([#612](https://github.com/laurent22/joplin/issues/612)9) +- Fixed: Exported JEX notebook should not contain share metadata ([#6129](https://github.com/laurent22/joplin/issues/6129)) ## [v2.7.11](https://github.com/laurent22/joplin/releases/tag/v2.7.11) (Pre-release) - 2022-02-12T13:00:02Z @@ -503,15 +503,15 @@ Important: If you use custom notebook icons and sync with the mobile app, make sure also install the latest 2.7 mobile app. - New: Add additional time format HH.mm ([#6086](https://github.com/laurent22/joplin/issues/6086) by [@vincentjocodes](https://github.com/vincentjocodes)) -- New: Add support for custom notebook icons ([#611](https://github.com/laurent22/joplin/issues/611)0) +- New: Add support for custom notebook icons ([#6110](https://github.com/laurent22/joplin/issues/6110)) - Improved: Fixed sync scroll issue ([#6059](https://github.com/laurent22/joplin/issues/6059)) ([#5808](https://github.com/laurent22/joplin/issues/5808) by Caleb John) - Improved: Make heading 4, 5 and 6 styling more consistent ([fca5875](https://github.com/laurent22/joplin/commit/fca5875)) - Improved: Update Mermaid 8.13.5 -> 8.13.9 and Katex dependencies ([#6039](https://github.com/laurent22/joplin/issues/6039) by Helmut K. C. Tessarek) - Fixed: Add "Other applications" import menu item ([#6118](https://github.com/laurent22/joplin/issues/6118)) ([#6108](https://github.com/laurent22/joplin/issues/6108) by Helmut K. C. Tessarek) - Fixed: Global search focuses text in notes so that edits overwrite highlighted text ([#6040](https://github.com/laurent22/joplin/issues/6040)) ([#6035](https://github.com/laurent22/joplin/issues/6035) by Caleb John) -- Fixed: Login field was sometimes disabled on Sync Wizard dialog ([#607](https://github.com/laurent22/joplin/issues/607)5) +- Fixed: Login field was sometimes disabled on Sync Wizard dialog ([#6075](https://github.com/laurent22/joplin/issues/6075)) - Fixed: Scroll position is not remembered (regression) ([#6043](https://github.com/laurent22/joplin/issues/6043)) ([#6042](https://github.com/laurent22/joplin/issues/6042) by Kenichi Kobayashi) -- Fixed: Shared resource was not encrypted with correct encryption key ([#609](https://github.com/laurent22/joplin/issues/609)2) +- Fixed: Shared resource was not encrypted with correct encryption key ([#6092](https://github.com/laurent22/joplin/issues/6092)) ## [v2.7.8](https://github.com/laurent22/joplin/releases/tag/v2.7.8) (Pre-release) - 2022-01-19T09:35:27Z @@ -535,14 +535,14 @@ Important: If you use custom notebook icons and sync with the mobile app, make s - Improved: Better handling of bold text to simplify customisation ([#5732](https://github.com/laurent22/joplin/issues/5732) by Hieu-Thi Luong) - Improved: Clickable tags in Tag Bar ([#5956](https://github.com/laurent22/joplin/issues/5956) by Kenichi Kobayashi) - Improved: Do no duplicate resources when duplicating a note ([721d008](https://github.com/laurent22/joplin/commit/721d008)) -- Improved: Expand search field when clicking on search button ([#589](https://github.com/laurent22/joplin/issues/589)3) +- Improved: Expand search field when clicking on search button ([#5893](https://github.com/laurent22/joplin/issues/5893)) - Improved: Focus notebook title when opening Notebook dialog ([3117133](https://github.com/laurent22/joplin/commit/3117133)) -- Improved: Plugins: Throttle plugins that make too many API calls ([#589](https://github.com/laurent22/joplin/issues/589)5) +- Improved: Plugins: Throttle plugins that make too many API calls ([#5895](https://github.com/laurent22/joplin/issues/5895)) - Improved: Prevent Desktop Environments to launch a new window ([#5984](https://github.com/laurent22/joplin/issues/5984) by Felipe Kinoshita) - Improved: Right click on image to copy it to clipboard ([297b992](https://github.com/laurent22/joplin/commit/297b992)) - Improved: Show login prompt for OneDrive ([#5933](https://github.com/laurent22/joplin/issues/5933) by Jonathan Heard) -- Improved: Use same notebook dialog when creating a new notebook too ([#593](https://github.com/laurent22/joplin/issues/593)4) -- Fixed: Add back text editor commands to Command Palette ([#570](https://github.com/laurent22/joplin/issues/570)7) +- Improved: Use same notebook dialog when creating a new notebook too ([#5934](https://github.com/laurent22/joplin/issues/5934)) +- Fixed: Add back text editor commands to Command Palette ([#5707](https://github.com/laurent22/joplin/issues/5707)) - Fixed: Cannot jump if local search count is one ([#5894](https://github.com/laurent22/joplin/issues/5894)) ([#5549](https://github.com/laurent22/joplin/issues/5549) by Kenichi Kobayashi) - Fixed: Editor loses cursor focus when Ctrl+F search is closed ([#5919](https://github.com/laurent22/joplin/issues/5919)) ([#5850](https://github.com/laurent22/joplin/issues/5850) by Kenichi Kobayashi) - Fixed: Fix white space in the bottom of Add Tag Prompt dialog ([#5998](https://github.com/laurent22/joplin/issues/5998) by Krishna Kumar) @@ -555,15 +555,15 @@ Important: If you use custom notebook icons and sync with the mobile app, make s - Fixed: Scroll jumps when images are rendered in Markdown Editor ([#5929](https://github.com/laurent22/joplin/issues/5929)) ([#5918](https://github.com/laurent22/joplin/issues/5918) by Kenichi Kobayashi) - Fixed: Scrolling was out of sync when a Multi Markdown Table was being used ([#5815](https://github.com/laurent22/joplin/issues/5815)) ([#5808](https://github.com/laurent22/joplin/issues/5808) by Caleb John) - Fixed: Show error on sync if S3 region is not set ([#5923](https://github.com/laurent22/joplin/issues/5923)) ([#5875](https://github.com/laurent22/joplin/issues/5875) by [@shinglyu](https://github.com/shinglyu)) -- Fixed: Update menu item labels when the language changes ([#592](https://github.com/laurent22/joplin/issues/592)7) +- Fixed: Update menu item labels when the language changes ([#5927](https://github.com/laurent22/joplin/issues/5927)) - Fixed: Default sort order lost on exit ([#6022](https://github.com/laurent22/joplin/issues/6022)) ([#5968](https://github.com/laurent22/joplin/issues/5968) by Kenichi Kobayashi) - Fixed: Scroll positions are not preserved when layout changes ([#6021](https://github.com/laurent22/joplin/issues/6021)) ([#5981](https://github.com/laurent22/joplin/issues/5981) by Kenichi Kobayashi) -- Security: Fixes [#6004](https://github.com/laurent22/joplin/issues/6004): Prevent XSS in Goto Anything ([#600](https://github.com/laurent22/joplin/issues/600)4) +- Security: Fixes [#6004](https://github.com/laurent22/joplin/issues/6004): Prevent XSS in Goto Anything ([#6004](https://github.com/laurent22/joplin/issues/6004)) ## [v2.6.10](https://github.com/laurent22/joplin/releases/tag/v2.6.10) - 2021-12-19T11:31:16Z -- Fixed: Fixed export of HTML files on Linux ([#587](https://github.com/laurent22/joplin/issues/587)3) -- Fixed: Fixed exporting notes that contain Mermaid diagrams as PDF or HTML ([#587](https://github.com/laurent22/joplin/issues/587)9) +- Fixed: Fixed export of HTML files on Linux ([#5873](https://github.com/laurent22/joplin/issues/5873)) +- Fixed: Fixed exporting notes that contain Mermaid diagrams as PDF or HTML ([#5879](https://github.com/laurent22/joplin/issues/5879)) - Fixed: Markdown search no longer scrolls to result ([#5876](https://github.com/laurent22/joplin/issues/5876)) ([#5872](https://github.com/laurent22/joplin/issues/5872) by Kenichi Kobayashi) ## [v2.6.9](https://github.com/laurent22/joplin/releases/tag/v2.6.9) - 2021-12-17T11:57:32Z @@ -591,11 +591,11 @@ Important: If you use custom notebook icons and sync with the mobile app, make s - Improved: Allow flags for native wayland ([#5804](https://github.com/laurent22/joplin/issues/5804) by [@stephanoskomnenos](https://github.com/stephanoskomnenos)) - Improved: Also duplicate resources when duplicating a note ([c0a8c33](https://github.com/laurent22/joplin/commit/c0a8c33)) - Improved: Improved S3 sync error handling and reliability, and upgraded S3 SDK ([#5312](https://github.com/laurent22/joplin/issues/5312) by Lee Matos) -- Improved: Improved error message when synchronising with Joplin Server ([#575](https://github.com/laurent22/joplin/issues/575)4) +- Improved: Improved error message when synchronising with Joplin Server ([#5754](https://github.com/laurent22/joplin/issues/5754)) - Improved: When exporting as HTML, pack all images, styles and scripts inside the HTML file ([98ed2be](https://github.com/laurent22/joplin/commit/98ed2be)) - Fixed: Fixed sharing notebook when recipient is not allowed to share ([1bb7bbb](https://github.com/laurent22/joplin/commit/1bb7bbb)) -- Fixed: Handle duplicate attachments when the parent notebook is shared ([#579](https://github.com/laurent22/joplin/issues/579)6) -- Fixed: Opening a file with ctrl and click leads to an error in the Rich Text editor ([#569](https://github.com/laurent22/joplin/issues/569)3) +- Fixed: Handle duplicate attachments when the parent notebook is shared ([#5796](https://github.com/laurent22/joplin/issues/5796)) +- Fixed: Opening a file with ctrl and click leads to an error in the Rich Text editor ([#5693](https://github.com/laurent22/joplin/issues/5693)) - Fixed: Rich text editor flashing white when switching notes/editor ([#5793](https://github.com/laurent22/joplin/issues/5793)) ([#5311](https://github.com/laurent22/joplin/issues/5311) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Sync wizard is displayed incorrectly in dev mode ([#5749](https://github.com/laurent22/joplin/issues/5749)) ([#5373](https://github.com/laurent22/joplin/issues/5373) by [@Rishabhraghwendra18](https://github.com/Rishabhraghwendra18)) @@ -604,29 +604,29 @@ Important: If you use custom notebook icons and sync with the mobile app, make s - New: Sort Order Buttons and Per-Notebook Sort Order ([#5437](https://github.com/laurent22/joplin/issues/5437) by Kenichi Kobayashi) - New: Added support for notebook icons ([e97bb78](https://github.com/laurent22/joplin/commit/e97bb78)) - New: Implements Sync-Scroll for Markdown Editor and Viewer ([#5512](https://github.com/laurent22/joplin/issues/5512)) ([#2242](https://github.com/laurent22/joplin/issues/2242) by Kenichi Kobayashi) -- New: Add support for encrypted notebooks via Joplin Server ([#552](https://github.com/laurent22/joplin/issues/552)9) +- New: Add support for encrypted notebooks via Joplin Server ([#5529](https://github.com/laurent22/joplin/issues/5529)) - New: Add shortcut for bulleted list ([#5698](https://github.com/laurent22/joplin/issues/5698) by Helmut K. C. Tessarek) -- New: Add support for faster Joplin Server built-in sync locks ([#566](https://github.com/laurent22/joplin/issues/566)2) +- New: Add support for faster Joplin Server built-in sync locks ([#5662](https://github.com/laurent22/joplin/issues/5662)) - New: Add support for more style of highlighted texts when importing ENEX files ([89179c2](https://github.com/laurent22/joplin/commit/89179c2)) - Improved: Allow showing passwords in Master Password dialog ([79d97f2](https://github.com/laurent22/joplin/commit/79d97f2)) - Improved: Fixed and improve laggy scroll in text editor ([#5606](https://github.com/laurent22/joplin/issues/5606)) ([#4827](https://github.com/laurent22/joplin/issues/4827) by Kenichi Kobayashi) - Improved: Improved error message when a file cannot be uploaded or downloaded ([567ba06](https://github.com/laurent22/joplin/commit/567ba06)) -- Improved: Make code blocks horizontally scrollable on note viewer ([#574](https://github.com/laurent22/joplin/issues/574)0) +- Improved: Make code blocks horizontally scrollable on note viewer ([#5740](https://github.com/laurent22/joplin/issues/5740)) - Improved: Plugins: Allow posting messages from plugin to webview ([#5569](https://github.com/laurent22/joplin/issues/5569) by [@agerardin](https://github.com/agerardin)) - Fixed: Currently opened note is not updated after sync (5582) ([#5711](https://github.com/laurent22/joplin/issues/5711)) ([#5582](https://github.com/laurent22/joplin/issues/5582) by Kenichi Kobayashi) - Fixed: Fixed button to upgrade a master key ([725c79d](https://github.com/laurent22/joplin/commit/725c79d)) - Fixed: Fixed issue that could cause application to needlessly lock the sync target ([0de6e9e](https://github.com/laurent22/joplin/commit/0de6e9e)) -- Fixed: Fixed issue with parts of HTML notes not being displayed in some cases ([#568](https://github.com/laurent22/joplin/issues/568)7) -- Fixed: Long resource filenames were being incorrectly cut ([#565](https://github.com/laurent22/joplin/issues/565)3) -- Fixed: Message in search box dialog was not readable in dark mode ([#566](https://github.com/laurent22/joplin/issues/566)6) -- Fixed: OneDrive login screen was not readable in dark mode ([#572](https://github.com/laurent22/joplin/issues/572)6) -- Fixed: Plugin secure settings would be lost if keychain is not enabled ([#572](https://github.com/laurent22/joplin/issues/572)0) -- Fixed: Sharing multiple notebooks via Joplin Server with the same user results in an error ([#572](https://github.com/laurent22/joplin/issues/572)1) -- Fixed: Text was unreadable in dark mode when dropping a note on Rich Text editor ([#571](https://github.com/laurent22/joplin/issues/571)0) +- Fixed: Fixed issue with parts of HTML notes not being displayed in some cases ([#5687](https://github.com/laurent22/joplin/issues/5687)) +- Fixed: Long resource filenames were being incorrectly cut ([#5653](https://github.com/laurent22/joplin/issues/5653)) +- Fixed: Message in search box dialog was not readable in dark mode ([#5666](https://github.com/laurent22/joplin/issues/5666)) +- Fixed: OneDrive login screen was not readable in dark mode ([#5726](https://github.com/laurent22/joplin/issues/5726)) +- Fixed: Plugin secure settings would be lost if keychain is not enabled ([#5720](https://github.com/laurent22/joplin/issues/5720)) +- Fixed: Sharing multiple notebooks via Joplin Server with the same user results in an error ([#5721](https://github.com/laurent22/joplin/issues/5721)) +- Fixed: Text was unreadable in dark mode when dropping a note on Rich Text editor ([#5710](https://github.com/laurent22/joplin/issues/5710)) ## [v2.5.12](https://github.com/laurent22/joplin/releases/tag/v2.5.12) - 2021-11-08T11:07:11Z -- Fixed regression: Long resource filenames were being incorrectly cut when exporting as Markdown ([#565](https://github.com/laurent22/joplin/issues/565)3) +- Fixed regression: Long resource filenames were being incorrectly cut when exporting as Markdown ([#5653](https://github.com/laurent22/joplin/issues/5653)) ## [v2.5.10](https://github.com/laurent22/joplin/releases/tag/v2.5.10) - 2021-11-01T08:22:42Z @@ -635,8 +635,8 @@ Important: If you use custom notebook icons and sync with the mobile app, make s ## [v2.5.8](https://github.com/laurent22/joplin/releases/tag/v2.5.8) - 2021-10-31T11:38:03Z -- Improved: Enable safe mode for Markdown editor too ([#559](https://github.com/laurent22/joplin/issues/559)3) -- Fixed: Do not render very large code blocks to prevent app from freezing ([#559](https://github.com/laurent22/joplin/issues/559)3) +- Improved: Enable safe mode for Markdown editor too ([#5593](https://github.com/laurent22/joplin/issues/5593)) +- Fixed: Do not render very large code blocks to prevent app from freezing ([#5593](https://github.com/laurent22/joplin/issues/5593)) ## [v2.5.7](https://github.com/laurent22/joplin/releases/tag/v2.5.7) (Pre-release) - 2021-10-29T14:47:33Z @@ -652,7 +652,7 @@ Important: If you use custom notebook icons and sync with the mobile app, make s ## [v2.5.4](https://github.com/laurent22/joplin/releases/tag/v2.5.4) (Pre-release) - 2021-10-19T10:10:54Z -- New: Add support for public-private key pairs and improved master password support ([#543](https://github.com/laurent22/joplin/issues/543)8) +- New: Add support for public-private key pairs and improved master password support ([#5438](https://github.com/laurent22/joplin/issues/5438)) - New: Add Markdown + Front Matter exporter/importer ([#5465](https://github.com/laurent22/joplin/issues/5465)) ([#5224](https://github.com/laurent22/joplin/issues/5224) by [@CalebJohn](https://github.com/CalebJohn)) - New: Add support for callback URLs ([#5416](https://github.com/laurent22/joplin/issues/5416)) ([#5168](https://github.com/laurent22/joplin/issues/5168) by Roman Musin) - Improved: Allows a shared notebook recipient to leave the notebook ([7354548](https://github.com/laurent22/joplin/commit/7354548)) @@ -661,14 +661,14 @@ Important: If you use custom notebook icons and sync with the mobile app, make s - Improved: Laggy scrolling in Markdown viewer ([#5496](https://github.com/laurent22/joplin/issues/5496)) ([#4827](https://github.com/laurent22/joplin/issues/4827) by Kenichi Kobayashi) - Improved: Mentioned on share dialog that it may take a few minutes for all notes to appear on the recipient device ([852c6f2](https://github.com/laurent22/joplin/commit/852c6f2)) - Fixed: Bright background around code block insertion dialog in dark mode ([#5491](https://github.com/laurent22/joplin/issues/5491)) ([#5310](https://github.com/laurent22/joplin/issues/5310) by [@Rishabhraghwendra18](https://github.com/Rishabhraghwendra18)) -- Fixed: Certain attachments were not being automatically deleted ([#93](https://github.com/laurent22/joplin/issues/93)2) -- Fixed: Exclude disabled commands from Goto Anything ([#542](https://github.com/laurent22/joplin/issues/542)1) -- Fixed: Fixed running out of memory when importing large ENEX files ([#554](https://github.com/laurent22/joplin/issues/554)3) +- Fixed: Certain attachments were not being automatically deleted ([#932](https://github.com/laurent22/joplin/issues/932)) +- Fixed: Exclude disabled commands from Goto Anything ([#5421](https://github.com/laurent22/joplin/issues/5421)) +- Fixed: Fixed running out of memory when importing large ENEX files ([#5543](https://github.com/laurent22/joplin/issues/5543)) - Fixed: Fixed share dialog button sizes ([1fee83d](https://github.com/laurent22/joplin/commit/1fee83d)) ## [v2.4.12](https://github.com/laurent22/joplin/releases/tag/v2.4.12) - 2021-10-13T17:24:34Z -- Fixed: Fixed running out of memory when importing large ENEX files ([#554](https://github.com/laurent22/joplin/issues/554)3) +- Fixed: Fixed running out of memory when importing large ENEX files ([#5543](https://github.com/laurent22/joplin/issues/5543)) ## [v2.5.1](https://github.com/laurent22/joplin/releases/tag/v2.5.1) (Pre-release) - 2021-10-02T09:51:58Z @@ -684,22 +684,22 @@ Important: If you use custom notebook icons and sync with the mobile app, make s ## [v2.4.8](https://github.com/laurent22/joplin/releases/tag/v2.4.8) (Pre-release) - 2021-09-22T19:01:46Z - Fixed: Fixed Sync Wizard logo images on Windows ([da88475](https://github.com/laurent22/joplin/commit/da88475)) -- Improved: Improved plugin search and installing new plugins from China ([#516](https://github.com/laurent22/joplin/issues/516)1) +- Improved: Improved plugin search and installing new plugins from China ([#5161](https://github.com/laurent22/joplin/issues/5161)) ## [v2.4.7](https://github.com/laurent22/joplin/releases/tag/v2.4.7) (Pre-release) - 2021-09-19T12:53:22Z - New: MacOS: Added Cmd+Backspace shortcut to delete line ([#5478](https://github.com/laurent22/joplin/issues/5478) by Helmut K. C. Tessarek) - Improved: Display 0/0 when no search results are found in editor ([#5360](https://github.com/laurent22/joplin/issues/5360)) ([#5299](https://github.com/laurent22/joplin/issues/5299) by Nikhil Gautam) -- Improved: Do not escape content when copying from Rich Text editor ([#544](https://github.com/laurent22/joplin/issues/544)0) +- Improved: Do not escape content when copying from Rich Text editor ([#5440](https://github.com/laurent22/joplin/issues/5440)) - Improved: Fire resize event whenever the layout changes ([#5344](https://github.com/laurent22/joplin/issues/5344)) ([#5233](https://github.com/laurent22/joplin/issues/5233) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Linux: Installer: properly quote variables ([#5476](https://github.com/laurent22/joplin/issues/5476) by [@a1346054](https://github.com/a1346054)) - Improved: Support for user-data-dir flag ([#5467](https://github.com/laurent22/joplin/issues/5467) by [@Marph](https://github.com/Marph)) - Improved: Sync deleted items first to allow fixing oversized accounts ([43c594b](https://github.com/laurent22/joplin/commit/43c594b)) - Improved: Update Mermaid 8.10.2 -> 8.12.1 and fix gitGraph crash ([#5448](https://github.com/laurent22/joplin/issues/5448)) ([#5295](https://github.com/laurent22/joplin/issues/5295) by Helmut K. C. Tessarek) -- Fixed: Editor max width was not always applied in Rich Text editor ([#546](https://github.com/laurent22/joplin/issues/546)1) +- Fixed: Editor max width was not always applied in Rich Text editor ([#5461](https://github.com/laurent22/joplin/issues/5461)) - Fixed: Misinterpreted search term after filter in quotation marks ([#5445](https://github.com/laurent22/joplin/issues/5445)) ([#5444](https://github.com/laurent22/joplin/issues/5444) by [@JackGruber](https://github.com/JackGruber)) - Fixed: Plugin onNoteSelectionChange() is triggered twice after a search ([#5449](https://github.com/laurent22/joplin/issues/5449)) ([#5447](https://github.com/laurent22/joplin/issues/5447) by Kenichi Kobayashi) -- Fixed: Underline was not applied when using Cmd+U in Rich Text editor ([#548](https://github.com/laurent22/joplin/issues/548)0) +- Fixed: Underline was not applied when using Cmd+U in Rich Text editor ([#5480](https://github.com/laurent22/joplin/issues/5480)) ## [v2.4.6](https://github.com/laurent22/joplin/releases/tag/v2.4.6) (Pre-release) - 2021-09-09T18:57:17Z @@ -710,10 +710,10 @@ Important: If you use custom notebook icons and sync with the mobile app, make s - New: Linux: Add Centos 7 for no sandbox ([#5401](https://github.com/laurent22/joplin/issues/5401) by [@geant44](https://github.com/geant44)) - Improved: Allow disabling any master key, including default or active one ([9407efd](https://github.com/laurent22/joplin/commit/9407efd)) -- Improved: Api: Add support for "events" end point to retrieve info about latest note changes ([#519](https://github.com/laurent22/joplin/issues/519)9) +- Improved: Api: Add support for "events" end point to retrieve info about latest note changes ([#5199](https://github.com/laurent22/joplin/issues/5199)) - Improved: Load themes as CSS variables for use in custom themes and internal components ([478d4ac](https://github.com/laurent22/joplin/commit/478d4ac)) - Improved: Sort plugin results according to recommended property, and display Recommended tag ([d97ba57](https://github.com/laurent22/joplin/commit/d97ba57)) -- Fixed: Handle invalid search index in Goto Anything ([#541](https://github.com/laurent22/joplin/issues/541)7) +- Fixed: Handle invalid search index in Goto Anything ([#5417](https://github.com/laurent22/joplin/issues/5417)) - Fixed: Plugins: Fixed import API ([736bbbd](https://github.com/laurent22/joplin/commit/736bbbd)) ## [v2.4.4](https://github.com/laurent22/joplin/releases/tag/v2.4.4) (Pre-release) - 2021-08-30T16:02:51Z @@ -722,8 +722,8 @@ Important: If you use custom notebook icons and sync with the mobile app, make s ## [v2.4.3](https://github.com/laurent22/joplin/releases/tag/v2.4.3) (Pre-release) - 2021-08-28T15:27:32Z -- Improved: Display link to browse plugins when repository cannot be reached ([#516](https://github.com/laurent22/joplin/issues/516)1) -- Fixed: Fixed crash when a required master key does not exist ([#539](https://github.com/laurent22/joplin/issues/539)1) +- Improved: Display link to browse plugins when repository cannot be reached ([#5161](https://github.com/laurent22/joplin/issues/5161)) +- Fixed: Fixed crash when a required master key does not exist ([#5391](https://github.com/laurent22/joplin/issues/5391)) ## [v2.4.2](https://github.com/laurent22/joplin/releases/tag/v2.4.2) (Pre-release) - 2021-08-27T17:13:21Z @@ -731,8 +731,8 @@ Important: If you use custom notebook icons and sync with the mobile app, make s - Improved: Disable inline code background in vim mode ([#5370](https://github.com/laurent22/joplin/issues/5370)) ([#5364](https://github.com/laurent22/joplin/issues/5364) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Do not display master key upgrade warnings for new master keys ([70efadd](https://github.com/laurent22/joplin/commit/70efadd)) - Improved: Various improvements to Markdown import and export ([#5290](https://github.com/laurent22/joplin/issues/5290) by [@CalebJohn](https://github.com/CalebJohn)) -- Fixed: "Move to notebook" would break with empty input ([#534](https://github.com/laurent22/joplin/issues/534)6) -- Fixed: Prevent it from crashing with too long search queries ([#538](https://github.com/laurent22/joplin/issues/538)0) +- Fixed: "Move to notebook" would break with empty input ([#5346](https://github.com/laurent22/joplin/issues/5346)) +- Fixed: Prevent it from crashing with too long search queries ([#5380](https://github.com/laurent22/joplin/issues/5380)) ## [v2.4.1](https://github.com/laurent22/joplin/releases/tag/v2.4.1) (Pre-release) - 2021-08-21T11:52:30Z @@ -745,21 +745,21 @@ Important: If you use custom notebook icons and sync with the mobile app, make s - Improved: Removes markdown inline code padding ([#5331](https://github.com/laurent22/joplin/issues/5331) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Split code block class in two ([#5359](https://github.com/laurent22/joplin/issues/5359) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Add more specific classes for CodeMirror elements ([#5333](https://github.com/laurent22/joplin/issues/5333)) ([#5327](https://github.com/laurent22/joplin/issues/5327) by [@CalebJohn](https://github.com/CalebJohn)) -- Fixed: Fixed file paths when exporting as HTML ([#532](https://github.com/laurent22/joplin/issues/532)5) -- Fixed: GotoAnything is not working on first try ([#518](https://github.com/laurent22/joplin/issues/518)4) +- Fixed: Fixed file paths when exporting as HTML ([#5325](https://github.com/laurent22/joplin/issues/5325)) +- Fixed: GotoAnything is not working on first try ([#5184](https://github.com/laurent22/joplin/issues/5184)) ## [v2.3.5](https://github.com/laurent22/joplin/releases/tag/v2.3.5) - 2021-08-17T06:43:30Z - Improved: Allow setting a max width for the editor content ([8063c94](https://github.com/laurent22/joplin/commit/8063c94)) - Improved: Improved Markdown editor code styling, and add CSS classes for code ([#5314](https://github.com/laurent22/joplin/issues/5314)) ([#5297](https://github.com/laurent22/joplin/issues/5297) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Bump hightlight.js to v11.2 ([#5278](https://github.com/laurent22/joplin/issues/5278)) ([#5245](https://github.com/laurent22/joplin/issues/5245) by Roman Musin) -- Fixed (Regression): Fixed file paths when exporting as HTML ([#532](https://github.com/laurent22/joplin/issues/532)5) +- Fixed (Regression): Fixed file paths when exporting as HTML ([#5325](https://github.com/laurent22/joplin/issues/5325)) ## [v2.3.3](https://github.com/laurent22/joplin/releases/tag/v2.3.3) - 2021-08-14T09:19:40Z CAUTION: This release will ask you to upgrade your sync target, whether it's Dropbox, OneDrive, Joplin Cloud, etc. Once it is done, only apps version 2.3+ will be able to sync with it, so make sure you are ready to upgrade all your apps before installing this version. -- Improved: Improved E2EE usability by making its state a property of the sync target ([#527](https://github.com/laurent22/joplin/issues/527)6) +- Improved: Improved E2EE usability by making its state a property of the sync target ([#5276](https://github.com/laurent22/joplin/issues/5276)) ## [v2.2.7](https://github.com/laurent22/joplin/releases/tag/v2.2.7) - 2021-08-11T11:03:26Z @@ -771,7 +771,7 @@ CAUTION: This release will ask you to upgrade your sync target, whether it's Dro - Improved: Fix AWS S3 sync error and upgrade framework to v3 ([#5212](https://github.com/laurent22/joplin/issues/5212)) ([#4810](https://github.com/laurent22/joplin/issues/4810) by Lee Matos) - Improved: Handles OneDrive throttling responses and sets User-Agent based on Microsoft best practices ([#5246](https://github.com/laurent22/joplin/issues/5246)) ([#5244](https://github.com/laurent22/joplin/issues/5244) by [@alec](https://github.com/alec)) - Improved: Plugins: Hide note list menu items for commands that are disabled ([#5270](https://github.com/laurent22/joplin/issues/5270) by [@Ahmad45123](https://github.com/Ahmad45123)) -- Improved: Prevent plugins from crashing the application ([#527](https://github.com/laurent22/joplin/issues/527)3) +- Improved: Prevent plugins from crashing the application ([#5273](https://github.com/laurent22/joplin/issues/5273)) ## [v2.2.5](https://github.com/laurent22/joplin/releases/tag/v2.2.5) (Pre-release) - 2021-08-07T10:35:24Z @@ -785,25 +785,25 @@ IMPORTANT: If you are a plugin developer or if, as a user, you notice a plugin t - New: Plugins: Add support for loading application chrome and note CSS from the plugin ([07d2a60](https://github.com/laurent22/joplin/commit/07d2a60)) - New: Turn old plugin deprecation notices into errors ([7f00e4e](https://github.com/laurent22/joplin/commit/7f00e4e)) - Improved: Converted Clipper notification to a modal dialog that shows up in all screens ([fb9ec10](https://github.com/laurent22/joplin/commit/fb9ec10)) -- Improved: GotoAnything sometimes is not working on first try ([#518](https://github.com/laurent22/joplin/issues/518)4) -- Improved: Increase space between paragraphs in viewer and Rich Text editor to match Markdown editor ([#525](https://github.com/laurent22/joplin/issues/525)6) -- Fixed: Disable "Dropped file type is not supported" notification in Rich Text editor ([#526](https://github.com/laurent22/joplin/issues/526)8) -- Fixed: Do not export share properties ([#523](https://github.com/laurent22/joplin/issues/523)2) +- Improved: GotoAnything sometimes is not working on first try ([#5184](https://github.com/laurent22/joplin/issues/5184)) +- Improved: Increase space between paragraphs in viewer and Rich Text editor to match Markdown editor ([#5256](https://github.com/laurent22/joplin/issues/5256)) +- Fixed: Disable "Dropped file type is not supported" notification in Rich Text editor ([#5268](https://github.com/laurent22/joplin/issues/5268)) +- Fixed: Do not export share properties ([#5232](https://github.com/laurent22/joplin/issues/5232)) - Fixed: Fixed header spacing (regression) ([d3cd843](https://github.com/laurent22/joplin/commit/d3cd843)) -- Fixed: Fixed issue with orphaned resource being created in case of a resource conflict ([#522](https://github.com/laurent22/joplin/issues/522)3) -- Fixed: Fixed plugin state when it has been deleted outside the app ([#525](https://github.com/laurent22/joplin/issues/525)3) -- Fixed: Fixed recipient list colors in Share Notebook dialog ([#525](https://github.com/laurent22/joplin/issues/525)8) -- Fixed: Fixed share note color in note list ([#525](https://github.com/laurent22/joplin/issues/525)9) -- Fixed: Focus is lost while searching in all notes ([#520](https://github.com/laurent22/joplin/issues/520)8) -- Fixed: Import highlighted text from ENEX files ([#521](https://github.com/laurent22/joplin/issues/521)3) -- Fixed: Katex code could be broken after editing it in Rich Text editor ([#524](https://github.com/laurent22/joplin/issues/524)1) +- Fixed: Fixed issue with orphaned resource being created in case of a resource conflict ([#5223](https://github.com/laurent22/joplin/issues/5223)) +- Fixed: Fixed plugin state when it has been deleted outside the app ([#5253](https://github.com/laurent22/joplin/issues/5253)) +- Fixed: Fixed recipient list colors in Share Notebook dialog ([#5258](https://github.com/laurent22/joplin/issues/5258)) +- Fixed: Fixed share note color in note list ([#5259](https://github.com/laurent22/joplin/issues/5259)) +- Fixed: Focus is lost while searching in all notes ([#5208](https://github.com/laurent22/joplin/issues/5208)) +- Fixed: Import highlighted text from ENEX files ([#5213](https://github.com/laurent22/joplin/issues/5213)) +- Fixed: Katex code could be broken after editing it in Rich Text editor ([#5241](https://github.com/laurent22/joplin/issues/5241)) ## [v2.2.2](https://github.com/laurent22/joplin/releases/tag/v2.2.2) (Pre-release) - 2021-07-19T10:28:35Z Attention: The default font size has been changed in the Markdown editor. You can change it back in Config > Appearance > Editor font size. - Improved: Ensure that timestamps are not changed when sharing or unsharing a note ([cafaa9c](https://github.com/laurent22/joplin/commit/cafaa9c)) -- Improved: Make Markdown editor styling closer to view styling ([#517](https://github.com/laurent22/joplin/issues/517)4) +- Improved: Make Markdown editor styling closer to view styling ([#5174](https://github.com/laurent22/joplin/issues/5174)) - Improved: Make sure clipper authorisation notification is displayed, even when in config screen ([b2de27b](https://github.com/laurent22/joplin/commit/b2de27b)) ## [v2.1.9](https://github.com/laurent22/joplin/releases/tag/v2.1.9) - 2021-07-19T10:28:43Z @@ -838,12 +838,12 @@ Attention: The default font size has been changed in the Markdown editor. You ca - New: Plugins: Add support for read and writing text, HTML and images from/to clipboard ([50ecdc2](https://github.com/laurent22/joplin/commit/50ecdc2)) - Improved: Web Clipper now must request authorisation before accessing the application data ([67d9977](https://github.com/laurent22/joplin/commit/67d9977)) - Improved: Also allow disabling TLS errors for Joplin Cloud to go around error UNABLE_TO_GET_ISSUER_CERT_LOCALLY ([118a2f9](https://github.com/laurent22/joplin/commit/118a2f9)) -- Improved: Apply monospace font to code dialog in Rich Text editor ([#490](https://github.com/laurent22/joplin/issues/490)5) -- Fixed: Handle special type of code block when importing ENEX files ([#496](https://github.com/laurent22/joplin/issues/496)5) -- 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 ([#505](https://github.com/laurent22/joplin/issues/505)1) +- Improved: Apply monospace font to code dialog in Rich Text editor ([#4905](https://github.com/laurent22/joplin/issues/4905)) +- Fixed: Handle special type of code block when importing ENEX files ([#4965](https://github.com/laurent22/joplin/issues/4965)) +- 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](https://github.com/laurent22/joplin/issues/5051)) - Fixed: Fixed issue when trying to sync an item associated with a share that no longer exists ([5bb68ba](https://github.com/laurent22/joplin/commit/5bb68ba)) - Fixed: Fixed note history line count information (Regression) ([caabdbd](https://github.com/laurent22/joplin/commit/caabdbd)) -- Fixed: Fixed readability of links in notification banners ([#498](https://github.com/laurent22/joplin/issues/498)3) +- Fixed: Fixed readability of links in notification banners ([#4983](https://github.com/laurent22/joplin/issues/4983)) ## [v2.1.3](https://github.com/laurent22/joplin/releases/tag/v2.1.3) (Pre-release) - 2021-06-19T16:32:51Z @@ -862,7 +862,7 @@ Attention: The default font size has been changed in the Markdown editor. You ca ## [v2.0.10](https://github.com/laurent22/joplin/releases/tag/v2.0.10) - 2021-06-16T07:58:29Z -- Fixed: Ensure resources are decrypted when sharing a notebook with Joplin Server ([#508](https://github.com/laurent22/joplin/issues/508)0) +- Fixed: Ensure resources are decrypted when sharing a notebook with Joplin Server ([#5080](https://github.com/laurent22/joplin/issues/5080)) - Fixed: Fixed user content URLs when sharing note via Joplin Server ([2cf7067](https://github.com/laurent22/joplin/commit/2cf7067)) ## [v2.0.9](https://github.com/laurent22/joplin/releases/tag/v2.0.9) (Pre-release) - 2021-06-12T09:30:30Z @@ -883,7 +883,7 @@ Attention: The default font size has been changed in the Markdown editor. You ca - Improved: Improved Joplin Server error handling ([95d7ccc](https://github.com/laurent22/joplin/commit/95d7ccc)) - Improved: Plugins: Support executing CodeMirror commands from plugins when using execCommand ([#5012](https://github.com/laurent22/joplin/issues/5012) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Recreate http agent when the protocol changes ([#5016](https://github.com/laurent22/joplin/issues/5016) by Roman Musin) -- Fixed: Certain resource paths could be corrupted when saved from the Rich Text editor ([#503](https://github.com/laurent22/joplin/issues/503)4) +- Fixed: Certain resource paths could be corrupted when saved from the Rich Text editor ([#5034](https://github.com/laurent22/joplin/issues/5034)) - Fixed: Ctrl+Clicking links in Rich Text editor was broken (regression) ([e8a02c2](https://github.com/laurent22/joplin/commit/e8a02c2)) - Fixed: Incorrect list renumbering ([#4914](https://github.com/laurent22/joplin/issues/4914)) ([#4877](https://github.com/laurent22/joplin/issues/4877) by Austin Doupnik) - Fixed: Inline Katex gets broken when editing in Rich Text editor ([#5052](https://github.com/laurent22/joplin/issues/5052)) ([#5025](https://github.com/laurent22/joplin/issues/5025) by [@Subhra264](https://github.com/Subhra264)) @@ -902,37 +902,37 @@ Attention: The default font size has been changed in the Markdown editor. You ca - Improved: Allow unsharing a note ([f7d164b](https://github.com/laurent22/joplin/commit/f7d164b)) - Improved: Displays error info when Joplin Server fails ([3f0586e](https://github.com/laurent22/joplin/commit/3f0586e)) - Improved: Handle too large items for Joplin Server ([d29624c](https://github.com/laurent22/joplin/commit/d29624c)) -- Improved: Import SVG as images when importing ENEX files ([#496](https://github.com/laurent22/joplin/issues/496)8) +- Improved: Import SVG as images when importing ENEX files ([#4968](https://github.com/laurent22/joplin/issues/4968)) - Improved: Import linked local files when importing Markdown files ([#4966](https://github.com/laurent22/joplin/issues/4966)) ([#4433](https://github.com/laurent22/joplin/issues/4433) by [@JackGruber](https://github.com/JackGruber)) -- Improved: Improved usability when plugin repository cannot be connected to ([#446](https://github.com/laurent22/joplin/issues/446)2) +- Improved: Improved usability when plugin repository cannot be connected to ([#4462](https://github.com/laurent22/joplin/issues/4462)) - Improved: Made sync more reliable by making it skip items that time out, and improved sync status screen ([15fe119](https://github.com/laurent22/joplin/commit/15fe119)) - Improved: Pass custom CSS property to all export handlers and renderers ([bd08041](https://github.com/laurent22/joplin/commit/bd08041)) - Improved: Regression: It was no longer possible to add list items in an empty note ([6577f4f](https://github.com/laurent22/joplin/commit/6577f4f)) - Improved: Regression: Pasting plain text in Rich Text editor was broken ([9e9bf63](https://github.com/laurent22/joplin/commit/9e9bf63)) -- Fixed: Fixed issue with empty panels being created by plugins ([#492](https://github.com/laurent22/joplin/issues/492)6) +- Fixed: Fixed issue with empty panels being created by plugins ([#4926](https://github.com/laurent22/joplin/issues/4926)) - Fixed: Fixed pasting HTML in Rich Text editor, and improved pasting plain text ([2226b79](https://github.com/laurent22/joplin/commit/2226b79)) -- Fixed: Improved importing Evernote notes that contain codeblocks ([#496](https://github.com/laurent22/joplin/issues/496)5) -- Fixed: Prevent cursor from jumping to top of page when pasting image ([#459](https://github.com/laurent22/joplin/issues/459)1) +- Fixed: Improved importing Evernote notes that contain codeblocks ([#4965](https://github.com/laurent22/joplin/issues/4965)) +- Fixed: Prevent cursor from jumping to top of page when pasting image ([#4591](https://github.com/laurent22/joplin/issues/4591)) ## [v2.0.1](https://github.com/laurent22/joplin/releases/tag/v2.0.1) (Pre-release) - 2021-05-15T13:22:58Z -- New: Add support for sharing notebooks with Joplin Server ([#477](https://github.com/laurent22/joplin/issues/477)2) +- New: Add support for sharing notebooks with Joplin Server ([#4772](https://github.com/laurent22/joplin/issues/4772)) - New: Add new date format YYMMDD ([#4954](https://github.com/laurent22/joplin/issues/4954) by Helmut K. C. Tessarek) - New: Added button to skip an application update ([a31b402](https://github.com/laurent22/joplin/commit/a31b402)) -- Fixed: Display proper error message when JEX file is corrupted ([#495](https://github.com/laurent22/joplin/issues/495)8) +- Fixed: Display proper error message when JEX file is corrupted ([#4958](https://github.com/laurent22/joplin/issues/4958)) - Fixed: Show or hide completed todos in search results based on user settings ([#4951](https://github.com/laurent22/joplin/issues/4951)) ([#4581](https://github.com/laurent22/joplin/issues/4581) by [@JackGruber](https://github.com/JackGruber)) - Fixed: Solve "Resource Id not provided" error ([#4943](https://github.com/laurent22/joplin/issues/4943)) ([#4891](https://github.com/laurent22/joplin/issues/4891) by [@Subhra264](https://github.com/Subhra264)) ## [v1.8.5](https://github.com/laurent22/joplin/releases/tag/v1.8.5) - 2021-05-10T11:58:14Z -- Fixed: Fixed pasting of text and images from Word on Windows ([#491](https://github.com/laurent22/joplin/issues/491)6) +- Fixed: Fixed pasting of text and images from Word on Windows ([#4916](https://github.com/laurent22/joplin/issues/4916)) - Security: Filter out NOSCRIPT tags that could be used to cause an XSS (CVE-2021-33295) (found by [Jubair Rehman Yousafzai](https://twitter.com/newfolderj)) ([9c20d59](https://github.com/laurent22/joplin/commit/9c20d59)) ## [v1.8.4](https://github.com/laurent22/joplin/releases/tag/v1.8.4) (Pre-release) - 2021-05-09T18:05:05Z - Improved: Improve display of release notes for new versions ([f76f99b](https://github.com/laurent22/joplin/commit/f76f99b)) -- Fixed: Ensure that image paths that contain spaces are pasted correctly in the Rich Text editor ([#491](https://github.com/laurent22/joplin/issues/491)6) -- Fixed: Make sure sync startup operations are cleared after startup ([#491](https://github.com/laurent22/joplin/issues/491)9) +- Fixed: Ensure that image paths that contain spaces are pasted correctly in the Rich Text editor ([#4916](https://github.com/laurent22/joplin/issues/4916)) +- Fixed: Make sure sync startup operations are cleared after startup ([#4919](https://github.com/laurent22/joplin/issues/4919)) - Security: Apply npm audit security fixes ([0b67446](https://github.com/laurent22/joplin/commit/0b67446)) ## [v1.8.3](https://github.com/laurent22/joplin/releases/tag/v1.8.3) (Pre-release) - 2021-05-04T10:38:16Z @@ -952,20 +952,20 @@ Attention: The default font size has been changed in the Markdown editor. You ca - New: Add an option to renew the API token ([#4811](https://github.com/laurent22/joplin/issues/4811) by Helmut K. C. Tessarek) - New: Add button to copy note ID in Note Properties dialog ([#4749](https://github.com/laurent22/joplin/issues/4749) by Abdallah Ahmed) - New: Add plugin info when the app crashes -- New: Add support for safe mode, which temporarily disables note rendering and plugins ([#472](https://github.com/laurent22/joplin/issues/472)7) +- New: Add support for safe mode, which temporarily disables note rendering and plugins ([#4727](https://github.com/laurent22/joplin/issues/4727)) - Improved: Also duplicate the tags when the note is duplicated ([#4876](https://github.com/laurent22/joplin/issues/4876)) ([#3157](https://github.com/laurent22/joplin/issues/3157) by [@JackGruber](https://github.com/JackGruber)) - Improved: ENTER key no longer submits dialogs when a textarea is focused. ([#4777](https://github.com/laurent22/joplin/issues/4777)) ([#4766](https://github.com/laurent22/joplin/issues/4766) by [@Ahmad45123](https://github.com/Ahmad45123)) - Improved: Fixed editor focus issue when running command from palette ([#4812](https://github.com/laurent22/joplin/issues/4812)) ([#4759](https://github.com/laurent22/joplin/issues/4759) by [@Aksh-Konda](https://github.com/Aksh-Konda)) - Improved: Note list is empty if search field is cleared ([#4739](https://github.com/laurent22/joplin/issues/4739)) ([#4736](https://github.com/laurent22/joplin/issues/4736) by Apoorva Shukla) - Improved: Show notebook and note title in the title bar ([#4390](https://github.com/laurent22/joplin/issues/4390)) ([#3695](https://github.com/laurent22/joplin/issues/3695) by [@asrient](https://github.com/asrient)) - Improved: Disappearing text in markdown editor ([#4750](https://github.com/laurent22/joplin/issues/4750)) ([#4781](https://github.com/laurent22/joplin/issues/4781) by Adarsh Singh) -- Fixed: Copying code block from Rich Text editor results in two copies of the text ([#466](https://github.com/laurent22/joplin/issues/466)9) -- Fixed: Ensure that invalid plugin settings do not crash the application ([#456](https://github.com/laurent22/joplin/issues/456)2) +- Fixed: Copying code block from Rich Text editor results in two copies of the text ([#4669](https://github.com/laurent22/joplin/issues/4669)) +- Fixed: Ensure that invalid plugin settings do not crash the application ([#4562](https://github.com/laurent22/joplin/issues/4562)) - Fixed: File-Links with German Umlauts don't work ([#4804](https://github.com/laurent22/joplin/issues/4804)) ([#4043](https://github.com/laurent22/joplin/issues/4043) by [@Subhra264](https://github.com/Subhra264)) - Fixed: Fixed cursor moved to the top issue in Markdown editor ([#4870](https://github.com/laurent22/joplin/issues/4870) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Highlight existing text in global search field ([#4773](https://github.com/laurent22/joplin/issues/4773)) ([#4769](https://github.com/laurent22/joplin/issues/4769) by Siddhant Sehgal) - Fixed: Prevent Goto anything from changing folders when all notes filter is on ([#4751](https://github.com/laurent22/joplin/issues/4751)) ([#4697](https://github.com/laurent22/joplin/issues/4697) by [@jalajcodes](https://github.com/jalajcodes)) -- Fixed: Prevents plugin from causing an error when the app closes ([#457](https://github.com/laurent22/joplin/issues/457)0) +- Fixed: Prevents plugin from causing an error when the app closes ([#4570](https://github.com/laurent22/joplin/issues/4570)) - Fixed: Regression: Fixed handling of provisional status of note - Fixed: Roboto font in plugins ([#4755](https://github.com/laurent22/joplin/issues/4755)) ([#4754](https://github.com/laurent22/joplin/issues/4754) by Brett Bender) - Fixed: Scroll position is not remembered in Markdown editor ([#4806](https://github.com/laurent22/joplin/issues/4806)) ([#4797](https://github.com/laurent22/joplin/issues/4797) by Roman Musin) @@ -986,8 +986,8 @@ Attention: The default font size has been changed in the Markdown editor. You ca - Improved: Give plugin config section without an icon, a default icon - Improved: Improve mathmode syntax highlighting ([#4580](https://github.com/laurent22/joplin/issues/4580)) ([#4554](https://github.com/laurent22/joplin/issues/4554) by James Wright) - Improved: Improved solarized dark theme ([#4748](https://github.com/laurent22/joplin/issues/4748)) ([#3887](https://github.com/laurent22/joplin/issues/3887) by Anakai Richards) -- Improved: Improved spell checking support in dialogs and text input fields ([#445](https://github.com/laurent22/joplin/issues/445)8) -- Improved: Plugins: Focus dialog when it is opened so that ENTER/ESC shortcuts work ([#447](https://github.com/laurent22/joplin/issues/447)4) +- Improved: Improved spell checking support in dialogs and text input fields ([#4458](https://github.com/laurent22/joplin/issues/4458)) +- Improved: Plugins: Focus dialog when it is opened so that ENTER/ESC shortcuts work ([#4474](https://github.com/laurent22/joplin/issues/4474)) - Improved: Plugins: Only call onNoteChange for the current note - Improved: Remove branch name in detached head state ([#4636](https://github.com/laurent22/joplin/issues/4636) by Helmut K. C. Tessarek) - Improved: Reset window hash to allow clicking an anchor multiple times ([#4538](https://github.com/laurent22/joplin/issues/4538) by [@CalebJohn](https://github.com/CalebJohn)) @@ -1000,16 +1000,16 @@ Attention: The default font size has been changed in the Markdown editor. You ca - Fixed: Allow copying images from Joplin to external editors ([#4724](https://github.com/laurent22/joplin/issues/4724)) ([#4602](https://github.com/laurent22/joplin/issues/4602) by Nishant Mittal) - Fixed: Fix mermaid diagrams in WYSIWYG editor ([#4670](https://github.com/laurent22/joplin/issues/4670)) ([#4612](https://github.com/laurent22/joplin/issues/4612) by [@mablin7](https://github.com/mablin7)) - Fixed: Fixed calendar styling ([#4703](https://github.com/laurent22/joplin/issues/4703)) ([#4397](https://github.com/laurent22/joplin/issues/4397) by Harshit Kathuria) -- Fixed: Fixed exporting as HTML or PDF when a plugin is active, and make sure plugin assets are also exported ([#445](https://github.com/laurent22/joplin/issues/445)2) -- Fixed: Fixed formatting of consecutive code blocks ([#441](https://github.com/laurent22/joplin/issues/441)6) +- Fixed: Fixed exporting as HTML or PDF when a plugin is active, and make sure plugin assets are also exported ([#4452](https://github.com/laurent22/joplin/issues/4452)) +- Fixed: Fixed formatting of consecutive code blocks ([#4416](https://github.com/laurent22/joplin/issues/4416)) - Fixed: Fixed issue which could cause plugin views to be orphaned - Fixed: Fixed rendering of note and resource links -- Fixed: Improved enabling/disabling commands depending on application state ([#447](https://github.com/laurent22/joplin/issues/447)3) -- Fixed: Improved handling of empty paths for Joplin Server sync target ([#442](https://github.com/laurent22/joplin/issues/442)6) -- Fixed: Make config sidebar vertically scrollable, and make it grow horizontally depending on menu items ([#449](https://github.com/laurent22/joplin/issues/449)1) +- Fixed: Improved enabling/disabling commands depending on application state ([#4473](https://github.com/laurent22/joplin/issues/4473)) +- Fixed: Improved handling of empty paths for Joplin Server sync target ([#4426](https://github.com/laurent22/joplin/issues/4426)) +- Fixed: Make config sidebar vertically scrollable, and make it grow horizontally depending on menu items ([#4491](https://github.com/laurent22/joplin/issues/4491)) - Fixed: Make plugin links clickable from search ([#4548](https://github.com/laurent22/joplin/issues/4548)) ([#4505](https://github.com/laurent22/joplin/issues/4505) by Roman Musin) - Fixed: Plugin Update error when plugin was installed manually ([#4725](https://github.com/laurent22/joplin/issues/4725)) ([#4723](https://github.com/laurent22/joplin/issues/4723) by [@mablin7](https://github.com/mablin7)) -- Fixed: Plugins: Apply "fields" query parameter when requesting data from data API ([#440](https://github.com/laurent22/joplin/issues/440)7) +- Fixed: Plugins: Apply "fields" query parameter when requesting data from data API ([#4407](https://github.com/laurent22/joplin/issues/4407)) - Fixed: Refresh note tags when a note is moved to another folder ([#4574](https://github.com/laurent22/joplin/issues/4574)) ([#4369](https://github.com/laurent22/joplin/issues/4369) by Roman Musin) - Fixed: Updating a disabled plugin enables it ([#4711](https://github.com/laurent22/joplin/issues/4711)) ([#4683](https://github.com/laurent22/joplin/issues/4683) by [@mablin7](https://github.com/mablin7)) - Fixed: Wrong background color for the table button in the toolbar ([#4681](https://github.com/laurent22/joplin/issues/4681)) ([#4398](https://github.com/laurent22/joplin/issues/4398) by [@zozolina123](https://github.com/zozolina123)) @@ -1027,10 +1027,10 @@ Attention: The default font size has been changed in the Markdown editor. You ca - New: Plugins: Add support for `joplin.plugins.require` API to allow using sqlite3 or fs-extra from a plugin - New: Plugins: Add support for `plugins.dataDir` function, to provide a path for plugin to store its own data - New: Plugins: Added support for bi-directional messages in content scripts and webview scripts using postMessage -- Fixed: Added missing translations ([#436](https://github.com/laurent22/joplin/issues/436)3) -- Fixed: Fixed copying text from Rich Text editor ([#444](https://github.com/laurent22/joplin/issues/444)1) +- Fixed: Added missing translations ([#4363](https://github.com/laurent22/joplin/issues/4363)) +- Fixed: Fixed copying text from Rich Text editor ([#4441](https://github.com/laurent22/joplin/issues/4441)) - Fixed: Fixed plugin panel issue that could crash app in rare case -- Fixed: Make sure note is automatically saved when format is set via keyboard shortcut in Rich Text editor ([#433](https://github.com/laurent22/joplin/issues/433)7) +- Fixed: Make sure note is automatically saved when format is set via keyboard shortcut in Rich Text editor ([#4337](https://github.com/laurent22/joplin/issues/4337)) - Fixed: Plugins: Fixed dropdown settings - Fixed: Some commands were no longer working ([#4343](https://github.com/laurent22/joplin/issues/4343)) ([#4338](https://github.com/laurent22/joplin/issues/4338) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Do not allow installing plugins incompatible with current app version @@ -1066,8 +1066,8 @@ Attention: The default font size has been changed in the Markdown editor. You ca - New: Allow updating a plugin - Improved: Enable TLS options for Joplin Server - Improved: Move plugin settings under separate section in config menu -- Fixed: Added missing translations ([#436](https://github.com/laurent22/joplin/issues/436)3) -- Fixed: Make sure note is automatically saved when format is set via keyboard shortcut in Rich Text editor ([#433](https://github.com/laurent22/joplin/issues/433)7) +- Fixed: Added missing translations ([#4363](https://github.com/laurent22/joplin/issues/4363)) +- Fixed: Make sure note is automatically saved when format is set via keyboard shortcut in Rich Text editor ([#4337](https://github.com/laurent22/joplin/issues/4337)) - Fixed: Plugins: Fixed dropdown settings - Fixed: Some commands were no longer working ([#4343](https://github.com/laurent22/joplin/issues/4343)) ([#4338](https://github.com/laurent22/joplin/issues/4338) by [@CalebJohn](https://github.com/CalebJohn)) @@ -1079,14 +1079,14 @@ Attention: The default font size has been changed in the Markdown editor. You ca - New: Allow updating a plugin - Improved: Enable TLS options for Joplin Server - Improved: Move plugin settings under separate section in config menu -- Fixed: Added missing translations ([#436](https://github.com/laurent22/joplin/issues/436)3) -- Fixed: Make sure note is automatically saved when format is set via keyboard shortcut in Rich Text editor ([#433](https://github.com/laurent22/joplin/issues/433)7) +- Fixed: Added missing translations ([#4363](https://github.com/laurent22/joplin/issues/4363)) +- Fixed: Make sure note is automatically saved when format is set via keyboard shortcut in Rich Text editor ([#4337](https://github.com/laurent22/joplin/issues/4337)) - Fixed: Plugins: Fixed dropdown settings - Fixed: Some commands were no longer working ([#4343](https://github.com/laurent22/joplin/issues/4343)) ([#4338](https://github.com/laurent22/joplin/issues/4338) by [@CalebJohn](https://github.com/CalebJohn)) ## [v1.6.8](https://github.com/laurent22/joplin/releases/tag/v1.6.8) - 2021-01-20T18:11:34Z -- Fixed: Fixed infinite sync issue with OneDrive ([#430](https://github.com/laurent22/joplin/issues/430)5) +- Fixed: Fixed infinite sync issue with OneDrive ([#4305](https://github.com/laurent22/joplin/issues/4305)) ## [v1.7.3](https://github.com/laurent22/joplin/releases/tag/v1.7.3) (Pre-release) - 2021-01-20T11:23:50Z @@ -1106,14 +1106,14 @@ Attention: The default font size has been changed in the Markdown editor. You ca ## [v1.6.5](https://github.com/laurent22/joplin/releases/tag/v1.6.5) (Pre-release) - 2021-01-09T01:24:32Z - New: Plugins: Added joplin.settings.onChange event -- Improved: Do not display error message when fixing ENEX resource mime type ([#431](https://github.com/laurent22/joplin/issues/431)0) +- Improved: Do not display error message when fixing ENEX resource mime type ([#4310](https://github.com/laurent22/joplin/issues/4310)) - Improved: Handle case where a command is sent to an editor that is gone -- Improved: Improved support for bold and italic format when importing ENEX file ([#431](https://github.com/laurent22/joplin/issues/431)6) +- Improved: Improved support for bold and italic format when importing ENEX file ([#4316](https://github.com/laurent22/joplin/issues/4316)) - Fixed: Fix issue that was preventing editor context menu from being refreshed ([#4303](https://github.com/laurent22/joplin/issues/4303) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Fixed OneDrive issue that would require a full resync every time ([#4324](https://github.com/laurent22/joplin/issues/4324)) ([#4313](https://github.com/laurent22/joplin/issues/4313) by Jonathan Heard) - Fixed: Fixed attaching local files that contain spaces in path - Fixed: Fixed context menu not being displayed on high DPI screens -- Fixed: Plugins: Fixed "exportFolders" command when exporting JEX file ([#430](https://github.com/laurent22/joplin/issues/430)8) +- Fixed: Plugins: Fixed "exportFolders" command when exporting JEX file ([#4308](https://github.com/laurent22/joplin/issues/4308)) ## [v1.6.4](https://github.com/laurent22/joplin/releases/tag/v1.6.4) (Pre-release) - 2021-01-07T19:11:32Z @@ -1133,7 +1133,7 @@ Attention: The default font size has been changed in the Markdown editor. You ca - Improved: Upload Big Notes to Onedrive ([#4120](https://github.com/laurent22/joplin/issues/4120)) ([#3528](https://github.com/laurent22/joplin/issues/3528) by Jonathan Heard) - Fixed: `file://` URLs would not be rendered correctly - Fixed: MacOS: Fixed paste as text in Rich Text editor -- Fixed: Plugins: Allow API paths that contain 4 elements ([#428](https://github.com/laurent22/joplin/issues/428)5) +- Fixed: Plugins: Allow API paths that contain 4 elements ([#4285](https://github.com/laurent22/joplin/issues/4285)) ## [v1.5.14](https://github.com/laurent22/joplin/releases/tag/v1.5.14) - 2020-12-30T01:48:46Z @@ -1161,7 +1161,7 @@ Fixed ENEX import regression: Fix issue when importing ENEX file that contains i - New: Plugins: Added a way to execute commands from Markdown-it content scripts - Fixed: Fix End key behavior with Codemirror spellcheck ([#4215](https://github.com/laurent22/joplin/issues/4215) by Caleb John) - Fixed: Fixed basic search when executing a query in Chinese ([#4034](https://github.com/laurent22/joplin/issues/4034) by Naveen M V) -- Fixed: Fixed context menu when the UI is zoomed in or out ([#420](https://github.com/laurent22/joplin/issues/420)1) +- Fixed: Fixed context menu when the UI is zoomed in or out ([#4201](https://github.com/laurent22/joplin/issues/4201)) - Fixed: Fixed importing certain code blocks from ENEX - Fixed: Fixed importing ENEX files that contain empty resources - Fixed: Fixed importing ENEX files that contain resources with invalid mime type @@ -1174,15 +1174,15 @@ Fixed ENEX import regression: Fix issue when importing ENEX file that contains i - Fixed: Fixed title input field width on small windows - Fixed: Focus editor after pressing toolbar buttons ([#4037](https://github.com/laurent22/joplin/issues/4037)) ([#4036](https://github.com/laurent22/joplin/issues/4036) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Plugins: Fixed disabling plugin files that start with "_" -- Fixed: Prevent double paste when using Shift+Ctrl+V ([#424](https://github.com/laurent22/joplin/issues/424)3) -- Fixed: Prevents crash when invalid spell checker language is selected, and provide fallback for invalid language codes ([#414](https://github.com/laurent22/joplin/issues/414)6) +- Fixed: Prevent double paste when using Shift+Ctrl+V ([#4243](https://github.com/laurent22/joplin/issues/4243)) +- Fixed: Prevents crash when invalid spell checker language is selected, and provide fallback for invalid language codes ([#4146](https://github.com/laurent22/joplin/issues/4146)) - Fixed: Register Markdown editor commands with the Keyboard Shortcut editor ([#4136](https://github.com/laurent22/joplin/issues/4136)) ([#4130](https://github.com/laurent22/joplin/issues/4130) by Caleb John) - Improved: Display Katex parsing errors - Improved: Improved warning banner colors - Improved: Plugins: Commands would not show up in keymap editor when no shortcut was associated with them - Improved: Plugins: Improved note change event handling. - Improved: Removed warning for Markdown editor spell checking -- Improved: Restrict auto-detection of links, and added option to toggle linkify ([#420](https://github.com/laurent22/joplin/issues/420)5) +- Improved: Restrict auto-detection of links, and added option to toggle linkify ([#4205](https://github.com/laurent22/joplin/issues/4205)) - Improved: Rich Text: Do not converts to markdown links URLs that would be linkified - Improved: Translation: Update zh_CN ([#4195](https://github.com/laurent22/joplin/issues/4195) by Zhang YANG) - Improved: Update macOS icon for macOS Big Sur @@ -1201,7 +1201,7 @@ Fixed ENEX import regression: Fix issue when importing ENEX file that contains i - New: Plugins: Added a way to execute commands from Markdown-it content scripts - Fixed: Fix End key behavior with Codemirror spellcheck ([#4215](https://github.com/laurent22/joplin/issues/4215) by Caleb John) - Fixed: Fixed basic search when executing a query in Chinese ([#4034](https://github.com/laurent22/joplin/issues/4034) by Naveen M V) -- Fixed: Fixed context menu when the UI is zoomed in or out ([#420](https://github.com/laurent22/joplin/issues/420)1) +- Fixed: Fixed context menu when the UI is zoomed in or out ([#4201](https://github.com/laurent22/joplin/issues/4201)) - Fixed: Fixed importing certain code blocks from ENEX - Fixed: Fixed importing ENEX files that contain empty resources - Fixed: Fixed importing ENEX files that contain resources with invalid mime type @@ -1214,15 +1214,15 @@ Fixed ENEX import regression: Fix issue when importing ENEX file that contains i - Fixed: Fixed title input field width on small windows - Fixed: Focus editor after pressing toolbar buttons ([#4037](https://github.com/laurent22/joplin/issues/4037)) ([#4036](https://github.com/laurent22/joplin/issues/4036) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Plugins: Fixed disabling plugin files that start with "_" -- Fixed: Prevent double paste when using Shift+Ctrl+V ([#424](https://github.com/laurent22/joplin/issues/424)3) -- Fixed: Prevents crash when invalid spell checker language is selected, and provide fallback for invalid language codes ([#414](https://github.com/laurent22/joplin/issues/414)6) +- Fixed: Prevent double paste when using Shift+Ctrl+V ([#4243](https://github.com/laurent22/joplin/issues/4243)) +- Fixed: Prevents crash when invalid spell checker language is selected, and provide fallback for invalid language codes ([#4146](https://github.com/laurent22/joplin/issues/4146)) - Fixed: Register Markdown editor commands with the Keyboard Shortcut editor ([#4136](https://github.com/laurent22/joplin/issues/4136)) ([#4130](https://github.com/laurent22/joplin/issues/4130) by Caleb John) - Improved: Display Katex parsing errors - Improved: Improved warning banner colors - Improved: Plugins: Commands would not show up in keymap editor when no shortcut was associated with them - Improved: Plugins: Improved note change event handling. - Improved: Removed warning for Markdown editor spell checking -- Improved: Restrict auto-detection of links, and added option to toggle linkify ([#420](https://github.com/laurent22/joplin/issues/420)5) +- Improved: Restrict auto-detection of links, and added option to toggle linkify ([#4205](https://github.com/laurent22/joplin/issues/4205)) - Improved: Rich Text: Do not converts to markdown links URLs that would be linkified - Improved: Translation: Update zh_CN ([#4195](https://github.com/laurent22/joplin/issues/4195) by Zhang YANG) - Improved: Update macOS icon for macOS Big Sur @@ -1235,9 +1235,9 @@ Fixed ENEX import regression: Fix issue when importing ENEX file that contains i - Improved: Display Katex parsing errors - Improved: Removed warning for Markdown editor spell checking - Improved: Update macOS icon for macOS Big Sur -- Fixed: Fixed context menu when the UI is zoomed in or out ([#420](https://github.com/laurent22/joplin/issues/420)1) +- Fixed: Fixed context menu when the UI is zoomed in or out ([#4201](https://github.com/laurent22/joplin/issues/4201)) - Fixed: Fixed issues when importing hidden tables within hidden sections in Enex files -- Fixed: Prevent double paste when using Shift+Ctrl+V ([#424](https://github.com/laurent22/joplin/issues/424)3) +- Fixed: Prevent double paste when using Shift+Ctrl+V ([#4243](https://github.com/laurent22/joplin/issues/4243)) ## [v1.5.9](https://github.com/laurent22/joplin/releases/tag/v1.5.9) (Pre-release) - 2020-12-23T18:01:08Z @@ -1263,7 +1263,7 @@ Fixed ENEX import regression: Fix issue when importing ENEX file that contains i - New: Plugins: Add support for workspace.onSyncStart event - Improved: Improved warning banner colors - Improved: Plugins: Commands would not show up in keymap editor when no shortcut was associated with them -- Improved: Restrict auto-detection of links, and added option to toggle linkify ([#420](https://github.com/laurent22/joplin/issues/420)5) +- Improved: Restrict auto-detection of links, and added option to toggle linkify ([#4205](https://github.com/laurent22/joplin/issues/4205)) - Improved: Rich Text: Do not converts to markdown links URLs that would be linkified - Improved: Translation: Update zh_CN ([#4195](https://github.com/laurent22/joplin/issues/4195) by Zhang YANG) - Improved: Update Mermaid: 8.8.1 -> 8.8.4 ([#4193](https://github.com/laurent22/joplin/issues/4193) by Helmut K. C. Tessarek) @@ -1274,7 +1274,7 @@ Fixed ENEX import regression: Fix issue when importing ENEX file that contains i - Fixed: Fixed numbered list bug in markdown editor ([#4116](https://github.com/laurent22/joplin/issues/4116)) ([#3917](https://github.com/laurent22/joplin/issues/3917) by [@MichBoi](https://github.com/MichBoi)) - Fixed: Fixed potential crash when watching note files or resources - Fixed: Focus editor after pressing toolbar buttons ([#4037](https://github.com/laurent22/joplin/issues/4037)) ([#4036](https://github.com/laurent22/joplin/issues/4036) by [@CalebJohn](https://github.com/CalebJohn)) -- Fixed: Prevents crash when invalid spell checker language is selected, and provide fallback for invalid language codes ([#414](https://github.com/laurent22/joplin/issues/414)6) +- Fixed: Prevents crash when invalid spell checker language is selected, and provide fallback for invalid language codes ([#4146](https://github.com/laurent22/joplin/issues/4146)) - Fixed: Fixed issue when searching for text that contains diacritic ([#4152](https://github.com/laurent22/joplin/issues/4152)) ([#4025](https://github.com/laurent22/joplin/issues/4025) by Roman Musin) - Fixed: Fixed issue with attachment paths being invalid when user has spaces in home directory path. - Fixed: Fixed title input field width on small windows @@ -1289,7 +1289,7 @@ Fixed ENEX import regression: Fix issue when importing ENEX file that contains i - Fixed: Fixed numbered list bug in markdown editor ([#4116](https://github.com/laurent22/joplin/issues/4116)) ([#3917](https://github.com/laurent22/joplin/issues/3917) by [@MichBoi](https://github.com/MichBoi)) - Fixed: Fixed potential crash when watching note files or resources - Fixed: Focus editor after pressing toolbar buttons ([#4037](https://github.com/laurent22/joplin/issues/4037)) ([#4036](https://github.com/laurent22/joplin/issues/4036) by [@CalebJohn](https://github.com/CalebJohn)) -- Fixed: Prevents crash when invalid spell checker language is selected, and provide fallback for invalid language codes ([#414](https://github.com/laurent22/joplin/issues/414)6) +- Fixed: Prevents crash when invalid spell checker language is selected, and provide fallback for invalid language codes ([#4146](https://github.com/laurent22/joplin/issues/4146)) ## [v1.4.19](https://github.com/laurent22/joplin/releases/tag/v1.4.19) - 2020-12-01T11:11:16Z @@ -1311,7 +1311,7 @@ Although soft-break is part of the CommonMark spec, it requires a special editor - Fixed: Notifications on macOS - Fixed: Fixed potential crash when watching note files or resources -- Fixed: Prevents crash when invalid spell checker language is selected, and provide fallback for invalid language codes ([#414](https://github.com/laurent22/joplin/issues/414)6) +- Fixed: Prevents crash when invalid spell checker language is selected, and provide fallback for invalid language codes ([#4146](https://github.com/laurent22/joplin/issues/4146)) - Plugins: Fixed webview postMessage call ## [v1.4.12](https://github.com/laurent22/joplin/releases/tag/v1.4.12) - 2020-11-23T18:58:07Z @@ -1336,11 +1336,11 @@ Plugin doc has been updated with some info about the [development process](https - New: Add config screen to add, remove or enable, disable plugins - New: Add option to toggle spellchecking for the markdown editor ([#4109](https://github.com/laurent22/joplin/issues/4109) by [@CalebJohn](https://github.com/CalebJohn)) - New: Added toolbar button to switch spell checker language -- New: Adds spell checker support for Rich Text editor ([#397](https://github.com/laurent22/joplin/issues/397)4) +- New: Adds spell checker support for Rich Text editor ([#3974](https://github.com/laurent22/joplin/issues/3974)) - New: Allow customising application layout - New: Api: Added ability to watch resource file - New: Api: Added way to get the notes associated with a resource -- New: API: Adds ability to paginate data ([#398](https://github.com/laurent22/joplin/issues/398)3) +- New: API: Adds ability to paginate data ([#3983](https://github.com/laurent22/joplin/issues/3983)) - New: Plugins: Add command "editorSetText" for desktop app - New: Plugins: Add support for editor context menu - New: Plugins: Add support for external CodeMirror plugins ([#4015](https://github.com/laurent22/joplin/issues/4015) by [@CalebJohn](https://github.com/CalebJohn)) @@ -1348,35 +1348,35 @@ Plugin doc has been updated with some info about the [development process](https - New: Plugins: Added command to export folders and notes - New: Plugins: Added support app_min_version property and made it required - Fixed: Api: Fix note and resource association end points -- Fixed: Display note count for conflict folder, and display notes even if they are completed to-dos ([#399](https://github.com/laurent22/joplin/issues/399)7) -- Fixed: Fix crash due to React when trying to upgrade sync target ([#409](https://github.com/laurent22/joplin/issues/409)8) +- Fixed: Display note count for conflict folder, and display notes even if they are completed to-dos ([#3997](https://github.com/laurent22/joplin/issues/3997)) +- Fixed: Fix crash due to React when trying to upgrade sync target ([#4098](https://github.com/laurent22/joplin/issues/4098)) - Fixed: Fix drag and drop behaviour to "copy" instead of "move" ([#4031](https://github.com/laurent22/joplin/issues/4031) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Fix handling of certain keys in shortcut editor ([#4022](https://github.com/laurent22/joplin/issues/4022) by Helmut K. C. Tessarek) - Fixed: Fix handling of new line escaping when using external edit - Fixed: Fix size of search bar area when notebook is empty - Fixed: Fixed importing certain ENEX files that contain invalid dates -- Fixed: Fixed inconsistent note list state when using search ([#390](https://github.com/laurent22/joplin/issues/390)4) -- Fixed: Fixed issue when a newly created note would be automatically moved to the wrong folder on save ([#403](https://github.com/laurent22/joplin/issues/403)8) +- Fixed: Fixed inconsistent note list state when using search ([#3904](https://github.com/laurent22/joplin/issues/3904)) +- Fixed: Fixed issue when a newly created note would be automatically moved to the wrong folder on save ([#4038](https://github.com/laurent22/joplin/issues/4038)) - Fixed: Fixed issue with note being saved after word has been replaced by spell checker -- Fixed: Fixed links imported from ENEX as HTML ([#411](https://github.com/laurent22/joplin/issues/411)9) +- Fixed: Fixed links imported from ENEX as HTML ([#4119](https://github.com/laurent22/joplin/issues/4119)) - Fixed: Fixed Markdown rendering when code highlighting is disabled - Fixed: Fixed note list overflow when resized very small - Fixed: Fixed text editor button tooltips - Fixed: Plugins: Fix crash when path includes trailing slash - Fixed: Plugins: Fixed issue with dialog being empty in some cases - Fixed: Plugins: Fixed issue with toolbar button key not being unique -- Fixed: Prevent log from filling up when certain external editors trigger many watch events ([#401](https://github.com/laurent22/joplin/issues/401)1) +- Fixed: Prevent log from filling up when certain external editors trigger many watch events ([#4011](https://github.com/laurent22/joplin/issues/4011)) - Fixed: Regression: Fix application name - Fixed: Regression: Fix exporting to HTML and PDF - Fixed: Regression: Fixed external edit file watching -- Fixed: Resource links could not be opened from Rich Text editor on Linux ([#407](https://github.com/laurent22/joplin/issues/407)3) -- Fixed: Tags could not be selected in some cases ([#387](https://github.com/laurent22/joplin/issues/387)6) -- Improved: Allow exporting conflict notes ([#409](https://github.com/laurent22/joplin/issues/409)5) +- Fixed: Resource links could not be opened from Rich Text editor on Linux ([#4073](https://github.com/laurent22/joplin/issues/4073)) +- Fixed: Tags could not be selected in some cases ([#3876](https://github.com/laurent22/joplin/issues/3876)) +- Improved: Allow exporting conflict notes ([#4095](https://github.com/laurent22/joplin/issues/4095)) - Improved: Allow lowercase filters when doing search - Improved: Api: Always include 'has_more' field for paginated data - Improved: Api: Make sure pagination sort options are respected for search and other requests - Improved: Attempt to fix Outlook drag and drop on Markdown editor ([#4093](https://github.com/laurent22/joplin/issues/4093) by [@CalebJohn](https://github.com/CalebJohn)) -- Improved: Change Markdown rendering to align with CommonMark spec ([#383](https://github.com/laurent22/joplin/issues/383)9) +- Improved: Change Markdown rendering to align with CommonMark spec ([#3839](https://github.com/laurent22/joplin/issues/3839)) - Improved: Disable spell checker on config and search input fields - Improved: Disabled the auto update option in linux ([#4102](https://github.com/laurent22/joplin/issues/4102)) ([#4096](https://github.com/laurent22/joplin/issues/4096) by Anshuman Pandey) - Improved: Make Markdown editor selection more visible in Dark mode @@ -1419,7 +1419,7 @@ Plugin doc has been updated with some info about the [development process](https - New: Plugins: Added command to export folders and notes - New: Plugins: Added support app_min_version property and made it required - Improved: Upgrade to Electron 10 -- Improved: Allow exporting conflict notes ([#409](https://github.com/laurent22/joplin/issues/409)5) +- Improved: Allow exporting conflict notes ([#4095](https://github.com/laurent22/joplin/issues/4095)) - Improved: Api: Always include 'has_more' field for paginated data - Improved: Api: Make sure pagination sort options are respected for search and other requests - Improved: Attempt to fix Outlook drag and drop on Markdown editor ([#4093](https://github.com/laurent22/joplin/issues/4093) by [@CalebJohn](https://github.com/CalebJohn)) @@ -1431,40 +1431,40 @@ Plugin doc has been updated with some info about the [development process](https - Improved: Prevent lines from shifting in Markdown Editor when Scrollbar appears ([#4110](https://github.com/laurent22/joplin/issues/4110) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Put title bar and toolbar button over two lines when window size is below 800px - Improved: Refresh sidebar and notes when moving note outside of conflict folder -- Fixed: Display note count for conflict folder, and display notes even if they are completed to-dos ([#399](https://github.com/laurent22/joplin/issues/399)7) -- Fixed: Fix crash due to React when trying to upgrade sync target ([#409](https://github.com/laurent22/joplin/issues/409)8) +- Fixed: Display note count for conflict folder, and display notes even if they are completed to-dos ([#3997](https://github.com/laurent22/joplin/issues/3997)) +- Fixed: Fix crash due to React when trying to upgrade sync target ([#4098](https://github.com/laurent22/joplin/issues/4098)) - Fixed: Fix size of search bar area when notebook is empty -- Fixed: Fixed issue when a newly created note would be automatically moved to the wrong folder on save ([#403](https://github.com/laurent22/joplin/issues/403)8) +- Fixed: Fixed issue when a newly created note would be automatically moved to the wrong folder on save ([#4038](https://github.com/laurent22/joplin/issues/4038)) - Fixed: Fixed note list overflow when resized very small - Fixed: Plugins: Fixed issue with dialog being empty in some cases -- Fixed: Prevent log from filling up when certain external editors trigger many watch events ([#401](https://github.com/laurent22/joplin/issues/401)1) +- Fixed: Prevent log from filling up when certain external editors trigger many watch events ([#4011](https://github.com/laurent22/joplin/issues/4011)) - Fixed: Regression: Fixed external edit file watching -- Fixed: Resource links could not be opened from Rich Text editor on Linux ([#407](https://github.com/laurent22/joplin/issues/407)3) +- Fixed: Resource links could not be opened from Rich Text editor on Linux ([#4073](https://github.com/laurent22/joplin/issues/4073)) * * * - Fixed: Api: Fix note and resource association end points - Fixed: Fix drag and drop behaviour to "copy" instead of "move" ([#4031](https://github.com/laurent22/joplin/issues/4031) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Fix handling of certain keys in shortcut editor ([#4022](https://github.com/laurent22/joplin/issues/4022) by Helmut K. C. Tessarek) -- Fixed: Fixed inconsistent note list state when using search ([#390](https://github.com/laurent22/joplin/issues/390)4) +- Fixed: Fixed inconsistent note list state when using search ([#3904](https://github.com/laurent22/joplin/issues/3904)) - Fixed: Fixed issue with note being saved after word has been replaced by spell checker - Fixed: Fixed text editor button tooltips - Fixed: Plugins: Fix crash when path includes trailing slash - Fixed: Regression: Fix application name - Fixed: Regression: Fix exporting to HTML and PDF -- Fixed: Tags could not be selected in some cases ([#387](https://github.com/laurent22/joplin/issues/387)6) +- Fixed: Tags could not be selected in some cases ([#3876](https://github.com/laurent22/joplin/issues/3876)) - Improved: Allow lowercase filters when doing search -- Improved: Change Markdown rendering to align with CommonMark spec ([#383](https://github.com/laurent22/joplin/issues/383)9) +- Improved: Change Markdown rendering to align with CommonMark spec ([#3839](https://github.com/laurent22/joplin/issues/3839)) - Improved: Make Markdown editor selection more visible in Dark mode - Improved: Plugins: Allow retrieving form values from dialogs - Improved: Plugins: Force plugin devtool dialog to be detached - New: Add {{bowm}} and {{bows}} - Beginning Of Week (Monday/Sunday) ([#4023](https://github.com/laurent22/joplin/issues/4023) by Helmut K. C. Tessarek) - New: Added toolbar button to switch spell checker language -- New: Adds spell checker support for Rich Text editor ([#397](https://github.com/laurent22/joplin/issues/397)4) +- New: Adds spell checker support for Rich Text editor ([#3974](https://github.com/laurent22/joplin/issues/3974)) - New: Allow customising application layout - New: Api: Added ability to watch resource file - New: Api: Added way to get the notes associated with a resource -- New: API: Adds ability to paginate data ([#398](https://github.com/laurent22/joplin/issues/398)3) +- New: API: Adds ability to paginate data ([#3983](https://github.com/laurent22/joplin/issues/3983)) - New: Plugins: Add support for editor context menu ## [v1.4.10](https://github.com/laurent22/joplin/releases/tag/v1.4.10) (Pre-release) - 2020-11-14T09:53:15Z @@ -1501,13 +1501,13 @@ Plugin doc has been updated with some info about the [development process](https - New: Added toolbar button to switch spell checker language - New: Api: Added way to get the notes associated with a resource - New: Api: Added ability to watch resource file -- New: API: Adds ability to paginate data ([#398](https://github.com/laurent22/joplin/issues/398)3) -- New: Adds spell checker support for Rich Text editor ([#397](https://github.com/laurent22/joplin/issues/397)4) -- Fixed: Fixed inconsistent note list state when using search ([#390](https://github.com/laurent22/joplin/issues/390)4) +- New: API: Adds ability to paginate data ([#3983](https://github.com/laurent22/joplin/issues/3983)) +- New: Adds spell checker support for Rich Text editor ([#3974](https://github.com/laurent22/joplin/issues/3974)) +- Fixed: Fixed inconsistent note list state when using search ([#3904](https://github.com/laurent22/joplin/issues/3904)) - Fixed: Fixed text editor button tooltips - Fixed: Regression: Fix exporting to HTML and PDF -- Fixed: Tags could not be selected in some cases ([#387](https://github.com/laurent22/joplin/issues/387)6) -- Improved: Change Markdown rendering to align with CommonMark spec ([#383](https://github.com/laurent22/joplin/issues/383)9) +- Fixed: Tags could not be selected in some cases ([#3876](https://github.com/laurent22/joplin/issues/3876)) +- Improved: Change Markdown rendering to align with CommonMark spec ([#3839](https://github.com/laurent22/joplin/issues/3839)) - Improved: Plugins: Force plugin devtool dialog to be detached ## [v1.4.9](https://github.com/laurent22/joplin/releases/tag/v1.4.9) (Pre-release) - 2020-11-11T14:23:17Z @@ -1518,18 +1518,18 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - New: Added toolbar button to switch spell checker language - Improved: Api: Change pagination to has_more model -- Fixed: Fixed inconsistent note list state when using search ([#390](https://github.com/laurent22/joplin/issues/390)4) +- Fixed: Fixed inconsistent note list state when using search ([#3904](https://github.com/laurent22/joplin/issues/3904)) - Fixed: Fixed text editor button tooltips - Fixed: Regression: Fix exporting to HTML and PDF -- Fixed: Tags could not be selected in some cases ([#387](https://github.com/laurent22/joplin/issues/387)6) +- Fixed: Tags could not be selected in some cases ([#3876](https://github.com/laurent22/joplin/issues/3876)) * * * - New: Api: Added way to get the notes associated with a resource - New: Api: Added ability to watch resource file -- New: API: Adds ability to paginate data ([#398](https://github.com/laurent22/joplin/issues/398)3) -- New: Adds spell checker support for Rich Text editor ([#397](https://github.com/laurent22/joplin/issues/397)4) -- Improved: Change Markdown rendering to align with CommonMark spec ([#383](https://github.com/laurent22/joplin/issues/383)9) +- New: API: Adds ability to paginate data ([#3983](https://github.com/laurent22/joplin/issues/3983)) +- New: Adds spell checker support for Rich Text editor ([#3974](https://github.com/laurent22/joplin/issues/3974)) +- Improved: Change Markdown rendering to align with CommonMark spec ([#3839](https://github.com/laurent22/joplin/issues/3839)) - Improved: Plugins: Force plugin devtool dialog to be detached ## [v1.4.7](https://github.com/laurent22/joplin/releases/tag/v1.4.7) (Pre-release) - 2020-11-07T18:23:29Z @@ -1544,18 +1544,18 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking * * * -- New: API: Adds ability to paginate data ([#398](https://github.com/laurent22/joplin/issues/398)3) -- New: Adds spell checker support for Rich Text editor ([#397](https://github.com/laurent22/joplin/issues/397)4) -- Improved: Change Markdown rendering to align with CommonMark spec ([#383](https://github.com/laurent22/joplin/issues/383)9) +- New: API: Adds ability to paginate data ([#3983](https://github.com/laurent22/joplin/issues/3983)) +- New: Adds spell checker support for Rich Text editor ([#3974](https://github.com/laurent22/joplin/issues/3974)) +- Improved: Change Markdown rendering to align with CommonMark spec ([#3839](https://github.com/laurent22/joplin/issues/3839)) ## [v1.3.18](https://github.com/laurent22/joplin/releases/tag/v1.3.18) - 2020-11-06T12:07:02Z -- Regression: Random crash when syncing due to undefined tags ([#405](https://github.com/laurent22/joplin/issues/405)1) -- Fixed: Keymap editor crash when an invalid command is used ([#404](https://github.com/laurent22/joplin/issues/404)9) +- Regression: Random crash when syncing due to undefined tags ([#4051](https://github.com/laurent22/joplin/issues/4051)) +- Fixed: Keymap editor crash when an invalid command is used ([#4049](https://github.com/laurent22/joplin/issues/4049)) * * * -- New: Add support for application plugins ([#325](https://github.com/laurent22/joplin/issues/325)7) +- New: Add support for application plugins ([#3257](https://github.com/laurent22/joplin/issues/3257)) - New: Added Thunderbird count for desktop client ([#3880](https://github.com/laurent22/joplin/issues/3880) by [@Technik-J](https://github.com/Technik-J)) - New: Added support for Menu API for plugins - New: Added support for plugins packaged as JS bundles @@ -1577,33 +1577,33 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Improved: Plugin API - added support for settings.globalValue method - Improved: Remove Hide Joplin menu item on Linux and Windows - Improved: Removed OneDrive Dev sync target which was not really useful -- Improved: Allow setting note geolocation attributes via API ([#388](https://github.com/laurent22/joplin/issues/388)4) +- Improved: Allow setting note geolocation attributes via API ([#3884](https://github.com/laurent22/joplin/issues/3884)) - Improved: Disabled emoji highlighting in editor when emoji plugin is disabled ([#3852](https://github.com/laurent22/joplin/issues/3852) by Rahil Sarvaiya) - Improved: Sort search results by average of multiple criteria, including 'Sort notes by' field setting ([#3777](https://github.com/laurent22/joplin/issues/3777) by [@shawnaxsom](https://github.com/shawnaxsom)) - Improved: Make sure all commands appear in keymap editor -- Fixed: Add history backward and forward commands to keymap and menus ([#401](https://github.com/laurent22/joplin/issues/401)0) +- Fixed: Add history backward and forward commands to keymap and menus ([#4010](https://github.com/laurent22/joplin/issues/4010)) - Fixed: Fixed handling of Option key for shortcuts in macOS -- Fixed: Fix slow Katex rendering when there are many global definitions ([#399](https://github.com/laurent22/joplin/issues/399)3) +- Fixed: Fix slow Katex rendering when there are many global definitions ([#3993](https://github.com/laurent22/joplin/issues/3993)) - Fixed: Fix syntax of imported resources when importing ENEX as HTML - Fixed: Fixed OneDrive authentication -- Fixed: Fixed sync issue when importing ENEX files that contain new line characters in the source URL attribute ([#395](https://github.com/laurent22/joplin/issues/395)5) -- Fixed: Handle gzipped CSS files when importing from clipper ([#398](https://github.com/laurent22/joplin/issues/398)6) -- Fixed: Update highlight.js to fix freeze for certain code blocks ([#399](https://github.com/laurent22/joplin/issues/399)2) +- Fixed: Fixed sync issue when importing ENEX files that contain new line characters in the source URL attribute ([#3955](https://github.com/laurent22/joplin/issues/3955)) +- Fixed: Handle gzipped CSS files when importing from clipper ([#3986](https://github.com/laurent22/joplin/issues/3986)) +- Fixed: Update highlight.js to fix freeze for certain code blocks ([#3992](https://github.com/laurent22/joplin/issues/3992)) - Fixed: Fix search filters when language is in Korean or with accents ([#3947](https://github.com/laurent22/joplin/issues/3947) by Naveen M V) -- Fixed: Fixed freeze when importing ENEX as HTML, and fixed potential error when importing resources ([#395](https://github.com/laurent22/joplin/issues/395)8) +- Fixed: Fixed freeze when importing ENEX as HTML, and fixed potential error when importing resources ([#3958](https://github.com/laurent22/joplin/issues/3958)) - Fixed: Fixed setting issue that would cause a password to be saved in plain text in the database, even when the keychain is working -- Fixed: Fixed sidebar performance issue when there are many notebooks or tags ([#389](https://github.com/laurent22/joplin/issues/389)3) -- Fixed: Allows toggling external editing off and on again ([#388](https://github.com/laurent22/joplin/issues/388)6) +- Fixed: Fixed sidebar performance issue when there are many notebooks or tags ([#3893](https://github.com/laurent22/joplin/issues/3893)) +- Fixed: Allows toggling external editing off and on again ([#3886](https://github.com/laurent22/joplin/issues/3886)) - Fixed: Fixed toggleNoteList and toggleSidebar commands - Fixed: Fixed Toggle Editor button tooltip and icon ## [v1.3.17](https://github.com/laurent22/joplin/releases/tag/v1.3.17) (Pre-release) - 2020-11-06T11:35:15Z -- Regression: Random crash when syncing due to undefined tags ([#405](https://github.com/laurent22/joplin/issues/405)1) +- Regression: Random crash when syncing due to undefined tags ([#4051](https://github.com/laurent22/joplin/issues/4051)) * * * -- New: Add support for application plugins ([#325](https://github.com/laurent22/joplin/issues/325)7) +- New: Add support for application plugins ([#3257](https://github.com/laurent22/joplin/issues/3257)) - New: Added Thunderbird count for desktop client ([#3880](https://github.com/laurent22/joplin/issues/3880) by [@Technik-J](https://github.com/Technik-J)) - New: Added support for Menu API for plugins - New: Added support for plugins packaged as JS bundles @@ -1625,23 +1625,23 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Improved: Plugin API - added support for settings.globalValue method - Improved: Remove Hide Joplin menu item on Linux and Windows - Improved: Removed OneDrive Dev sync target which was not really useful -- Improved: Allow setting note geolocation attributes via API ([#388](https://github.com/laurent22/joplin/issues/388)4) +- Improved: Allow setting note geolocation attributes via API ([#3884](https://github.com/laurent22/joplin/issues/3884)) - Improved: Disabled emoji highlighting in editor when emoji plugin is disabled ([#3852](https://github.com/laurent22/joplin/issues/3852) by Rahil Sarvaiya) - Improved: Sort search results by average of multiple criteria, including 'Sort notes by' field setting ([#3777](https://github.com/laurent22/joplin/issues/3777) by [@shawnaxsom](https://github.com/shawnaxsom)) - Improved: Make sure all commands appear in keymap editor -- Fixed: Add history backward and forward commands to keymap and menus ([#401](https://github.com/laurent22/joplin/issues/401)0) +- Fixed: Add history backward and forward commands to keymap and menus ([#4010](https://github.com/laurent22/joplin/issues/4010)) - Fixed: Fixed handling of Option key for shortcuts in macOS -- Fixed: Fix slow Katex rendering when there are many global definitions ([#399](https://github.com/laurent22/joplin/issues/399)3) +- Fixed: Fix slow Katex rendering when there are many global definitions ([#3993](https://github.com/laurent22/joplin/issues/3993)) - Fixed: Fix syntax of imported resources when importing ENEX as HTML - Fixed: Fixed OneDrive authentication -- Fixed: Fixed sync issue when importing ENEX files that contain new line characters in the source URL attribute ([#395](https://github.com/laurent22/joplin/issues/395)5) -- Fixed: Handle gzipped CSS files when importing from clipper ([#398](https://github.com/laurent22/joplin/issues/398)6) -- Fixed: Update highlight.js to fix freeze for certain code blocks ([#399](https://github.com/laurent22/joplin/issues/399)2) +- Fixed: Fixed sync issue when importing ENEX files that contain new line characters in the source URL attribute ([#3955](https://github.com/laurent22/joplin/issues/3955)) +- Fixed: Handle gzipped CSS files when importing from clipper ([#3986](https://github.com/laurent22/joplin/issues/3986)) +- Fixed: Update highlight.js to fix freeze for certain code blocks ([#3992](https://github.com/laurent22/joplin/issues/3992)) - Fixed: Fix search filters when language is in Korean or with accents ([#3947](https://github.com/laurent22/joplin/issues/3947) by Naveen M V) -- Fixed: Fixed freeze when importing ENEX as HTML, and fixed potential error when importing resources ([#395](https://github.com/laurent22/joplin/issues/395)8) +- Fixed: Fixed freeze when importing ENEX as HTML, and fixed potential error when importing resources ([#3958](https://github.com/laurent22/joplin/issues/3958)) - Fixed: Fixed setting issue that would cause a password to be saved in plain text in the database, even when the keychain is working -- Fixed: Fixed sidebar performance issue when there are many notebooks or tags ([#389](https://github.com/laurent22/joplin/issues/389)3) -- Fixed: Allows toggling external editing off and on again ([#388](https://github.com/laurent22/joplin/issues/388)6) +- Fixed: Fixed sidebar performance issue when there are many notebooks or tags ([#3893](https://github.com/laurent22/joplin/issues/3893)) +- Fixed: Allows toggling external editing off and on again ([#3886](https://github.com/laurent22/joplin/issues/3886)) - Fixed: Fixed toggleNoteList and toggleSidebar commands - Fixed: Fixed Toggle Editor button tooltip and icon @@ -1649,13 +1649,13 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking IMPORTANT: If you use the Clipper API, please note that there are a few breaking changes in this version. See this link for more information: https://github.com/laurent22/joplin/pull/3983 -- New: API: Adds ability to paginate data ([#398](https://github.com/laurent22/joplin/issues/398)3) -- New: Adds spell checker support for Rich Text editor ([#397](https://github.com/laurent22/joplin/issues/397)4) -- Improved: Change Markdown rendering to align with CommonMark spec ([#383](https://github.com/laurent22/joplin/issues/383)9) +- New: API: Adds ability to paginate data ([#3983](https://github.com/laurent22/joplin/issues/3983)) +- New: Adds spell checker support for Rich Text editor ([#3974](https://github.com/laurent22/joplin/issues/3974)) +- Improved: Change Markdown rendering to align with CommonMark spec ([#3839](https://github.com/laurent22/joplin/issues/3839)) ## [v1.3.15](https://github.com/laurent22/joplin/releases/tag/v1.3.15) - 2020-11-04T12:22:50Z -- New: Add support for application plugins ([#325](https://github.com/laurent22/joplin/issues/325)7) +- New: Add support for application plugins ([#3257](https://github.com/laurent22/joplin/issues/3257)) - New: Added Thunderbird count for desktop client ([#3880](https://github.com/laurent22/joplin/issues/3880) by [@Technik-J](https://github.com/Technik-J)) - New: Added support for Menu API for plugins - New: Added support for plugins packaged as JS bundles @@ -1677,36 +1677,36 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Improved: Plugin API - added support for settings.globalValue method - Improved: Remove Hide Joplin menu item on Linux and Windows - Improved: Removed OneDrive Dev sync target which was not really useful -- Improved: Allow setting note geolocation attributes via API ([#388](https://github.com/laurent22/joplin/issues/388)4) +- Improved: Allow setting note geolocation attributes via API ([#3884](https://github.com/laurent22/joplin/issues/3884)) - Improved: Disabled emoji highlighting in editor when emoji plugin is disabled ([#3852](https://github.com/laurent22/joplin/issues/3852) by Rahil Sarvaiya) - Improved: Sort search results by average of multiple criteria, including 'Sort notes by' field setting ([#3777](https://github.com/laurent22/joplin/issues/3777) by [@shawnaxsom](https://github.com/shawnaxsom)) - Improved: Make sure all commands appear in keymap editor -- Fixed: Add history backward and forward commands to keymap and menus ([#401](https://github.com/laurent22/joplin/issues/401)0) +- Fixed: Add history backward and forward commands to keymap and menus ([#4010](https://github.com/laurent22/joplin/issues/4010)) - Fixed: Fixed handling of Option key for shortcuts in macOS -- Fixed: Fix slow Katex rendering when there are many global definitions ([#399](https://github.com/laurent22/joplin/issues/399)3) +- Fixed: Fix slow Katex rendering when there are many global definitions ([#3993](https://github.com/laurent22/joplin/issues/3993)) - Fixed: Fix syntax of imported resources when importing ENEX as HTML - Fixed: Fixed OneDrive authentication -- Fixed: Fixed sync issue when importing ENEX files that contain new line characters in the source URL attribute ([#395](https://github.com/laurent22/joplin/issues/395)5) -- Fixed: Handle gzipped CSS files when importing from clipper ([#398](https://github.com/laurent22/joplin/issues/398)6) -- Fixed: Update highlight.js to fix freeze for certain code blocks ([#399](https://github.com/laurent22/joplin/issues/399)2) +- Fixed: Fixed sync issue when importing ENEX files that contain new line characters in the source URL attribute ([#3955](https://github.com/laurent22/joplin/issues/3955)) +- Fixed: Handle gzipped CSS files when importing from clipper ([#3986](https://github.com/laurent22/joplin/issues/3986)) +- Fixed: Update highlight.js to fix freeze for certain code blocks ([#3992](https://github.com/laurent22/joplin/issues/3992)) - Fixed: Fix search filters when language is in Korean or with accents ([#3947](https://github.com/laurent22/joplin/issues/3947) by Naveen M V) -- Fixed: Fixed freeze when importing ENEX as HTML, and fixed potential error when importing resources ([#395](https://github.com/laurent22/joplin/issues/395)8) +- Fixed: Fixed freeze when importing ENEX as HTML, and fixed potential error when importing resources ([#3958](https://github.com/laurent22/joplin/issues/3958)) - Fixed: Fixed setting issue that would cause a password to be saved in plain text in the database, even when the keychain is working -- Fixed: Fixed sidebar performance issue when there are many notebooks or tags ([#389](https://github.com/laurent22/joplin/issues/389)3) -- Fixed: Allows toggling external editing off and on again ([#388](https://github.com/laurent22/joplin/issues/388)6) +- Fixed: Fixed sidebar performance issue when there are many notebooks or tags ([#3893](https://github.com/laurent22/joplin/issues/3893)) +- Fixed: Allows toggling external editing off and on again ([#3886](https://github.com/laurent22/joplin/issues/3886)) - Fixed: Fixed toggleNoteList and toggleSidebar commands - Fixed: Fixed Toggle Editor button tooltip and icon ## [v1.3.11](https://github.com/laurent22/joplin/releases/tag/v1.3.11) (Pre-release) - 2020-10-31T13:22:20Z - Improved: Make sure all commands appear in keymap editor -- Fixed: Add history backward and forward commands to keymap and menus ([#401](https://github.com/laurent22/joplin/issues/401)0) +- Fixed: Add history backward and forward commands to keymap and menus ([#4010](https://github.com/laurent22/joplin/issues/4010)) - Fixed: Fixed handling of Option key for shortcuts in macOS - Security: Remove "link" and "meta" tags from notes to prevent XSS * * * -- New: Add support for application plugins ([#325](https://github.com/laurent22/joplin/issues/325)7) +- New: Add support for application plugins ([#3257](https://github.com/laurent22/joplin/issues/3257)) - New: Added Thunderbird count for desktop client ([#3880](https://github.com/laurent22/joplin/issues/3880) by [@Technik-J](https://github.com/Technik-J)) - New: Added support for Menu API for plugins - New: Added support for plugins packaged as JS bundles @@ -1727,20 +1727,20 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Improved: Plugin API - added support for settings.globalValue method - Improved: Remove Hide Joplin menu item on Linux and Windows - Improved: Removed OneDrive Dev sync target which was not really useful -- Improved: Allow setting note geolocation attributes via API ([#388](https://github.com/laurent22/joplin/issues/388)4) +- Improved: Allow setting note geolocation attributes via API ([#3884](https://github.com/laurent22/joplin/issues/3884)) - Improved: Disabled emoji highlighting in editor when emoji plugin is disabled ([#3852](https://github.com/laurent22/joplin/issues/3852) by Rahil Sarvaiya) - Improved: Sort search results by average of multiple criteria, including 'Sort notes by' field setting ([#3777](https://github.com/laurent22/joplin/issues/3777) by [@shawnaxsom](https://github.com/shawnaxsom)) -- Fixed: Fix slow Katex rendering when there are many global definitions ([#399](https://github.com/laurent22/joplin/issues/399)3) +- Fixed: Fix slow Katex rendering when there are many global definitions ([#3993](https://github.com/laurent22/joplin/issues/3993)) - Fixed: Fix syntax of imported resources when importing ENEX as HTML - Fixed: Fixed OneDrive authentication -- Fixed: Fixed sync issue when importing ENEX files that contain new line characters in the source URL attribute ([#395](https://github.com/laurent22/joplin/issues/395)5) -- Fixed: Handle gzipped CSS files when importing from clipper ([#398](https://github.com/laurent22/joplin/issues/398)6) -- Fixed: Update highlight.js to fix freeze for certain code blocks ([#399](https://github.com/laurent22/joplin/issues/399)2) +- Fixed: Fixed sync issue when importing ENEX files that contain new line characters in the source URL attribute ([#3955](https://github.com/laurent22/joplin/issues/3955)) +- Fixed: Handle gzipped CSS files when importing from clipper ([#3986](https://github.com/laurent22/joplin/issues/3986)) +- Fixed: Update highlight.js to fix freeze for certain code blocks ([#3992](https://github.com/laurent22/joplin/issues/3992)) - Fixed: Fix search filters when language is in Korean or with accents ([#3947](https://github.com/laurent22/joplin/issues/3947) by Naveen M V) -- Fixed: Fixed freeze when importing ENEX as HTML, and fixed potential error when importing resources ([#395](https://github.com/laurent22/joplin/issues/395)8) +- Fixed: Fixed freeze when importing ENEX as HTML, and fixed potential error when importing resources ([#3958](https://github.com/laurent22/joplin/issues/3958)) - Fixed: Fixed setting issue that would cause a password to be saved in plain text in the database, even when the keychain is working -- Fixed: Fixed sidebar performance issue when there are many notebooks or tags ([#389](https://github.com/laurent22/joplin/issues/389)3) -- Fixed: Allows toggling external editing off and on again ([#388](https://github.com/laurent22/joplin/issues/388)6) +- Fixed: Fixed sidebar performance issue when there are many notebooks or tags ([#3893](https://github.com/laurent22/joplin/issues/3893)) +- Fixed: Allows toggling external editing off and on again ([#3886](https://github.com/laurent22/joplin/issues/3886)) - Fixed: Fixed toggleNoteList and toggleSidebar commands - Fixed: Fixed Toggle Editor button toolip and icon @@ -1751,16 +1751,16 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Fixed: Regression: Keyboard shortcut would not save in some cases - Fixed: Regression: Restore "New sub-notebook" command - Fixed: Command Palette click did not work -- Fixed: Fix slow Katex rendering when there are many global definitions ([#399](https://github.com/laurent22/joplin/issues/399)3) +- Fixed: Fix slow Katex rendering when there are many global definitions ([#3993](https://github.com/laurent22/joplin/issues/3993)) - Fixed: Fix syntax of imported resources when importing ENEX as HTML - Fixed: Fixed OneDrive authentication -- Fixed: Fixed sync issue when importing ENEX files that contain new line characters in the source URL attribute ([#395](https://github.com/laurent22/joplin/issues/395)5) -- Fixed: Handle gzipped CSS files when importing from clipper ([#398](https://github.com/laurent22/joplin/issues/398)6) -- Fixed: Update highlight.js to fix freeze for certain code blocks ([#399](https://github.com/laurent22/joplin/issues/399)2) +- Fixed: Fixed sync issue when importing ENEX files that contain new line characters in the source URL attribute ([#3955](https://github.com/laurent22/joplin/issues/3955)) +- Fixed: Handle gzipped CSS files when importing from clipper ([#3986](https://github.com/laurent22/joplin/issues/3986)) +- Fixed: Update highlight.js to fix freeze for certain code blocks ([#3992](https://github.com/laurent22/joplin/issues/3992)) * * * -- New: Add support for application plugins ([#325](https://github.com/laurent22/joplin/issues/325)7) +- New: Add support for application plugins ([#3257](https://github.com/laurent22/joplin/issues/3257)) - New: Added Thunderbird count for desktop client ([#3880](https://github.com/laurent22/joplin/issues/3880) by [@Technik-J](https://github.com/Technik-J)) - New: Added support for Menu API for plugins - New: Added support for plugins packaged as JS bundles @@ -1779,14 +1779,14 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Improved: Plugin API - added support for settings.globalValue method - Improved: Remove Hide Joplin menu item on Linux and Windows - Improved: Removed OneDrive Dev sync target which was not really useful -- Improved: Allow setting note geolocation attributes via API ([#388](https://github.com/laurent22/joplin/issues/388)4) +- Improved: Allow setting note geolocation attributes via API ([#3884](https://github.com/laurent22/joplin/issues/3884)) - Improved: Disabled emoji highlighting in editor when emoji plugin is disabled ([#3852](https://github.com/laurent22/joplin/issues/3852) by Rahil Sarvaiya) - Improved: Sort search results by average of multiple criteria, including 'Sort notes by' field setting ([#3777](https://github.com/laurent22/joplin/issues/3777) by [@shawnaxsom](https://github.com/shawnaxsom)) - Fixed: Fix search filters when language is in Korean or with accents ([#3947](https://github.com/laurent22/joplin/issues/3947) by Naveen M V) -- Fixed: Fixed freeze when importing ENEX as HTML, and fixed potential error when importing resources ([#395](https://github.com/laurent22/joplin/issues/395)8) +- Fixed: Fixed freeze when importing ENEX as HTML, and fixed potential error when importing resources ([#3958](https://github.com/laurent22/joplin/issues/3958)) - Fixed: Fixed setting issue that would cause a password to be saved in plain text in the database, even when the keychain is working -- Fixed: Fixed sidebar performance issue when there are many notebooks or tags ([#389](https://github.com/laurent22/joplin/issues/389)3) -- Fixed: Allows toggling external editing off and on again ([#388](https://github.com/laurent22/joplin/issues/388)6) +- Fixed: Fixed sidebar performance issue when there are many notebooks or tags ([#3893](https://github.com/laurent22/joplin/issues/3893)) +- Fixed: Allows toggling external editing off and on again ([#3886](https://github.com/laurent22/joplin/issues/3886)) - Fixed: Fixed toggleNoteList and toggleSidebar commands - Fixed: Fixed Toggle Editor button toolip and icon @@ -1801,7 +1801,7 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking * * * -- New: Add support for application plugins ([#325](https://github.com/laurent22/joplin/issues/325)7) +- New: Add support for application plugins ([#3257](https://github.com/laurent22/joplin/issues/3257)) - New: Added Thunderbird count for desktop client ([#3880](https://github.com/laurent22/joplin/issues/3880) by [@Technik-J](https://github.com/Technik-J)) - New: Added support for Menu API for plugins - New: Added support for plugins packaged as JS bundles @@ -1817,13 +1817,13 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Improved: Plugin API - added support for settings.globalValue method - Improved: Remove Hide Joplin menu item on Linux and Windows - Improved: Removed OneDrive Dev sync target which was not really useful -- Improved: Allow setting note geolocation attributes via API ([#388](https://github.com/laurent22/joplin/issues/388)4) +- Improved: Allow setting note geolocation attributes via API ([#3884](https://github.com/laurent22/joplin/issues/3884)) - Improved: Disabled emoji highlighting in editor when emoji plugin is disabled ([#3852](https://github.com/laurent22/joplin/issues/3852) by Rahil Sarvaiya) - Improved: Sort search results by average of multiple criteria, including 'Sort notes by' field setting ([#3777](https://github.com/laurent22/joplin/issues/3777) by [@shawnaxsom](https://github.com/shawnaxsom)) -- Fixed: Fixed freeze when importing ENEX as HTML, and fixed potential error when importing resources ([#395](https://github.com/laurent22/joplin/issues/395)8) +- Fixed: Fixed freeze when importing ENEX as HTML, and fixed potential error when importing resources ([#3958](https://github.com/laurent22/joplin/issues/3958)) - Fixed: Fixed setting issue that would cause a password to be saved in plain text in the database, even when the keychain is working -- Fixed: Fixed sidebar performance issue when there are many notebooks or tags ([#389](https://github.com/laurent22/joplin/issues/389)3) -- Fixed: Allows toggling external editing off and on again ([#388](https://github.com/laurent22/joplin/issues/388)6) +- Fixed: Fixed sidebar performance issue when there are many notebooks or tags ([#3893](https://github.com/laurent22/joplin/issues/3893)) +- Fixed: Allows toggling external editing off and on again ([#3886](https://github.com/laurent22/joplin/issues/3886)) - Fixed: Fixed toggleNoteList and toggleSidebar commands - Fixed: Fixed Toggle Editor button toolip and icon @@ -1834,14 +1834,14 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Improved: Display more info while an ENEX file is being imported - Improved: Made toolbar buttons bigger and swap order of bullet and number lists - Improved: Plugins: Allow custom commands to return a result -- Fixed: Certain commands no longer worked. ([#396](https://github.com/laurent22/joplin/issues/396)2) -- Fixed: Fixed freeze when importing ENEX as HTML, and fixed potential error when importing resources ([#395](https://github.com/laurent22/joplin/issues/395)8) +- Fixed: Certain commands no longer worked. ([#3962](https://github.com/laurent22/joplin/issues/3962)) +- Fixed: Fixed freeze when importing ENEX as HTML, and fixed potential error when importing resources ([#3958](https://github.com/laurent22/joplin/issues/3958)) - Fixed: Fixed setting issue that would cause a password to be saved in plain text in the database, even when the keychain is working - Fixed: Regression: Fixed format of copied version info * * * -- New: Add support for application plugins ([#325](https://github.com/laurent22/joplin/issues/325)7) +- New: Add support for application plugins ([#3257](https://github.com/laurent22/joplin/issues/3257)) - New: Added Thunderbird count for desktop client ([#3880](https://github.com/laurent22/joplin/issues/3880) by [@Technik-J](https://github.com/Technik-J)) - New: Added support for Menu API for plugins - New: Added support for plugins packaged as JS bundles @@ -1854,11 +1854,11 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Improved: Plugin API - added support for settings.globalValue method - Improved: Remove Hide Joplin menu item on Linux and Windows - Improved: Removed OneDrive Dev sync target which was not really useful -- Improved: Allow setting note geolocation attributes via API ([#388](https://github.com/laurent22/joplin/issues/388)4) +- Improved: Allow setting note geolocation attributes via API ([#3884](https://github.com/laurent22/joplin/issues/3884)) - Improved: Disabled emoji highlighting in editor when emoji plugin is disabled ([#3852](https://github.com/laurent22/joplin/issues/3852) by Rahil Sarvaiya) - Improved: Sort search results by average of multiple criteria, including 'Sort notes by' field setting ([#3777](https://github.com/laurent22/joplin/issues/3777) by [@shawnaxsom](https://github.com/shawnaxsom)) -- Fixed: Fixed sidebar performance issue when there are many notebooks or tags ([#389](https://github.com/laurent22/joplin/issues/389)3) -- Fixed: Allows toggling external editing off and on again ([#388](https://github.com/laurent22/joplin/issues/388)6) +- Fixed: Fixed sidebar performance issue when there are many notebooks or tags ([#3893](https://github.com/laurent22/joplin/issues/3893)) +- Fixed: Allows toggling external editing off and on again ([#3886](https://github.com/laurent22/joplin/issues/3886)) - Fixed: Fixed toggleNoteList and toggleSidebar commands - Fixed: Fixed Toggle Editor button toolip and icon @@ -1868,11 +1868,11 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Improved: Import ``, `` tags (strikethrough) from Evernote ([#3936](https://github.com/laurent22/joplin/issues/3936) by Ian Slinger) - Improved: Simplified and improve command service, and added command palette - Improved: Tray: Exit -> Quit ([#3945](https://github.com/laurent22/joplin/issues/3945) by Helmut K. C. Tessarek) -- Fixed: Trying to fix sidebar performance issue when there are many notebooks or tags ([#389](https://github.com/laurent22/joplin/issues/389)3) +- Fixed: Trying to fix sidebar performance issue when there are many notebooks or tags ([#3893](https://github.com/laurent22/joplin/issues/3893)) * * * -- New: Add support for application plugins ([#325](https://github.com/laurent22/joplin/issues/325)7) +- New: Add support for application plugins ([#3257](https://github.com/laurent22/joplin/issues/3257)) - New: Added Thunderbird count for desktop client ([#3880](https://github.com/laurent22/joplin/issues/3880) by [@Technik-J](https://github.com/Technik-J)) - New: Added support for Menu API for plugins - New: Added support for plugins packaged as JS bundles @@ -1881,20 +1881,20 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Improved: Plugin API - added support for settings.globalValue method - Improved: Remove Hide Joplin menu item on Linux and Windows - Improved: Removed OneDrive Dev sync target which was not really useful -- Improved: Allow setting note geolocation attributes via API ([#388](https://github.com/laurent22/joplin/issues/388)4) +- Improved: Allow setting note geolocation attributes via API ([#3884](https://github.com/laurent22/joplin/issues/3884)) - Improved: Disabled emoji highlighting in editor when emoji plugin is disabled ([#3852](https://github.com/laurent22/joplin/issues/3852) by Rahil Sarvaiya) - Improved: Sort search results by average of multiple criteria, including 'Sort notes by' field setting ([#3777](https://github.com/laurent22/joplin/issues/3777) by [@shawnaxsom](https://github.com/shawnaxsom)) -- Fixed: Allows toggling external editing off and on again ([#388](https://github.com/laurent22/joplin/issues/388)6) +- Fixed: Allows toggling external editing off and on again ([#3886](https://github.com/laurent22/joplin/issues/3886)) - Fixed: Fixed toggleNoteList and toggleSidebar commands - Fixed: Fixed Toggle Editor button toolip and icon ## [v1.3.5](https://github.com/laurent22/joplin/releases/tag/v1.3.5) (Pre-release) - 2020-10-17T14:26:35Z - Fixed: Regression: Remove Hide Joplin menu item on Linux too -- Fixed: Regression: Editor toolbar was disabled when importing note from MD file ([#391](https://github.com/laurent22/joplin/issues/391)5) -- Fixed: Regression: Header links with special characters were no longer working ([#390](https://github.com/laurent22/joplin/issues/390)3) -- Fixed: Regression: Importing ENEX as HTML was importing as Markdown ([#392](https://github.com/laurent22/joplin/issues/392)3) -- Fixed: Regression - Layout Button Sequence menu items were disabled ([#389](https://github.com/laurent22/joplin/issues/389)9) +- Fixed: Regression: Editor toolbar was disabled when importing note from MD file ([#3915](https://github.com/laurent22/joplin/issues/3915)) +- Fixed: Regression: Header links with special characters were no longer working ([#3903](https://github.com/laurent22/joplin/issues/3903)) +- Fixed: Regression: Importing ENEX as HTML was importing as Markdown ([#3923](https://github.com/laurent22/joplin/issues/3923)) +- Fixed: Regression - Layout Button Sequence menu items were disabled ([#3899](https://github.com/laurent22/joplin/issues/3899)) - Fixed: Regression: Fix export of pluginAssets when exporting to html/pdf ([#3927](https://github.com/laurent22/joplin/issues/3927) by Caleb John) - Fixed: Regression: Fixed check for update - Fixed: Regression: Fixed move to notebook from context menu @@ -1902,7 +1902,7 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking * * * -- New: Add support for application plugins ([#325](https://github.com/laurent22/joplin/issues/325)7) +- New: Add support for application plugins ([#3257](https://github.com/laurent22/joplin/issues/3257)) - New: Added Thunderbird count for desktop client ([#3880](https://github.com/laurent22/joplin/issues/3880) by [@Technik-J](https://github.com/Technik-J)) - New: Added support for Menu API for plugins - New: Added support for plugins packaged as JS bundles @@ -1911,27 +1911,27 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Improved: Plugin API - added support for settings.globalValue method - Improved: Remove Hide Joplin menu item on Linux and Windows - Improved: Removed OneDrive Dev sync target which was not really useful -- Improved: Allow setting note geolocation attributes via API ([#388](https://github.com/laurent22/joplin/issues/388)4) +- Improved: Allow setting note geolocation attributes via API ([#3884](https://github.com/laurent22/joplin/issues/3884)) - Improved: Disabled emoji highlighting in editor when emoji plugin is disabled ([#3852](https://github.com/laurent22/joplin/issues/3852) by Rahil Sarvaiya) - Improved: Sort search results by average of multiple criteria, including 'Sort notes by' field setting ([#3777](https://github.com/laurent22/joplin/issues/3777) by [@shawnaxsom](https://github.com/shawnaxsom)) -- Fixed: Allows toggling external editing off and on again ([#388](https://github.com/laurent22/joplin/issues/388)6) +- Fixed: Allows toggling external editing off and on again ([#3886](https://github.com/laurent22/joplin/issues/3886)) - Fixed: Fixed toggleNoteList and toggleSidebar commands - Fixed: Fixed Toggle Editor button toolip and icon ## [v1.3.3](https://github.com/laurent22/joplin/releases/tag/v1.3.3) (Pre-release) - 2020-10-17T10:56:57Z - Fixed: Regression: Remove Hide Joplin menu item on Linux too -- Fixed: Regression: Editor toolbar was disabled when importing note from MD file ([#391](https://github.com/laurent22/joplin/issues/391)5) -- Fixed: Regression: Header links with special characters were no longer working ([#390](https://github.com/laurent22/joplin/issues/390)3) -- Fixed: Regression: Importing ENEX as HTML was importing as Markdown ([#392](https://github.com/laurent22/joplin/issues/392)3) -- Fixed: Regression - Layout Button Sequence menu items were disabled ([#389](https://github.com/laurent22/joplin/issues/389)9) +- Fixed: Regression: Editor toolbar was disabled when importing note from MD file ([#3915](https://github.com/laurent22/joplin/issues/3915)) +- Fixed: Regression: Header links with special characters were no longer working ([#3903](https://github.com/laurent22/joplin/issues/3903)) +- Fixed: Regression: Importing ENEX as HTML was importing as Markdown ([#3923](https://github.com/laurent22/joplin/issues/3923)) +- Fixed: Regression - Layout Button Sequence menu items were disabled ([#3899](https://github.com/laurent22/joplin/issues/3899)) - Fixed: Regression: Fix export of pluginAssets when exporting to html/pdf ([#3927](https://github.com/laurent22/joplin/issues/3927) by Caleb John) - Fixed: Regression: Fixed check for update - Fixed: Regression: Fixed move to notebook from context menu * * * -- New: Add support for application plugins ([#325](https://github.com/laurent22/joplin/issues/325)7) +- New: Add support for application plugins ([#3257](https://github.com/laurent22/joplin/issues/3257)) - New: Added Thunderbird count for desktop client ([#3880](https://github.com/laurent22/joplin/issues/3880) by [@Technik-J](https://github.com/Technik-J)) - New: Added support for Menu API for plugins - New: Added support for plugins packaged as JS bundles @@ -1940,10 +1940,10 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Improved: Plugin API - added support for settings.globalValue method - Improved: Remove Hide Joplin menu item on Linux and Windows - Improved: Removed OneDrive Dev sync target which was not really useful -- Improved: Allow setting note geolocation attributes via API ([#388](https://github.com/laurent22/joplin/issues/388)4) +- Improved: Allow setting note geolocation attributes via API ([#3884](https://github.com/laurent22/joplin/issues/3884)) - Improved: Disabled emoji highlighting in editor when emoji plugin is disabled ([#3852](https://github.com/laurent22/joplin/issues/3852) by Rahil Sarvaiya) - Improved: Sort search results by average of multiple criteria, including 'Sort notes by' field setting ([#3777](https://github.com/laurent22/joplin/issues/3777) by [@shawnaxsom](https://github.com/shawnaxsom)) -- Fixed: Allows toggling external editing off and on again ([#388](https://github.com/laurent22/joplin/issues/388)6) +- Fixed: Allows toggling external editing off and on again ([#3886](https://github.com/laurent22/joplin/issues/3886)) - Fixed: Fixed toggleNoteList and toggleSidebar commands - Fixed: Fixed Toggle Editor button toolip and icon @@ -1953,23 +1953,23 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking * * * -- New: Add support for application plugins ([#325](https://github.com/laurent22/joplin/issues/325)7) -- Improved: Allow setting note geolocation attributes via API ([#388](https://github.com/laurent22/joplin/issues/388)4) +- New: Add support for application plugins ([#3257](https://github.com/laurent22/joplin/issues/3257)) +- Improved: Allow setting note geolocation attributes via API ([#3884](https://github.com/laurent22/joplin/issues/3884)) - Improved: Disabled emoji highlighting in editor when emoji plugin is disabled ([#3852](https://github.com/laurent22/joplin/issues/3852) by Rahil Sarvaiya) - Improved: Sort search results by average of multiple criteria, including 'Sort notes by' field setting ([#3777](https://github.com/laurent22/joplin/issues/3777) by [@shawnaxsom](https://github.com/shawnaxsom)) -- Fixed: Allows toggling external editing off and on again ([#388](https://github.com/laurent22/joplin/issues/388)6) +- Fixed: Allows toggling external editing off and on again ([#3886](https://github.com/laurent22/joplin/issues/3886)) ## [v1.3.1](https://github.com/laurent22/joplin/releases/tag/v1.3.1) (Pre-release) - 2020-10-11T15:10:18Z -- New: Add support for application plugins ([#325](https://github.com/laurent22/joplin/issues/325)7) -- Improved: Allow setting note geolocation attributes via API ([#388](https://github.com/laurent22/joplin/issues/388)4) +- New: Add support for application plugins ([#3257](https://github.com/laurent22/joplin/issues/3257)) +- Improved: Allow setting note geolocation attributes via API ([#3884](https://github.com/laurent22/joplin/issues/3884)) - Improved: Disabled emoji highlighting in editor when emoji plugin is disabled ([#3852](https://github.com/laurent22/joplin/issues/3852) by Rahil Sarvaiya) - Improved: Sort search results by average of multiple criteria, including 'Sort notes by' field setting ([#3777](https://github.com/laurent22/joplin/issues/3777) by [@shawnaxsom](https://github.com/shawnaxsom)) -- Fixed: Allows toggling external editing off and on again ([#388](https://github.com/laurent22/joplin/issues/388)6) +- Fixed: Allows toggling external editing off and on again ([#3886](https://github.com/laurent22/joplin/issues/3886)) ## [v1.2.6](https://github.com/laurent22/joplin/releases/tag/v1.2.6) - 2020-10-09T13:56:59Z -- New: Updated UI ([#358](https://github.com/laurent22/joplin/issues/358)6) +- New: Updated UI ([#3586](https://github.com/laurent22/joplin/issues/3586)) - Improved: Add frequently used languages to markdown editor ([#3786](https://github.com/laurent22/joplin/issues/3786) by Carlos Eduardo) - Improved: Adjust the codemirror code block colors for the dark theme ([#3794](https://github.com/laurent22/joplin/issues/3794) by Caleb John) - Improved: Disable auto-update by default @@ -1978,19 +1978,19 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Improved: Optimised sidebar rendering speed - Improved: Upgrade Mermaid to v8.8.0 ([#3745](https://github.com/laurent22/joplin/issues/3745)) ([#3740](https://github.com/laurent22/joplin/issues/3740) by Caleb John) - Fixed: Add stricter rules for katex blocks ([#3795](https://github.com/laurent22/joplin/issues/3795)) ([#3791](https://github.com/laurent22/joplin/issues/3791) by Caleb John) -- Fixed: Allow Read Time label to be translated ([#368](https://github.com/laurent22/joplin/issues/368)4) -- Fixed: Always use light theme for notes in HTML mode ([#369](https://github.com/laurent22/joplin/issues/369)8) -- Fixed: Disable editor shortcuts when a dialog, such as GotoAnything, is visible ([#370](https://github.com/laurent22/joplin/issues/370)0) +- Fixed: Allow Read Time label to be translated ([#3684](https://github.com/laurent22/joplin/issues/3684)) +- Fixed: Always use light theme for notes in HTML mode ([#3698](https://github.com/laurent22/joplin/issues/3698)) +- Fixed: Disable editor shortcuts when a dialog, such as GotoAnything, is visible ([#3700](https://github.com/laurent22/joplin/issues/3700)) - Fixed: Fade out checked items in Rich Text editor too - Fixed: Fix bug where editor would scroll to focus global search ([#3787](https://github.com/laurent22/joplin/issues/3787) by Caleb John) - Fixed: Fix missed highlighting when using the global search ([#3717](https://github.com/laurent22/joplin/issues/3717) by Caleb John) -- Fixed: Fixed editor font size ([#380](https://github.com/laurent22/joplin/issues/380)1) -- Fixed: Fixed issue when switching from search to "All notes" ([#374](https://github.com/laurent22/joplin/issues/374)8) -- Fixed: Improved handling of special characters when exporting to Markdown ([#376](https://github.com/laurent22/joplin/issues/376)0) -- Fixed: Notebooks and tags click area was too narrow ([#387](https://github.com/laurent22/joplin/issues/387)6) -- Fixed: Only disable relevant toolbar buttons when editor is read-only ([#381](https://github.com/laurent22/joplin/issues/381)0) -- Fixed: Prevent crash in rare case when opening the config screen ([#383](https://github.com/laurent22/joplin/issues/383)5) -- Fixed: Refresh search results when searching by tag and when a tag is changed ([#375](https://github.com/laurent22/joplin/issues/375)4) +- Fixed: Fixed editor font size ([#3801](https://github.com/laurent22/joplin/issues/3801)) +- Fixed: Fixed issue when switching from search to "All notes" ([#3748](https://github.com/laurent22/joplin/issues/3748)) +- Fixed: Improved handling of special characters when exporting to Markdown ([#3760](https://github.com/laurent22/joplin/issues/3760)) +- Fixed: Notebooks and tags click area was too narrow ([#3876](https://github.com/laurent22/joplin/issues/3876)) +- Fixed: Only disable relevant toolbar buttons when editor is read-only ([#3810](https://github.com/laurent22/joplin/issues/3810)) +- Fixed: Prevent crash in rare case when opening the config screen ([#3835](https://github.com/laurent22/joplin/issues/3835)) +- Fixed: Refresh search results when searching by tag and when a tag is changed ([#3754](https://github.com/laurent22/joplin/issues/3754)) ## [v1.2.4](https://github.com/laurent22/joplin/releases/tag/v1.2.4) (Pre-release) - 2020-09-30T07:34:29Z @@ -2009,31 +2009,31 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Improved: Optimised sidebar rendering speed - Fixed: Fade out checked items in Rich Text editor too - Fixed: Fix issue with highlighted search terms in CodeMirror viewer -- Fixed: Fixed editor font size ([#380](https://github.com/laurent22/joplin/issues/380)1) -- Fixed: Only disable relevant toolbar buttons when editor is read-only ([#381](https://github.com/laurent22/joplin/issues/381)0) -- Fixed: Prevent crash in rare case when opening the config screen ([#383](https://github.com/laurent22/joplin/issues/383)5) -- Fixed: Refresh search results when searching by tag and when a tag is changed ([#375](https://github.com/laurent22/joplin/issues/375)4) +- Fixed: Fixed editor font size ([#3801](https://github.com/laurent22/joplin/issues/3801)) +- Fixed: Only disable relevant toolbar buttons when editor is read-only ([#3810](https://github.com/laurent22/joplin/issues/3810)) +- Fixed: Prevent crash in rare case when opening the config screen ([#3835](https://github.com/laurent22/joplin/issues/3835)) +- Fixed: Refresh search results when searching by tag and when a tag is changed ([#3754](https://github.com/laurent22/joplin/issues/3754)) ## [v1.2.2](https://github.com/laurent22/joplin/releases/tag/v1.2.2) (Pre-release) - 2020-09-22T20:31:55Z - New: Add frequently used languages to markdown editor ([#3786](https://github.com/laurent22/joplin/issues/3786) by Carlos Eduardo) - Improved: Disable auto-update by default - Improved: Improved menu enabled states when not in main screen -- Improved: UI update ([#358](https://github.com/laurent22/joplin/issues/358)6) +- Improved: UI update ([#3586](https://github.com/laurent22/joplin/issues/3586)) - Improved: Upgrade Mermaid to v8.8.0 ([#3745](https://github.com/laurent22/joplin/issues/3745)) ([#3740](https://github.com/laurent22/joplin/issues/3740) by Caleb John) - Fixed: Add stricter rules for katex blocks ([#3795](https://github.com/laurent22/joplin/issues/3795)) ([#3791](https://github.com/laurent22/joplin/issues/3791) by Caleb John) -- Fixed: Allow Read Time label to be translated ([#368](https://github.com/laurent22/joplin/issues/368)4) -- Fixed: Always use light theme for notes in HTML mode ([#369](https://github.com/laurent22/joplin/issues/369)8) -- Fixed: Disable editor shortcuts when a dialog, such as GotoAnything, is visible ([#370](https://github.com/laurent22/joplin/issues/370)0) +- Fixed: Allow Read Time label to be translated ([#3684](https://github.com/laurent22/joplin/issues/3684)) +- Fixed: Always use light theme for notes in HTML mode ([#3698](https://github.com/laurent22/joplin/issues/3698)) +- Fixed: Disable editor shortcuts when a dialog, such as GotoAnything, is visible ([#3700](https://github.com/laurent22/joplin/issues/3700)) - Fixed: Fix bug where editor would scroll to focus global search ([#3787](https://github.com/laurent22/joplin/issues/3787) by Caleb John) - Fixed: Fix missed highlighting when using the global search ([#3717](https://github.com/laurent22/joplin/issues/3717) by Caleb John) -- Fixed: Fixed issue when switching from search to "All notes" ([#374](https://github.com/laurent22/joplin/issues/374)8) -- Fixed: Improved handling of special characters when exporting to Markdown ([#376](https://github.com/laurent22/joplin/issues/376)0) +- Fixed: Fixed issue when switching from search to "All notes" ([#3748](https://github.com/laurent22/joplin/issues/3748)) +- Fixed: Improved handling of special characters when exporting to Markdown ([#3760](https://github.com/laurent22/joplin/issues/3760)) ## [v1.1.4](https://github.com/laurent22/joplin/releases/tag/v1.1.4) - 2020-09-21T11:20:09Z - New: Add keyboard shortcut editor ([#3525](https://github.com/laurent22/joplin/issues/3525) by Anjula Karunarathne) -- New: Add log statement to try to fix issue [#35](https://github.com/laurent22/joplin/issues/35)36 +- New: Add log statement to try to fix issue [#3536](https://github.com/laurent22/joplin/issues/3536) - Improved: Change codemirror default home and end to be visual line based ([#3672](https://github.com/laurent22/joplin/issues/3672) by Caleb John) - Improved: Clarifies labels of certain actions, and added shortcut for note list toggle - Improved: Do not prevent export when one item is still encrypted @@ -2044,21 +2044,21 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Security: Disallow EMBED tags to prevent XSS vulnerability (CVE-2020-15930, vulnerability found by Ademar Nowasky Junior) - Security: Upgrade packages to fix vulnerabilities - Fixed: Creating a note after backward redirection places it in a wrong notebook ([#3759](https://github.com/laurent22/joplin/issues/3759) by Naveen M V) -- Fixed: Fix applying tags to multiple notes ([#371](https://github.com/laurent22/joplin/issues/371)0) +- Fixed: Fix applying tags to multiple notes ([#3710](https://github.com/laurent22/joplin/issues/3710)) - Fixed: Fix bug with quotes when searching ([#3735](https://github.com/laurent22/joplin/issues/3735) by Naveen M V) - Fixed: Fix wildcard search ([#3713](https://github.com/laurent22/joplin/issues/3713) by Naveen M V) - Fixed: Fixed clock sync logic when creating new sync target -- Fixed: Fixed copying link in Rich Text editor ([#369](https://github.com/laurent22/joplin/issues/369)7) -- Fixed: Fixed note export when there are folders with non-existing parents. Also fixed long path issue on Windows. ([#368](https://github.com/laurent22/joplin/issues/368)9) -- Fixed: Fixed viewer font size, in particular for inline code ([#355](https://github.com/laurent22/joplin/issues/355)3) -- Fixed: Increased file extension limit to 20 to prevent issue when using external editors ([#369](https://github.com/laurent22/joplin/issues/369)6) +- Fixed: Fixed copying link in Rich Text editor ([#3697](https://github.com/laurent22/joplin/issues/3697)) +- Fixed: Fixed note export when there are folders with non-existing parents. Also fixed long path issue on Windows. ([#3689](https://github.com/laurent22/joplin/issues/3689)) +- Fixed: Fixed viewer font size, in particular for inline code ([#3553](https://github.com/laurent22/joplin/issues/3553)) +- Fixed: Increased file extension limit to 20 to prevent issue when using external editors ([#3696](https://github.com/laurent22/joplin/issues/3696)) - Fixed: Use joplin list handling in emacs mode ([#3758](https://github.com/laurent22/joplin/issues/3758)) ([#3749](https://github.com/laurent22/joplin/issues/3749) by Caleb John) ## [v1.1.3](https://github.com/laurent22/joplin/releases/tag/v1.1.3) (Pre-release) - 2020-09-17T10:30:37Z - Improved: Do not prevent export when one item is still encrypted - Fixed: Creating a note after backward redirection places it in a wrong notebook ([#3759](https://github.com/laurent22/joplin/issues/3759) by Naveen M V) -- Fixed: Increased file extension limit to 20 to prevent issue when using external editors ([#369](https://github.com/laurent22/joplin/issues/369)6) +- Fixed: Increased file extension limit to 20 to prevent issue when using external editors ([#3696](https://github.com/laurent22/joplin/issues/3696)) - Fixed: Use joplin list handling in emacs mode ([#3758](https://github.com/laurent22/joplin/issues/3758)) ([#3749](https://github.com/laurent22/joplin/issues/3749) by Caleb John) ## [v1.1.2](https://github.com/laurent22/joplin/releases/tag/v1.1.2) (Pre-release) - 2020-09-15T12:58:38Z @@ -2075,12 +2075,12 @@ IMPORTANT: If you use the Clipper API, please note that there are a few breaking - Improved: Rename menu item from "Export" to "Export all" to clarify what it does - Improved: Sync immediately on startup - Security: Disallow EMBED tags to prevent XSS vulnerability (CVE-2020-15930, vulnerability found by Ademar Nowasky Junior) -- Fixed: Fix applying tags to multiple notes ([#371](https://github.com/laurent22/joplin/issues/371)0) +- Fixed: Fix applying tags to multiple notes ([#3710](https://github.com/laurent22/joplin/issues/3710)) - Fixed: Fix bug with quotes when searching ([#3735](https://github.com/laurent22/joplin/issues/3735) by Naveen M V) - Fixed: Fix wildcard search ([#3713](https://github.com/laurent22/joplin/issues/3713) by Naveen M V) -- Fixed: Fixed copying link in Rich Text editor ([#369](https://github.com/laurent22/joplin/issues/369)7) -- Fixed: Fixed note export when there are folders with non-existing parents. Also fixed long path issue on Windows. ([#368](https://github.com/laurent22/joplin/issues/368)9) -- Fixed: Fixed viewer font size, in particular for inline code ([#355](https://github.com/laurent22/joplin/issues/355)3) +- Fixed: Fixed copying link in Rich Text editor ([#3697](https://github.com/laurent22/joplin/issues/3697)) +- Fixed: Fixed note export when there are folders with non-existing parents. Also fixed long path issue on Windows. ([#3689](https://github.com/laurent22/joplin/issues/3689)) +- Fixed: Fixed viewer font size, in particular for inline code ([#3553](https://github.com/laurent22/joplin/issues/3553)) ## [v1.0.245](https://github.com/laurent22/joplin/releases/tag/v1.0.245) - 2020-09-09T12:56:10Z @@ -2096,7 +2096,7 @@ This release will ask you to upgrade your sync target and, once it is done, only This version also includes an update to the search engine and as a result starting the app the first might be SLOW, as the search engine indexes all your notes. It might take from a few seconds to several minutes depending on how large your note collection is. This is a one off operation. -- New: Add mechanism to lock and upgrade sync targets ([#352](https://github.com/laurent22/joplin/issues/352)4) +- New: Add mechanism to lock and upgrade sync targets ([#3524](https://github.com/laurent22/joplin/issues/3524)) - New: Add version info to error screen - New: Added KeymapService to manage keyboard shortcuts ([#3252](https://github.com/laurent22/joplin/issues/3252) by Anjula Karunarathne) - New: Added attach file to menu bar ([#3540](https://github.com/laurent22/joplin/issues/3540) by [@R3dError](https://github.com/R3dError)) @@ -2106,17 +2106,17 @@ This version also includes an update to the search engine and as a result starti - Improved: Codemirror: clean up list indent code ([#3581](https://github.com/laurent22/joplin/issues/3581) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Enable CodeMirror keybindings ([#3545](https://github.com/laurent22/joplin/issues/3545) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Fix AppImage Icon ([#3570](https://github.com/laurent22/joplin/issues/3570)) ([#3529](https://github.com/laurent22/joplin/issues/3529) by [@Jesssullivan](https://github.com/Jesssullivan)) -- Improved: Hide completed to-dos in GotoAnything ([#358](https://github.com/laurent22/joplin/issues/358)0) +- Improved: Hide completed to-dos in GotoAnything ([#3580](https://github.com/laurent22/joplin/issues/3580)) - Improved: Implement scroll-past-end on CodeMirror editor ([#3589](https://github.com/laurent22/joplin/issues/3589) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Show full folder name in mouse-over pop-up text ([#3590](https://github.com/laurent22/joplin/issues/3590)) ([#3569](https://github.com/laurent22/joplin/issues/3569) by Allan Jacquet-Cretides) - Improved: Toggle Editor rather than setting split mode on search ([#3561](https://github.com/laurent22/joplin/issues/3561) by [@CalebJohn](https://github.com/CalebJohn)) -- Fixed: Fixed copy, cut and paste in Rich Text editor ([#356](https://github.com/laurent22/joplin/issues/356)5) +- Fixed: Fixed copy, cut and paste in Rich Text editor ([#3565](https://github.com/laurent22/joplin/issues/3565)) - Fixed: Fixed scrolling issue when editing while searching in CodeMirror ([#3593](https://github.com/laurent22/joplin/issues/3593) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Fixed sync fetching issue ([#3599](https://github.com/laurent22/joplin/issues/3599)) ([#3591](https://github.com/laurent22/joplin/issues/3591) by [@alexchee](https://github.com/alexchee)) - Fixed: Fixed vim mode issue where status bar was not visible ([#3606](https://github.com/laurent22/joplin/issues/3606) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Modify the CodeMirror linter plugin to fix katex ([#3582](https://github.com/laurent22/joplin/issues/3582)) ([#3560](https://github.com/laurent22/joplin/issues/3560) by [@CalebJohn](https://github.com/CalebJohn)) -- Fixed: Fixed Katex font rendering ([#366](https://github.com/laurent22/joplin/issues/366)4) -- Fixed: Fix links within Mermaid documents ([#361](https://github.com/laurent22/joplin/issues/361)8) +- Fixed: Fixed Katex font rendering ([#3664](https://github.com/laurent22/joplin/issues/3664)) +- Fixed: Fix links within Mermaid documents ([#3618](https://github.com/laurent22/joplin/issues/3618)) ## [v1.0.239](https://github.com/laurent22/joplin/releases/tag/v1.0.239) (Pre-release) - 2020-09-01T21:56:36Z @@ -2127,11 +2127,11 @@ This version also includes an update to the search engine and as a result starti Regression fixes: - Fixes [#3645](https://github.com/laurent22/joplin/issues/3645): Improved handling of startup errors, and prevent window from being invisible when upgrading sync target -- Fixed OneDrive synchronisation ([#367](https://github.com/laurent22/joplin/issues/367)4) +- Fixed OneDrive synchronisation ([#3674](https://github.com/laurent22/joplin/issues/3674)) Main changes: -- New: Add mechanism to lock and upgrade sync targets ([#352](https://github.com/laurent22/joplin/issues/352)4) +- New: Add mechanism to lock and upgrade sync targets ([#3524](https://github.com/laurent22/joplin/issues/3524)) - New: Add version info to error screen - New: Added KeymapService to manage keyboard shortcuts ([#3252](https://github.com/laurent22/joplin/issues/3252) by Anjula Karunarathne) - New: Added attach file to menu bar ([#3540](https://github.com/laurent22/joplin/issues/3540) by [@R3dError](https://github.com/R3dError)) @@ -2141,11 +2141,11 @@ Main changes: - Improved: Codemirror: clean up list indent code ([#3581](https://github.com/laurent22/joplin/issues/3581) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Enable CodeMirror keybindings ([#3545](https://github.com/laurent22/joplin/issues/3545) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Fix AppImage Icon ([#3570](https://github.com/laurent22/joplin/issues/3570)) ([#3529](https://github.com/laurent22/joplin/issues/3529) by [@Jesssullivan](https://github.com/Jesssullivan)) -- Improved: Hide completed to-dos in GotoAnything ([#358](https://github.com/laurent22/joplin/issues/358)0) +- Improved: Hide completed to-dos in GotoAnything ([#3580](https://github.com/laurent22/joplin/issues/3580)) - Improved: Implement scroll-past-end on CodeMirror editor ([#3589](https://github.com/laurent22/joplin/issues/3589) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Show full folder name in mouse-over pop-up text ([#3590](https://github.com/laurent22/joplin/issues/3590)) ([#3569](https://github.com/laurent22/joplin/issues/3569) by Allan Jacquet-Cretides) - Improved: Toggle Editor rather than setting split mode on search ([#3561](https://github.com/laurent22/joplin/issues/3561) by [@CalebJohn](https://github.com/CalebJohn)) -- Fixed: Fixed copy, cut and paste in Rich Text editor ([#356](https://github.com/laurent22/joplin/issues/356)5) +- Fixed: Fixed copy, cut and paste in Rich Text editor ([#3565](https://github.com/laurent22/joplin/issues/3565)) - Fixed: Fixed scrolling issue when editing while searching in CodeMirror ([#3593](https://github.com/laurent22/joplin/issues/3593) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Fixed sync fetching issue ([#3599](https://github.com/laurent22/joplin/issues/3599)) ([#3591](https://github.com/laurent22/joplin/issues/3591) by [@alexchee](https://github.com/alexchee)) - Fixed: Fixed vim mode issue where status bar was not visible ([#3606](https://github.com/laurent22/joplin/issues/3606) by [@CalebJohn](https://github.com/CalebJohn)) @@ -2160,11 +2160,11 @@ This version also includes an update to the search engine and as a result starti Regression fixes: - Linux: Fixes [#3645](https://github.com/laurent22/joplin/issues/3645): Prevent lock when restarting app -- Fixed OneDrive synchronisation ([#367](https://github.com/laurent22/joplin/issues/367)4) +- Fixed OneDrive synchronisation ([#3674](https://github.com/laurent22/joplin/issues/3674)) Main changes: -- New: Add mechanism to lock and upgrade sync targets ([#352](https://github.com/laurent22/joplin/issues/352)4) +- New: Add mechanism to lock and upgrade sync targets ([#3524](https://github.com/laurent22/joplin/issues/3524)) - New: Add version info to error screen - New: Added KeymapService to manage keyboard shortcuts ([#3252](https://github.com/laurent22/joplin/issues/3252) by Anjula Karunarathne) - New: Added attach file to menu bar ([#3540](https://github.com/laurent22/joplin/issues/3540) by [@R3dError](https://github.com/R3dError)) @@ -2174,11 +2174,11 @@ Main changes: - Improved: Codemirror: clean up list indent code ([#3581](https://github.com/laurent22/joplin/issues/3581) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Enable CodeMirror keybindings ([#3545](https://github.com/laurent22/joplin/issues/3545) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Fix AppImage Icon ([#3570](https://github.com/laurent22/joplin/issues/3570)) ([#3529](https://github.com/laurent22/joplin/issues/3529) by [@Jesssullivan](https://github.com/Jesssullivan)) -- Improved: Hide completed to-dos in GotoAnything ([#358](https://github.com/laurent22/joplin/issues/358)0) +- Improved: Hide completed to-dos in GotoAnything ([#3580](https://github.com/laurent22/joplin/issues/3580)) - Improved: Implement scroll-past-end on CodeMirror editor ([#3589](https://github.com/laurent22/joplin/issues/3589) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Show full folder name in mouse-over pop-up text ([#3590](https://github.com/laurent22/joplin/issues/3590)) ([#3569](https://github.com/laurent22/joplin/issues/3569) by Allan Jacquet-Cretides) - Improved: Toggle Editor rather than setting split mode on search ([#3561](https://github.com/laurent22/joplin/issues/3561) by [@CalebJohn](https://github.com/CalebJohn)) -- Fixed: Fixed copy, cut and paste in Rich Text editor ([#356](https://github.com/laurent22/joplin/issues/356)5) +- Fixed: Fixed copy, cut and paste in Rich Text editor ([#3565](https://github.com/laurent22/joplin/issues/3565)) - Fixed: Fixed scrolling issue when editing while searching in CodeMirror ([#3593](https://github.com/laurent22/joplin/issues/3593) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Fixed sync fetching issue ([#3599](https://github.com/laurent22/joplin/issues/3599)) ([#3591](https://github.com/laurent22/joplin/issues/3591) by [@alexchee](https://github.com/alexchee)) - Fixed: Fixed vim mode issue where status bar was not visible ([#3606](https://github.com/laurent22/joplin/issues/3606) by [@CalebJohn](https://github.com/CalebJohn)) @@ -2192,11 +2192,11 @@ This version also includes an update to the search engine and as a result starti Regression fixes: -- Fixed OneDrive synchronisation ([#367](https://github.com/laurent22/joplin/issues/367)4) +- Fixed OneDrive synchronisation ([#3674](https://github.com/laurent22/joplin/issues/3674)) Main changes: -- New: Add mechanism to lock and upgrade sync targets ([#352](https://github.com/laurent22/joplin/issues/352)4) +- New: Add mechanism to lock and upgrade sync targets ([#3524](https://github.com/laurent22/joplin/issues/3524)) - New: Add version info to error screen - New: Added KeymapService to manage keyboard shortcuts ([#3252](https://github.com/laurent22/joplin/issues/3252) by Anjula Karunarathne) - New: Added attach file to menu bar ([#3540](https://github.com/laurent22/joplin/issues/3540) by [@R3dError](https://github.com/R3dError)) @@ -2206,11 +2206,11 @@ Main changes: - Improved: Codemirror: clean up list indent code ([#3581](https://github.com/laurent22/joplin/issues/3581) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Enable CodeMirror keybindings ([#3545](https://github.com/laurent22/joplin/issues/3545) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Fix AppImage Icon ([#3570](https://github.com/laurent22/joplin/issues/3570)) ([#3529](https://github.com/laurent22/joplin/issues/3529) by [@Jesssullivan](https://github.com/Jesssullivan)) -- Improved: Hide completed to-dos in GotoAnything ([#358](https://github.com/laurent22/joplin/issues/358)0) +- Improved: Hide completed to-dos in GotoAnything ([#3580](https://github.com/laurent22/joplin/issues/3580)) - Improved: Implement scroll-past-end on CodeMirror editor ([#3589](https://github.com/laurent22/joplin/issues/3589) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Show full folder name in mouse-over pop-up text ([#3590](https://github.com/laurent22/joplin/issues/3590)) ([#3569](https://github.com/laurent22/joplin/issues/3569) by Allan Jacquet-Cretides) - Improved: Toggle Editor rather than setting split mode on search ([#3561](https://github.com/laurent22/joplin/issues/3561) by [@CalebJohn](https://github.com/CalebJohn)) -- Fixed: Fixed copy, cut and paste in Rich Text editor ([#356](https://github.com/laurent22/joplin/issues/356)5) +- Fixed: Fixed copy, cut and paste in Rich Text editor ([#3565](https://github.com/laurent22/joplin/issues/3565)) - Fixed: Fixed scrolling issue when editing while searching in CodeMirror ([#3593](https://github.com/laurent22/joplin/issues/3593) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Fixed sync fetching issue ([#3599](https://github.com/laurent22/joplin/issues/3599)) ([#3591](https://github.com/laurent22/joplin/issues/3591) by [@alexchee](https://github.com/alexchee)) - Fixed: Fixed vim mode issue where status bar was not visible ([#3606](https://github.com/laurent22/joplin/issues/3606) by [@CalebJohn](https://github.com/CalebJohn)) @@ -2222,7 +2222,7 @@ Important: This pre-release will ask you to upgrade your sync target and, once i This version also includes an update to the search engine and as a result starting the app the first might be SLOW, as the search engine indexes all your notes. It might take from a few seconds to several minutes depending on how large your note collection is -- New: Add mechanism to lock and upgrade sync targets ([#352](https://github.com/laurent22/joplin/issues/352)4) +- New: Add mechanism to lock and upgrade sync targets ([#3524](https://github.com/laurent22/joplin/issues/3524)) - New: Add version info to error screen - New: Added KeymapService to manage keyboard shortcuts ([#3252](https://github.com/laurent22/joplin/issues/3252) by Anjula Karunarathne) - New: Added attach file to menu bar ([#3540](https://github.com/laurent22/joplin/issues/3540) by [@R3dError](https://github.com/R3dError)) @@ -2232,11 +2232,11 @@ This version also includes an update to the search engine and as a result starti - Improved: Codemirror: clean up list indent code ([#3581](https://github.com/laurent22/joplin/issues/3581) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Enable CodeMirror keybindings ([#3545](https://github.com/laurent22/joplin/issues/3545) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Fix AppImage Icon ([#3570](https://github.com/laurent22/joplin/issues/3570)) ([#3529](https://github.com/laurent22/joplin/issues/3529) by [@Jesssullivan](https://github.com/Jesssullivan)) -- Improved: Hide completed to-dos in GotoAnything ([#358](https://github.com/laurent22/joplin/issues/358)0) +- Improved: Hide completed to-dos in GotoAnything ([#3580](https://github.com/laurent22/joplin/issues/3580)) - Improved: Implement scroll-past-end on CodeMirror editor ([#3589](https://github.com/laurent22/joplin/issues/3589) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Show full folder name in mouse-over pop-up text ([#3590](https://github.com/laurent22/joplin/issues/3590)) ([#3569](https://github.com/laurent22/joplin/issues/3569) by Allan Jacquet-Cretides) - Improved: Toggle Editor rather than setting split mode on search ([#3561](https://github.com/laurent22/joplin/issues/3561) by [@CalebJohn](https://github.com/CalebJohn)) -- Fixed: Fixed copy, cut and paste in Rich Text editor ([#356](https://github.com/laurent22/joplin/issues/356)5) +- Fixed: Fixed copy, cut and paste in Rich Text editor ([#3565](https://github.com/laurent22/joplin/issues/3565)) - Fixed: Fixed scrolling issue when editing while searching in CodeMirror ([#3593](https://github.com/laurent22/joplin/issues/3593) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Fixed sync fetching issue ([#3599](https://github.com/laurent22/joplin/issues/3599)) ([#3591](https://github.com/laurent22/joplin/issues/3591) by [@alexchee](https://github.com/alexchee)) - Fixed: Fixed vim mode issue where status bar was not visible ([#3606](https://github.com/laurent22/joplin/issues/3606) by [@CalebJohn](https://github.com/CalebJohn)) @@ -2248,7 +2248,7 @@ Important: This pre-release will ask you to upgrade your sync target and, once i This version also includes an update to the search engine and as a result starting the app the first might be SLOW, as the search engine indexes all your notes. It might take from a few seconds to several minutes depending on how large your note collection is. -- New: Add mechanism to lock and upgrade sync targets ([#352](https://github.com/laurent22/joplin/issues/352)4) +- New: Add mechanism to lock and upgrade sync targets ([#3524](https://github.com/laurent22/joplin/issues/3524)) - New: Add support for media player for video and audio files - New: Add version info to error screen - New: Added KeymapService to manage keyboard shortcuts ([#3252](https://github.com/laurent22/joplin/issues/3252) by Anjula Karunarathne) @@ -2259,11 +2259,11 @@ This version also includes an update to the search engine and as a result starti - Improved: Codemirror: clean up list indent code ([#3581](https://github.com/laurent22/joplin/issues/3581) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Enable CodeMirror keybindings ([#3545](https://github.com/laurent22/joplin/issues/3545) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Fix AppImage Icon ([#3570](https://github.com/laurent22/joplin/issues/3570)) ([#3529](https://github.com/laurent22/joplin/issues/3529) by [@Jesssullivan](https://github.com/Jesssullivan)) -- Improved: Hide completed to-dos in GotoAnything ([#358](https://github.com/laurent22/joplin/issues/358)0) +- Improved: Hide completed to-dos in GotoAnything ([#3580](https://github.com/laurent22/joplin/issues/3580)) - Improved: Implement scroll-past-end on CodeMirror editor ([#3589](https://github.com/laurent22/joplin/issues/3589) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Show full folder name in mouse-over pop-up text ([#3590](https://github.com/laurent22/joplin/issues/3590)) ([#3569](https://github.com/laurent22/joplin/issues/3569) by Allan Jacquet-Cretides) - Improved: Toggle Editor rather than setting split mode on search ([#3561](https://github.com/laurent22/joplin/issues/3561) by [@CalebJohn](https://github.com/CalebJohn)) -- Fixed: Fixed copy, cut and paste in Rich Text editor ([#356](https://github.com/laurent22/joplin/issues/356)5) +- Fixed: Fixed copy, cut and paste in Rich Text editor ([#3565](https://github.com/laurent22/joplin/issues/3565)) - Fixed: Fixed scrolling issue when editing while searching in CodeMirror ([#3593](https://github.com/laurent22/joplin/issues/3593) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Fixed sync fetching issue ([#3599](https://github.com/laurent22/joplin/issues/3599)) ([#3591](https://github.com/laurent22/joplin/issues/3591) by [@alexchee](https://github.com/alexchee)) - Fixed: Fixed vim mode issue where status bar was not visible ([#3606](https://github.com/laurent22/joplin/issues/3606) by [@CalebJohn](https://github.com/CalebJohn)) @@ -2278,21 +2278,21 @@ This version also includes an update to the search engine and as a result starti - Improved: Enforce that whitespace check for unindent checks the begining of a ([#3515](https://github.com/laurent22/joplin/issues/3515) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Load more CodeMirror modes for syntax highlighting ([#3401](https://github.com/laurent22/joplin/issues/3401) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Split Codemirror setOptions into different effects ([#3522](https://github.com/laurent22/joplin/issues/3522) by [@CalebJohn](https://github.com/CalebJohn)) -- Fixed: Fix filename when exporting notebook as Markdown ([#347](https://github.com/laurent22/joplin/issues/347)3) +- Fixed: Fix filename when exporting notebook as Markdown ([#3473](https://github.com/laurent22/joplin/issues/3473)) - Fixed: Fixed alarms on macOS - Fixed: Improve Markdown rendering in CodeMirror, in particular for math expressions ([#3448](https://github.com/laurent22/joplin/issues/3448)) ([#3440](https://github.com/laurent22/joplin/issues/3440) by [@CalebJohn](https://github.com/CalebJohn)) -- Fixed: Crash when applying tags to multiple notes from within another tag ([#348](https://github.com/laurent22/joplin/issues/348)1) -- Fixed: Fixed regression when moving note to notebook from menu ([#348](https://github.com/laurent22/joplin/issues/348)2) -- Fixed: Editor window was no longer being resized with the main window ([#350](https://github.com/laurent22/joplin/issues/350)3) +- Fixed: Crash when applying tags to multiple notes from within another tag ([#3481](https://github.com/laurent22/joplin/issues/3481)) +- Fixed: Fixed regression when moving note to notebook from menu ([#3482](https://github.com/laurent22/joplin/issues/3482)) +- Fixed: Editor window was no longer being resized with the main window ([#3503](https://github.com/laurent22/joplin/issues/3503)) - Fixed: Fixed attachments being out of order when importing Enex file - Fixed: Fixed save issue in Rich Text editor when making a change to a note and quickly switching to a different notebook -- Fixed: Fixed style caching ([#344](https://github.com/laurent22/joplin/issues/344)9) -- Fixed: In some cases, changes made to an attachment would not be saved. Also added banner to show that an attachment is being edited ([#340](https://github.com/laurent22/joplin/issues/340)7) -- Fixed: Note links would be broken after saving a note in Rich Text editor ([#351](https://github.com/laurent22/joplin/issues/351)0) +- Fixed: Fixed style caching ([#3449](https://github.com/laurent22/joplin/issues/3449)) +- Fixed: In some cases, changes made to an attachment would not be saved. Also added banner to show that an attachment is being edited ([#3407](https://github.com/laurent22/joplin/issues/3407)) +- Fixed: Note links would be broken after saving a note in Rich Text editor ([#3510](https://github.com/laurent22/joplin/issues/3510)) - Fixed: Regression: Fix sort tags alphabetically in side-menu ([#3489](https://github.com/laurent22/joplin/issues/3489) by Vaidotas Šimkus) - Fixed: Regression: Fixed adding a new sub-notebook to a notebook -- Fixed: Revealing file in Windows did not work ([#336](https://github.com/laurent22/joplin/issues/336)6) -- Fixed: Undoing changes multiple time on an existing note could result in a blank note ([#353](https://github.com/laurent22/joplin/issues/353)4) +- Fixed: Revealing file in Windows did not work ([#3366](https://github.com/laurent22/joplin/issues/3366)) +- Fixed: Undoing changes multiple time on an existing note could result in a blank note ([#3534](https://github.com/laurent22/joplin/issues/3534)) - Fixed: Fixed potential crash when notebook does not have a title - Fixed: Fixed toolbar button state when going from setting screen to main screen @@ -2307,22 +2307,22 @@ This release is to remove the hierarchical/nested tags feature for now, as it ha - Improved: Enforce that whitespace check for unindent checks the begining of a ([#3515](https://github.com/laurent22/joplin/issues/3515) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Load more CodeMirror modes for syntax highlighting ([#3401](https://github.com/laurent22/joplin/issues/3401) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Split Codemirror setOptions into different effects ([#3522](https://github.com/laurent22/joplin/issues/3522) by [@CalebJohn](https://github.com/CalebJohn)) -- Fixed: Fix filename when exporting notebook as Markdown ([#347](https://github.com/laurent22/joplin/issues/347)3) +- Fixed: Fix filename when exporting notebook as Markdown ([#3473](https://github.com/laurent22/joplin/issues/3473)) - Fixed: Fixed alarms on macOS - Fixed: Improve Markdown rendering in CodeMirror, in particular for math expressions ([#3448](https://github.com/laurent22/joplin/issues/3448)) ([#3440](https://github.com/laurent22/joplin/issues/3440) by [@CalebJohn](https://github.com/CalebJohn)) -- Fixed: Crash when applying tags to multiple notes from within another tag ([#348](https://github.com/laurent22/joplin/issues/348)1) -- Fixed: Fixed regression when moving note to notebook from menu ([#348](https://github.com/laurent22/joplin/issues/348)2) +- Fixed: Crash when applying tags to multiple notes from within another tag ([#3481](https://github.com/laurent22/joplin/issues/3481)) +- Fixed: Fixed regression when moving note to notebook from menu ([#3482](https://github.com/laurent22/joplin/issues/3482)) - Fixed: Api: Fixes nested tag API to handle calls with no 'fields' query key ([#3539](https://github.com/laurent22/joplin/issues/3539) by Vaidotas Šimkus) -- Fixed: Editor window was no longer being resized with the main window ([#350](https://github.com/laurent22/joplin/issues/350)3) +- Fixed: Editor window was no longer being resized with the main window ([#3503](https://github.com/laurent22/joplin/issues/3503)) - Fixed: Fixed attachments being out of order when importing Enex file - Fixed: Fixed save issue in Rich Text editor when making a change to a note and quickly switching to a different notebook -- Fixed: Fixed style caching ([#344](https://github.com/laurent22/joplin/issues/344)9) -- Fixed: In some cases, changes made to an attachment would not be saved. Also added banner to show that an attachment is being edited ([#340](https://github.com/laurent22/joplin/issues/340)7) -- Fixed: Note links would be broken after saving a note in Rich Text editor ([#351](https://github.com/laurent22/joplin/issues/351)0) +- Fixed: Fixed style caching ([#3449](https://github.com/laurent22/joplin/issues/3449)) +- Fixed: In some cases, changes made to an attachment would not be saved. Also added banner to show that an attachment is being edited ([#3407](https://github.com/laurent22/joplin/issues/3407)) +- Fixed: Note links would be broken after saving a note in Rich Text editor ([#3510](https://github.com/laurent22/joplin/issues/3510)) - Fixed: Regression: Fix sort tags alphabetically in side-menu ([#3489](https://github.com/laurent22/joplin/issues/3489) by Vaidotas Šimkus) - Fixed: Regression: Fixed adding a new sub-notebook to a notebook -- Fixed: Revealing file in Windows did not work ([#336](https://github.com/laurent22/joplin/issues/336)6) -- Fixed: Undoing changes multiple time on an existing note could result in a blank note ([#353](https://github.com/laurent22/joplin/issues/353)4) +- Fixed: Revealing file in Windows did not work ([#3366](https://github.com/laurent22/joplin/issues/3366)) +- Fixed: Undoing changes multiple time on an existing note could result in a blank note ([#3534](https://github.com/laurent22/joplin/issues/3534)) ## [v1.0.227](https://github.com/laurent22/joplin/releases/tag/v1.0.227) - 2020-07-07T20:44:54Z @@ -2331,13 +2331,13 @@ This release is to remove the hierarchical/nested tags feature for now, as it ha - Improved: Manually refresh codemirror whenever the window size changes ([#3388](https://github.com/laurent22/joplin/issues/3388) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Refactored command system - Fixed: Fix link color for dark theme ([#3391](https://github.com/laurent22/joplin/issues/3391) by Helmut K. C. Tessarek) -- Fixed: Fixed custom order when note title is changed ([#341](https://github.com/laurent22/joplin/issues/341)2) -- Fixed: Fixed import of checkboxes in ENEX files ([#340](https://github.com/laurent22/joplin/issues/340)2) -- Fixed: Only de-duplicate imported notebook titles when needed ([#233](https://github.com/laurent22/joplin/issues/233)1) -- Fixed: Prevent code highlighting from freezing the app in some cases ([#328](https://github.com/laurent22/joplin/issues/328)1) +- Fixed: Fixed custom order when note title is changed ([#3412](https://github.com/laurent22/joplin/issues/3412)) +- Fixed: Fixed import of checkboxes in ENEX files ([#3402](https://github.com/laurent22/joplin/issues/3402)) +- Fixed: Only de-duplicate imported notebook titles when needed ([#2331](https://github.com/laurent22/joplin/issues/2331)) +- Fixed: Prevent code highlighting from freezing the app in some cases ([#3281](https://github.com/laurent22/joplin/issues/3281)) - Fixed: WYSIWYG: Fix undo issue - Fixed: Fixed GotoAnything rendering issue with HTML notes -- Fixed: Fixed regression which could cause a crash after deleting a notebook ([#346](https://github.com/laurent22/joplin/issues/346)1) +- Fixed: Fixed regression which could cause a crash after deleting a notebook ([#3461](https://github.com/laurent22/joplin/issues/3461)) - Fixed: WYSIWYG: Fixed inserting date time and other content inside header ## [v1.0.226](https://github.com/laurent22/joplin/releases/tag/v1.0.226) (Pre-release) - 2020-07-04T10:21:26Z @@ -2346,10 +2346,10 @@ This release is to remove the hierarchical/nested tags feature for now, as it ha - Improved: Manually refresh codemirror whenever the window size changes ([#3388](https://github.com/laurent22/joplin/issues/3388) by [@CalebJohn](https://github.com/CalebJohn)) - Improved: Refactored command system - Fixed: Fix link color for dark theme ([#3391](https://github.com/laurent22/joplin/issues/3391) by Helmut K. C. Tessarek) -- Fixed: Fixed custom order when note title is changed ([#341](https://github.com/laurent22/joplin/issues/341)2) -- Fixed: Fixed import of checkboxes in ENEX files ([#340](https://github.com/laurent22/joplin/issues/340)2) -- Fixed: Only de-duplicate imported notebook titles when needed ([#233](https://github.com/laurent22/joplin/issues/233)1) -- Fixed: Prevent code highlighting from freezing the app in some cases ([#328](https://github.com/laurent22/joplin/issues/328)1) +- Fixed: Fixed custom order when note title is changed ([#3412](https://github.com/laurent22/joplin/issues/3412)) +- Fixed: Fixed import of checkboxes in ENEX files ([#3402](https://github.com/laurent22/joplin/issues/3402)) +- Fixed: Only de-duplicate imported notebook titles when needed ([#2331](https://github.com/laurent22/joplin/issues/2331)) +- Fixed: Prevent code highlighting from freezing the app in some cases ([#3281](https://github.com/laurent22/joplin/issues/3281)) - Fixed: WYSIWYG: Fix undo issue ## [v1.0.224](https://github.com/laurent22/joplin/releases/tag/v1.0.224) - 2020-06-20T22:26:08Z @@ -2371,14 +2371,14 @@ This release is to remove the hierarchical/nested tags feature for now, as it ha - Improved: Remove auto-indent for in note html/xml for Code Mirror ([#3374](https://github.com/laurent22/joplin/issues/3374) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Fix getLineSpan logic and list token regex logic ([#3365](https://github.com/laurent22/joplin/issues/3365) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Fixed various bugs related to the import of ENEX files as HTML -- Fixed: Prevent desktop.ini file from breaking sync lock ([#338](https://github.com/laurent22/joplin/issues/338)1) +- Fixed: Prevent desktop.ini file from breaking sync lock ([#3381](https://github.com/laurent22/joplin/issues/3381)) ## [v1.0.220](https://github.com/laurent22/joplin/releases/tag/v1.0.220) - 2020-06-13T18:26:22Z -- Improved: Improved escaping of Markdown titles in links ([#333](https://github.com/laurent22/joplin/issues/333)3) +- Improved: Improved escaping of Markdown titles in links ([#3333](https://github.com/laurent22/joplin/issues/3333)) - Improved: Refactored themes to allow using the same ones in both desktop and mobile version - Fixed: Fixed issue with setting filename for edited attachments -- Fixed: Prevent notebook to be the parent of itself ([#333](https://github.com/laurent22/joplin/issues/333)4) +- Fixed: Prevent notebook to be the parent of itself ([#3334](https://github.com/laurent22/joplin/issues/3334)) ## [v1.0.218](https://github.com/laurent22/joplin/releases/tag/v1.0.218) - 2020-06-07T10:43:34Z @@ -2389,26 +2389,26 @@ This release is to remove the hierarchical/nested tags feature for now, as it ha - New: Add option to choose Code Mirror as code editor ([#3284](https://github.com/laurent22/joplin/issues/3284) by [@CalebJohn](https://github.com/CalebJohn)) - New: Translation: Add bahasa indonesia (id_ID.po) ([#3246](https://github.com/laurent22/joplin/issues/3246) by [@ffadilaputra](https://github.com/ffadilaputra)) -- Improved: Add support for editable resources ([#3305](https://github.com/laurent22/joplin/issues/3305)) ([#27](https://github.com/laurent22/joplin/issues/27)9) -- Improved: Add support for system keychain to save sensitive settings ([#3207](https://github.com/laurent22/joplin/issues/3207)) ([#277](https://github.com/laurent22/joplin/issues/277)3) -- Improved: Add way to manually order notes by dragging them ([#3235](https://github.com/laurent22/joplin/issues/3235)) ([#5](https://github.com/laurent22/joplin/issues/5)1) +- Improved: Add support for editable resources ([#3305](https://github.com/laurent22/joplin/issues/3305)) ([#279](https://github.com/laurent22/joplin/issues/279)) +- Improved: Add support for system keychain to save sensitive settings ([#3207](https://github.com/laurent22/joplin/issues/3207)) ([#2773](https://github.com/laurent22/joplin/issues/2773)) +- Improved: Add way to manually order notes by dragging them ([#3235](https://github.com/laurent22/joplin/issues/3235)) ([#51](https://github.com/laurent22/joplin/issues/51)) - Improved: Create new notes with minimum set of properties to prevent a few minor bugs - Improved: Dev fix: Only disable editor toolbar in preview mode - Improved: Unindent empty list markup on Enter ([#2772](https://github.com/laurent22/joplin/issues/2772)) ([#2614](https://github.com/laurent22/joplin/issues/2614) by Shotaro Yamada) - Improved: Upload attachments > 4 MB when using OneDrive ([#3195](https://github.com/laurent22/joplin/issues/3195)) ([#173](https://github.com/laurent22/joplin/issues/173) by [@TheOnlyTrueJonathanHeard](https://github.com/TheOnlyTrueJonathanHeard)) - Fixed: Always make the first item selected in Goto Anything ([#3181](https://github.com/laurent22/joplin/issues/3181)) ([#3170](https://github.com/laurent22/joplin/issues/3170) by 叡山电车) -- Fixed: Attaching an image, then cancelling the resize dialog, would crash the app ([#332](https://github.com/laurent22/joplin/issues/332)4) -- Fixed: Disable editor toolbar when editor is not in focus ([#328](https://github.com/laurent22/joplin/issues/328)6) -- Fixed: Disable middle-clicking external URLs, as they would open inside the application ([#328](https://github.com/laurent22/joplin/issues/328)7) -- Fixed: Fix styling of note title in exported PDF and print ([#322](https://github.com/laurent22/joplin/issues/322)7) +- Fixed: Attaching an image, then cancelling the resize dialog, would crash the app ([#3324](https://github.com/laurent22/joplin/issues/3324)) +- Fixed: Disable editor toolbar when editor is not in focus ([#3286](https://github.com/laurent22/joplin/issues/3286)) +- Fixed: Disable middle-clicking external URLs, as they would open inside the application ([#3287](https://github.com/laurent22/joplin/issues/3287)) +- Fixed: Fix styling of note title in exported PDF and print ([#3227](https://github.com/laurent22/joplin/issues/3227)) - Fixed: Fixed date popup dialog overflow issue inside info dialog - Fixed: Fixed issue with accentuated letters in GotoAnything ([#3183](https://github.com/laurent22/joplin/issues/3183)) ([#3171](https://github.com/laurent22/joplin/issues/3171) by 叡山电车) -- Fixed: Fixed issue with invalid image paths when config path contains spaces ([#326](https://github.com/laurent22/joplin/issues/326)7) -- Fixed: Fixed note list context menu ([#333](https://github.com/laurent22/joplin/issues/333)1) +- Fixed: Fixed issue with invalid image paths when config path contains spaces ([#3267](https://github.com/laurent22/joplin/issues/3267)) +- Fixed: Fixed note list context menu ([#3331](https://github.com/laurent22/joplin/issues/3331)) - Fixed: Fixed portable app issue with resource paths -- Fixed: Fixed shortcut to focus Note List when editor is in focus ([#329](https://github.com/laurent22/joplin/issues/329)8) +- Fixed: Fixed shortcut to focus Note List when editor is in focus ([#3298](https://github.com/laurent22/joplin/issues/3298)) - Fixed: Make GotoAnyting work with East Asian charactors ([#3180](https://github.com/laurent22/joplin/issues/3180)) ([#3153](https://github.com/laurent22/joplin/issues/3153) by 叡山电车) -- Fixed: Prevent drag and dropping of text in editor as it can lead to data loss ([#330](https://github.com/laurent22/joplin/issues/330)2) +- Fixed: Prevent drag and dropping of text in editor as it can lead to data loss ([#3302](https://github.com/laurent22/joplin/issues/3302)) ## [v1.0.216](https://github.com/laurent22/joplin/releases/tag/v1.0.216) - 2020-05-24T14:21:01Z @@ -2426,12 +2426,12 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - New: WYSIWYG: Added localisation support - New: WYSIWYG: Added support for scroll restore - New: Added more info on how to switch to Markdown editor -- New: Add support for system theme auto-switching ([#266](https://github.com/laurent22/joplin/issues/266)5) -- Security: Filter SVG element event attributes to prevent XSS vulnerability ([#314](https://github.com/laurent22/joplin/issues/314)3) +- New: Add support for system theme auto-switching ([#2665](https://github.com/laurent22/joplin/issues/2665)) +- Security: Filter SVG element event attributes to prevent XSS vulnerability ([#3143](https://github.com/laurent22/joplin/issues/3143)) - Improved: Made sidebar chevrons consistent - Improved: Add note history (back/forward buttons) ([#2819](https://github.com/laurent22/joplin/issues/2819)) ([#2409](https://github.com/laurent22/joplin/issues/2409) by Naveen M V) - Improved: Moved note-related toolbar button next to tag bar -- Improved: Switch to Font Awesome as icon library ([#313](https://github.com/laurent22/joplin/issues/313)7) +- Improved: Switch to Font Awesome as icon library ([#3137](https://github.com/laurent22/joplin/issues/3137)) - Improved: Upgraded to Electron 8.2.5 - Improved: WYSIWYG: Allow pasting images in editor - Improved: Handle compositionend event in TinyMCE ([#3164](https://github.com/laurent22/joplin/issues/3164) by Shotaro Yamada) @@ -2444,14 +2444,14 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - Improved: WYSIWYG: Handle drag and drop of notes and files - Improved: Themes switched for more appealing text highlighting ([#3192](https://github.com/laurent22/joplin/issues/3192)) ([#2883](https://github.com/laurent22/joplin/issues/2883) by [@infinity052](https://github.com/infinity052)) - Fixed: Fix undo issue when loading new note -- Fixed: Fixed inserting templates into existing notes ([#325](https://github.com/laurent22/joplin/issues/325)9) +- Fixed: Fixed inserting templates into existing notes ([#3259](https://github.com/laurent22/joplin/issues/3259)) - Fixed: Fixed issue with the editor showing previous note when it should show nothing - Fixed: Fixed two way scrolling issue in Markdown editor -- Fixed: Fixed infinite rendering loop, which would cause the app to crash (white window) ([#320](https://github.com/laurent22/joplin/issues/320)0) -- Fixed: Markdown editor would not scroll in sync with viewer in some cases ([#322](https://github.com/laurent22/joplin/issues/322)8) -- Fixed: Sync would fail in some cases due to a database error ([#323](https://github.com/laurent22/joplin/issues/323)4) -- Fixed: Better handling of missing table field bug on Linux ([#308](https://github.com/laurent22/joplin/issues/308)8) -- Fixed: Disable or enable menu items depending on the current view ([#246](https://github.com/laurent22/joplin/issues/246)7) +- Fixed: Fixed infinite rendering loop, which would cause the app to crash (white window) ([#3200](https://github.com/laurent22/joplin/issues/3200)) +- Fixed: Markdown editor would not scroll in sync with viewer in some cases ([#3228](https://github.com/laurent22/joplin/issues/3228)) +- Fixed: Sync would fail in some cases due to a database error ([#3234](https://github.com/laurent22/joplin/issues/3234)) +- Fixed: Better handling of missing table field bug on Linux ([#3088](https://github.com/laurent22/joplin/issues/3088)) +- Fixed: Disable or enable menu items depending on the current view ([#2467](https://github.com/laurent22/joplin/issues/2467)) - Fixed: Fix focus after exiting GotoAnything ([#3075](https://github.com/laurent22/joplin/issues/3075)) ([#3066](https://github.com/laurent22/joplin/issues/3066) by Mohammed Rabeeh) - Fixed: Fix format of geolocation data ([#2673](https://github.com/laurent22/joplin/issues/2673) by [@mic704b](https://github.com/mic704b)) - Fixed: Fix issue where last used filename was displayed when exporting directory @@ -2465,11 +2465,11 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - Fixed: Fixed the Goto Anything item list overflow ([#3096](https://github.com/laurent22/joplin/issues/3096)) ([#3095](https://github.com/laurent22/joplin/issues/3095) by Rahul Mohata) - Fixed: Fixed various bugs and regressions following note editor refactoring - Fixed: Long URIs break Note Info dialog ([#3136](https://github.com/laurent22/joplin/issues/3136)) ([#3131](https://github.com/laurent22/joplin/issues/3131) by Mohammed Rabeeh) -- Fixed: Prevent Goto Anything from freezing when inputting special characters ([#309](https://github.com/laurent22/joplin/issues/309)3) +- Fixed: Prevent Goto Anything from freezing when inputting special characters ([#3093](https://github.com/laurent22/joplin/issues/3093)) - Fixed: WYSIWYG: Fix CODE element style - Fixed: WYSIWYG: Fixed clicking a link within a checkbox label - Fixed: WYSIWYG: Fixed undo issue when pasting text -- Fixed: Fix notebook associated with note when doing search, and expand correct notebook ([#321](https://github.com/laurent22/joplin/issues/321)9) +- Fixed: Fix notebook associated with note when doing search, and expand correct notebook ([#3219](https://github.com/laurent22/joplin/issues/3219)) - Fixed: Make sidebar resizable when note list is not displayed ([#2895](https://github.com/laurent22/joplin/issues/2895)) ([#2865](https://github.com/laurent22/joplin/issues/2865) by anirudh murali) - Fixed: WYSIWYG: Fixed UI translation issue for certain languages - Fixed: Word/character counter includes Markdown syntax and HTML tags ([#3037](https://github.com/laurent22/joplin/issues/3037)) ([#3009](https://github.com/laurent22/joplin/issues/3009) by [@RedDocMD](https://github.com/RedDocMD)) @@ -2490,12 +2490,12 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - New: WYSIWYG: Added localisation support - New: WYSIWYG: Added support for scroll restore - New: Added more info on how to switch to Markdown editor -- New: Add support for system theme auto-switching ([#266](https://github.com/laurent22/joplin/issues/266)5) -- Security: Filter SVG element event attributes to prevent XSS vulnerability ([#314](https://github.com/laurent22/joplin/issues/314)3) +- New: Add support for system theme auto-switching ([#2665](https://github.com/laurent22/joplin/issues/2665)) +- Security: Filter SVG element event attributes to prevent XSS vulnerability ([#3143](https://github.com/laurent22/joplin/issues/3143)) - Improved: Made sidebar chevrons consistent - Improved: Add note history (back/forward buttons) ([#2819](https://github.com/laurent22/joplin/issues/2819)) ([#2409](https://github.com/laurent22/joplin/issues/2409) by Naveen M V) - Improved: Moved note-related toolbar button next to tag bar -- Improved: Switch to Font Awesome as icon library ([#313](https://github.com/laurent22/joplin/issues/313)7) +- Improved: Switch to Font Awesome as icon library ([#3137](https://github.com/laurent22/joplin/issues/3137)) - Improved: Upgraded to Electron 8.2.5 - Improved: WYSIWYG: Allow pasting images in editor - Improved: Handle compositionend event in TinyMCE ([#3164](https://github.com/laurent22/joplin/issues/3164) by Shotaro Yamada) @@ -2509,11 +2509,11 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - Improved: Themes switched for more appealing text highlighting ([#3192](https://github.com/laurent22/joplin/issues/3192)) ([#2883](https://github.com/laurent22/joplin/issues/2883) by [@infinity052](https://github.com/infinity052)) - Fixed: Fixed issue with the editor showing previous note when it should show nothing - Fixed: Fixed two way scrolling issue in Markdown editor -- Fixed: Fixed infinite rendering loop, which would cause the app to crash (white window) ([#320](https://github.com/laurent22/joplin/issues/320)0) -- Fixed: Markdown editor would not scroll in sync with viewer in some cases ([#322](https://github.com/laurent22/joplin/issues/322)8) -- Fixed: Sync would fail in some cases due to a database error ([#323](https://github.com/laurent22/joplin/issues/323)4) -- Fixed: Better handling of missing table field bug on Linux ([#308](https://github.com/laurent22/joplin/issues/308)8) -- Fixed: Disable or enable menu items depending on the current view ([#246](https://github.com/laurent22/joplin/issues/246)7) +- Fixed: Fixed infinite rendering loop, which would cause the app to crash (white window) ([#3200](https://github.com/laurent22/joplin/issues/3200)) +- Fixed: Markdown editor would not scroll in sync with viewer in some cases ([#3228](https://github.com/laurent22/joplin/issues/3228)) +- Fixed: Sync would fail in some cases due to a database error ([#3234](https://github.com/laurent22/joplin/issues/3234)) +- Fixed: Better handling of missing table field bug on Linux ([#3088](https://github.com/laurent22/joplin/issues/3088)) +- Fixed: Disable or enable menu items depending on the current view ([#2467](https://github.com/laurent22/joplin/issues/2467)) - Fixed: Fix focus after exiting GotoAnything ([#3075](https://github.com/laurent22/joplin/issues/3075)) ([#3066](https://github.com/laurent22/joplin/issues/3066) by Mohammed Rabeeh) - Fixed: Fix format of geolocation data ([#2673](https://github.com/laurent22/joplin/issues/2673) by [@mic704b](https://github.com/mic704b)) - Fixed: Fix issue where last used filename was displayed when exporting directory @@ -2527,11 +2527,11 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - Fixed: Fixed the Goto Anything item list overflow ([#3096](https://github.com/laurent22/joplin/issues/3096)) ([#3095](https://github.com/laurent22/joplin/issues/3095) by Rahul Mohata) - Fixed: Fixed various bugs and regressions following note editor refactoring - Fixed: Long URIs break Note Info dialog ([#3136](https://github.com/laurent22/joplin/issues/3136)) ([#3131](https://github.com/laurent22/joplin/issues/3131) by Mohammed Rabeeh) -- Fixed: Prevent Goto Anything from freezing when inputting special characters ([#309](https://github.com/laurent22/joplin/issues/309)3) +- Fixed: Prevent Goto Anything from freezing when inputting special characters ([#3093](https://github.com/laurent22/joplin/issues/3093)) - Fixed: WYSIWYG: Fix CODE element style - Fixed: WYSIWYG: Fixed clicking a link within a checkbox label - Fixed: WYSIWYG: Fixed undo issue when pasting text -- Fixed: Fix notebook associated with note when doing search, and expand correct notebook ([#321](https://github.com/laurent22/joplin/issues/321)9) +- Fixed: Fix notebook associated with note when doing search, and expand correct notebook ([#3219](https://github.com/laurent22/joplin/issues/3219)) - Fixed: Make sidebar resizable when note list is not displayed ([#2895](https://github.com/laurent22/joplin/issues/2895)) ([#2865](https://github.com/laurent22/joplin/issues/2865) by anirudh murali) - Fixed: WYSIWYG: Fixed UI translation issue for certain languages - Fixed: Word/character counter includes Markdown syntax and HTML tags ([#3037](https://github.com/laurent22/joplin/issues/3037)) ([#3009](https://github.com/laurent22/joplin/issues/3009) by [@RedDocMD](https://github.com/RedDocMD)) @@ -2552,11 +2552,11 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - New: WYSIWYG: Added localisation support - New: WYSIWYG: Added support for scroll restore - New: Added more info on how to switch to Markdown editor -- Security: Filter SVG element event attributes to prevent XSS vulnerability ([#314](https://github.com/laurent22/joplin/issues/314)3) +- Security: Filter SVG element event attributes to prevent XSS vulnerability ([#3143](https://github.com/laurent22/joplin/issues/3143)) - Improved: Made sidebar chevrons consistent - Improved: Add note history (back/forward buttons) ([#2819](https://github.com/laurent22/joplin/issues/2819)) ([#2409](https://github.com/laurent22/joplin/issues/2409) by Naveen M V) - Improved: Moved note-related toolbar button next to tag bar -- Improved: Switch to Font Awesome as icon library ([#313](https://github.com/laurent22/joplin/issues/313)7) +- Improved: Switch to Font Awesome as icon library ([#3137](https://github.com/laurent22/joplin/issues/3137)) - Improved: Upgraded to Electron 8.2.5 - Improved: WYSIWYG: Allow pasting images in editor - Improved: Handle compositionend event in TinyMCE ([#3164](https://github.com/laurent22/joplin/issues/3164) by Shotaro Yamada) @@ -2570,11 +2570,11 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - Improved: Themes switched for more appealing text highlighting ([#3192](https://github.com/laurent22/joplin/issues/3192)) ([#2883](https://github.com/laurent22/joplin/issues/2883) by [@infinity052](https://github.com/infinity052)) - Fixed: Fixed issue with the editor showing previous note when it should show nothing - Fixed: Fixed two way scrolling issue in Markdown editor -- Fixed: Fixed infinite rendering loop, which would cause the app to crash (white window) ([#320](https://github.com/laurent22/joplin/issues/320)0) -- Fixed: Markdown editor would not scroll in sync with viewer in some cases ([#322](https://github.com/laurent22/joplin/issues/322)8) -- Fixed: Sync would fail in some cases due to a database error ([#323](https://github.com/laurent22/joplin/issues/323)4) -- Fixed: Better handling of missing table field bug on Linux ([#308](https://github.com/laurent22/joplin/issues/308)8) -- Fixed: Disable or enable menu items depending on the current view ([#246](https://github.com/laurent22/joplin/issues/246)7) +- Fixed: Fixed infinite rendering loop, which would cause the app to crash (white window) ([#3200](https://github.com/laurent22/joplin/issues/3200)) +- Fixed: Markdown editor would not scroll in sync with viewer in some cases ([#3228](https://github.com/laurent22/joplin/issues/3228)) +- Fixed: Sync would fail in some cases due to a database error ([#3234](https://github.com/laurent22/joplin/issues/3234)) +- Fixed: Better handling of missing table field bug on Linux ([#3088](https://github.com/laurent22/joplin/issues/3088)) +- Fixed: Disable or enable menu items depending on the current view ([#2467](https://github.com/laurent22/joplin/issues/2467)) - Fixed: Fix focus after exiting GotoAnything ([#3075](https://github.com/laurent22/joplin/issues/3075)) ([#3066](https://github.com/laurent22/joplin/issues/3066) by Mohammed Rabeeh) - Fixed: Fix format of geolocation data ([#2673](https://github.com/laurent22/joplin/issues/2673) by [@mic704b](https://github.com/mic704b)) - Fixed: Fix issue where last used filename was displayed when exporting directory @@ -2588,11 +2588,11 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - Fixed: Fixed the Goto Anything item list overflow ([#3096](https://github.com/laurent22/joplin/issues/3096)) ([#3095](https://github.com/laurent22/joplin/issues/3095) by Rahul Mohata) - Fixed: Fixed various bugs and regressions following note editor refactoring - Fixed: Long URIs break Note Info dialog ([#3136](https://github.com/laurent22/joplin/issues/3136)) ([#3131](https://github.com/laurent22/joplin/issues/3131) by Mohammed Rabeeh) -- Fixed: Prevent Goto Anything from freezing when inputting special characters ([#309](https://github.com/laurent22/joplin/issues/309)3) +- Fixed: Prevent Goto Anything from freezing when inputting special characters ([#3093](https://github.com/laurent22/joplin/issues/3093)) - Fixed: WYSIWYG: Fix CODE element style - Fixed: WYSIWYG: Fixed clicking a link within a checkbox label - Fixed: WYSIWYG: Fixed undo issue when pasting text -- Fixed: Fix notebook associated with note when doing search, and expand correct notebook ([#321](https://github.com/laurent22/joplin/issues/321)9) +- Fixed: Fix notebook associated with note when doing search, and expand correct notebook ([#3219](https://github.com/laurent22/joplin/issues/3219)) - Fixed: Make sidebar resizable when note list is not displayed ([#2895](https://github.com/laurent22/joplin/issues/2895)) ([#2865](https://github.com/laurent22/joplin/issues/2865) by anirudh murali) - Fixed: WYSIWYG: Fixed UI translation issue for certain languages - Fixed: Word/character counter includes Markdown syntax and HTML tags ([#3037](https://github.com/laurent22/joplin/issues/3037)) ([#3009](https://github.com/laurent22/joplin/issues/3009) by [@RedDocMD](https://github.com/RedDocMD)) @@ -2613,10 +2613,10 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - New: WYSIWYG: Added localisation support - New: WYSIWYG: Added support for scroll restore - New: Added more info on how to switch to Markdown editor -- Security: Filter SVG element event attributes to prevent XSS vulnerability ([#314](https://github.com/laurent22/joplin/issues/314)3) +- Security: Filter SVG element event attributes to prevent XSS vulnerability ([#3143](https://github.com/laurent22/joplin/issues/3143)) - Improved: Add note history (back/forward buttons) ([#2819](https://github.com/laurent22/joplin/issues/2819)) ([#2409](https://github.com/laurent22/joplin/issues/2409) by Naveen M V) - Improved: Moved note-related toolbar button next to tag bar -- Improved: Switch to Font Awesome as icon library ([#313](https://github.com/laurent22/joplin/issues/313)7) +- Improved: Switch to Font Awesome as icon library ([#3137](https://github.com/laurent22/joplin/issues/3137)) - Improved: Upgraded to Electron 8.2.5 - Improved: WYSIWYG: Allow pasting images in editor - Improved: Handle compositionend event in TinyMCE ([#3164](https://github.com/laurent22/joplin/issues/3164) by Shotaro Yamada) @@ -2628,11 +2628,11 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - Improved: WYSIWYG: Handle "Paste as text" when pressing Ctrl+Shift+V - Improved: WYSIWYG: Handle drag and drop of notes and files - Improved: Themes switched for more appealing text highlighting ([#3192](https://github.com/laurent22/joplin/issues/3192)) ([#2883](https://github.com/laurent22/joplin/issues/2883) by [@infinity052](https://github.com/infinity052)) -- Fixed: Fixed infinite rendering loop, which would cause the app to crash (white window) ([#320](https://github.com/laurent22/joplin/issues/320)0) -- Fixed: Markdown editor would not scroll in sync with viewer in some cases ([#322](https://github.com/laurent22/joplin/issues/322)8) -- Fixed: Sync would fail in some cases due to a database error ([#323](https://github.com/laurent22/joplin/issues/323)4) -- Fixed: Better handling of missing table field bug on Linux ([#308](https://github.com/laurent22/joplin/issues/308)8) -- Fixed: Disable or enable menu items depending on the current view ([#246](https://github.com/laurent22/joplin/issues/246)7) +- Fixed: Fixed infinite rendering loop, which would cause the app to crash (white window) ([#3200](https://github.com/laurent22/joplin/issues/3200)) +- Fixed: Markdown editor would not scroll in sync with viewer in some cases ([#3228](https://github.com/laurent22/joplin/issues/3228)) +- Fixed: Sync would fail in some cases due to a database error ([#3234](https://github.com/laurent22/joplin/issues/3234)) +- Fixed: Better handling of missing table field bug on Linux ([#3088](https://github.com/laurent22/joplin/issues/3088)) +- Fixed: Disable or enable menu items depending on the current view ([#2467](https://github.com/laurent22/joplin/issues/2467)) - Fixed: Fix focus after exiting GotoAnything ([#3075](https://github.com/laurent22/joplin/issues/3075)) ([#3066](https://github.com/laurent22/joplin/issues/3066) by Mohammed Rabeeh) - Fixed: Fix format of geolocation data ([#2673](https://github.com/laurent22/joplin/issues/2673) by [@mic704b](https://github.com/mic704b)) - Fixed: Fix issue where last used filename was displayed when exporting directory @@ -2646,11 +2646,11 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - Fixed: Fixed the Goto Anything item list overflow ([#3096](https://github.com/laurent22/joplin/issues/3096)) ([#3095](https://github.com/laurent22/joplin/issues/3095) by Rahul Mohata) - Fixed: Fixed various bugs and regressions following note editor refactoring - Fixed: Long URIs break Note Info dialog ([#3136](https://github.com/laurent22/joplin/issues/3136)) ([#3131](https://github.com/laurent22/joplin/issues/3131) by Mohammed Rabeeh) -- Fixed: Prevent Goto Anything from freezing when inputting special characters ([#309](https://github.com/laurent22/joplin/issues/309)3) +- Fixed: Prevent Goto Anything from freezing when inputting special characters ([#3093](https://github.com/laurent22/joplin/issues/3093)) - Fixed: WYSIWYG: Fix CODE element style - Fixed: WYSIWYG: Fixed clicking a link within a checkbox label - Fixed: WYSIWYG: Fixed undo issue when pasting text -- Fixed: Fix notebook associated with note when doing search, and expand correct notebook ([#321](https://github.com/laurent22/joplin/issues/321)9) +- Fixed: Fix notebook associated with note when doing search, and expand correct notebook ([#3219](https://github.com/laurent22/joplin/issues/3219)) - Fixed: Make sidebar resizable when note list is not displayed ([#2895](https://github.com/laurent22/joplin/issues/2895)) ([#2865](https://github.com/laurent22/joplin/issues/2865) by anirudh murali) - Fixed: WYSIWYG: Fixed UI translation issue for certain languages - Fixed: Word/character counter includes Markdown syntax and HTML tags ([#3037](https://github.com/laurent22/joplin/issues/3037)) ([#3009](https://github.com/laurent22/joplin/issues/3009) by [@RedDocMD](https://github.com/RedDocMD)) @@ -2671,10 +2671,10 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - New: WYSIWYG: Added localisation support - New: WYSIWYG: Added support for scroll restore - New: Added more info on how to switch to Markdown editor -- Security: Filter SVG element event attributes to prevent XSS vulnerability ([#314](https://github.com/laurent22/joplin/issues/314)3) +- Security: Filter SVG element event attributes to prevent XSS vulnerability ([#3143](https://github.com/laurent22/joplin/issues/3143)) - Improved: Add note history (back/forward buttons) ([#2819](https://github.com/laurent22/joplin/issues/2819)) ([#2409](https://github.com/laurent22/joplin/issues/2409) by Naveen M V) - Improved: Moved note-related toolbar button next to tag bar -- Improved: Switch to Font Awesome as icon library ([#313](https://github.com/laurent22/joplin/issues/313)7) +- Improved: Switch to Font Awesome as icon library ([#3137](https://github.com/laurent22/joplin/issues/3137)) - Improved: Upgraded to Electron 8.2.5 - Improved: WYSIWYG: Allow pasting images in editor - Improved: Handle compositionend event in TinyMCE ([#3164](https://github.com/laurent22/joplin/issues/3164) by Shotaro Yamada) @@ -2685,8 +2685,8 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - Improved: WYSIWYG: Enable context menu on resources, links and text - Improved: WYSIWYG: Handle "Paste as text" when pressing Ctrl+Shift+V - Improved: WYSIWYG: Handle drag and drop of notes and files -- Fixed: Better handling of missing table field bug on Linux ([#308](https://github.com/laurent22/joplin/issues/308)8) -- Fixed: Disable or enable menu items depending on the current view ([#246](https://github.com/laurent22/joplin/issues/246)7) +- Fixed: Better handling of missing table field bug on Linux ([#3088](https://github.com/laurent22/joplin/issues/3088)) +- Fixed: Disable or enable menu items depending on the current view ([#2467](https://github.com/laurent22/joplin/issues/2467)) - Fixed: Fix focus after exiting GotoAnything ([#3075](https://github.com/laurent22/joplin/issues/3075)) ([#3066](https://github.com/laurent22/joplin/issues/3066) by Mohammed Rabeeh) - Fixed: Fix format of geolocation data ([#2673](https://github.com/laurent22/joplin/issues/2673) by [@mic704b](https://github.com/mic704b)) - Fixed: Fix issue where last used filename was displayed when exporting directory @@ -2700,11 +2700,11 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - Fixed: Fixed the Goto Anything item list overflow ([#3096](https://github.com/laurent22/joplin/issues/3096)) ([#3095](https://github.com/laurent22/joplin/issues/3095) by Rahul Mohata) - Fixed: Fixed various bugs and regressions following note editor refactoring - Fixed: Long URIs break Note Info dialog ([#3136](https://github.com/laurent22/joplin/issues/3136)) ([#3131](https://github.com/laurent22/joplin/issues/3131) by Mohammed Rabeeh) -- Fixed: Prevent Goto Anything from freezing when inputting special characters ([#309](https://github.com/laurent22/joplin/issues/309)3) +- Fixed: Prevent Goto Anything from freezing when inputting special characters ([#3093](https://github.com/laurent22/joplin/issues/3093)) - Fixed: WYSIWYG: Fix CODE element style - Fixed: WYSIWYG: Fixed clicking a link within a checkbox label - Fixed: WYSIWYG: Fixed undo issue when pasting text -- Fixed: Fix notebook associated with note when doing search, and expand correct notebook ([#321](https://github.com/laurent22/joplin/issues/321)9) +- Fixed: Fix notebook associated with note when doing search, and expand correct notebook ([#3219](https://github.com/laurent22/joplin/issues/3219)) - Fixed: Make sidebar resizable when note list is not displayed ([#2895](https://github.com/laurent22/joplin/issues/2895)) ([#2865](https://github.com/laurent22/joplin/issues/2865) by anirudh murali) - Fixed: WYSIWYG: Fixed UI translation issue for certain languages - Fixed: Word/character counter includes Markdown syntax and HTML tags ([#3037](https://github.com/laurent22/joplin/issues/3037)) ([#3009](https://github.com/laurent22/joplin/issues/3009) by [@RedDocMD](https://github.com/RedDocMD)) @@ -2732,8 +2732,8 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - Improved: WYSIWYG: Enable context menu on resources, links and text - Improved: WYSIWYG: Handle "Paste as text" when pressing Ctrl+Shift+V - Improved: WYSIWYG: Handle drag and drop of notes and files -- Fixed: Better handling of missing table field bug on Linux ([#308](https://github.com/laurent22/joplin/issues/308)8) -- Fixed: Disable or enable menu items depending on the current view ([#246](https://github.com/laurent22/joplin/issues/246)7) +- Fixed: Better handling of missing table field bug on Linux ([#3088](https://github.com/laurent22/joplin/issues/3088)) +- Fixed: Disable or enable menu items depending on the current view ([#2467](https://github.com/laurent22/joplin/issues/2467)) - Fixed: Fix focus after exiting GotoAnything ([#3075](https://github.com/laurent22/joplin/issues/3075)) ([#3066](https://github.com/laurent22/joplin/issues/3066) by Mohammed Rabeeh) - Fixed: Fix format of geolocation data ([#2673](https://github.com/laurent22/joplin/issues/2673) by [@mic704b](https://github.com/mic704b)) - Fixed: Fix issue where last used filename was displayed when exporting directory @@ -2747,33 +2747,33 @@ Finally, the tag bar has been moved to the top of the note editor pane. Again th - Fixed: Fixed the Goto Anything item list overflow ([#3096](https://github.com/laurent22/joplin/issues/3096)) ([#3095](https://github.com/laurent22/joplin/issues/3095) by Rahul Mohata) - Fixed: Fixed various bugs and regressions following note editor refactoring - Fixed: Long URIs break Note Info dialog ([#3136](https://github.com/laurent22/joplin/issues/3136)) ([#3131](https://github.com/laurent22/joplin/issues/3131) by Mohammed Rabeeh) -- Fixed: Prevent Goto Anything from freezing when inputting special characters ([#309](https://github.com/laurent22/joplin/issues/309)3) +- Fixed: Prevent Goto Anything from freezing when inputting special characters ([#3093](https://github.com/laurent22/joplin/issues/3093)) - Fixed: WYSIWYG: Fix CODE element style - Fixed: WYSIWYG: Fixed clicking a link within a checkbox label - Fixed: WYSIWYG: Fixed undo issue when pasting text -- Security: Filter SVG element event attributes to prevent XSS vulnerability ([#314](https://github.com/laurent22/joplin/issues/314)3) +- Security: Filter SVG element event attributes to prevent XSS vulnerability ([#3143](https://github.com/laurent22/joplin/issues/3143)) ## [v1.0.201](https://github.com/laurent22/joplin/releases/tag/v1.0.201) - 2020-04-15T22:55:13Z - Improved: Search in title and body by default when using Goto Anything - Improved: Disable prompt dialog OK button when input is empty ([#2905](https://github.com/laurent22/joplin/issues/2905)) ([#2799](https://github.com/laurent22/joplin/issues/2799) by Siddhant Sehgal) - Improved: Disable BASE html tag, which can break certain plugins such as Katex -- Fixed: In some cases, notes with Katex code were not exported correctly as PDF ([#305](https://github.com/laurent22/joplin/issues/305)8) -- Fixed: Trying to fix resource path issue in WYSIWYG editor ([#296](https://github.com/laurent22/joplin/issues/296)8) -- Fixed: Fixed Katex rendering issue when greater than symbol appears in markup ([#303](https://github.com/laurent22/joplin/issues/303)3) +- Fixed: In some cases, notes with Katex code were not exported correctly as PDF ([#3058](https://github.com/laurent22/joplin/issues/3058)) +- Fixed: Trying to fix resource path issue in WYSIWYG editor ([#2968](https://github.com/laurent22/joplin/issues/2968)) +- Fixed: Fixed Katex rendering issue when greater than symbol appears in markup ([#3033](https://github.com/laurent22/joplin/issues/3033)) ## [v1.0.200](https://github.com/laurent22/joplin/releases/tag/v1.0.200) - 2020-04-12T12:17:46Z This is to fix a few regressions in previous release. -- New: Add more log statements to attempt to fix [#29](https://github.com/laurent22/joplin/issues/29)68 +- New: Add more log statements to attempt to fix [#2968](https://github.com/laurent22/joplin/issues/2968) - Improved: Update zh_TW.po ([#3020](https://github.com/laurent22/joplin/issues/3020) by Ethan Chen) - Improved: Update sv.po ([#3013](https://github.com/laurent22/joplin/issues/3013) by [@abolishallprivateproperty](https://github.com/abolishallprivateproperty)) - Fixed: Fix Go To Anything closing when clicking inside the modal ([#3029](https://github.com/laurent22/joplin/issues/3029)) ([#3028](https://github.com/laurent22/joplin/issues/3028) by Anjula Karunarathne) - Fixed: Fix JEX export ([#3026](https://github.com/laurent22/joplin/issues/3026) by [@CalebJohn](https://github.com/CalebJohn)) - Fixed: Fixes todo mouse hover behaviour ([#2831](https://github.com/laurent22/joplin/issues/2831)) ([#2830](https://github.com/laurent22/joplin/issues/2830) by Siddhant Sehgal) - Fixed: Fixes selection in text editor after applying formatting ([#2737](https://github.com/laurent22/joplin/issues/2737)) ([#2736](https://github.com/laurent22/joplin/issues/2736) by [@Rishgod](https://github.com/Rishgod)) -- Fixed: Title auto-update didn't work anymore ([#301](https://github.com/laurent22/joplin/issues/301)9) +- Fixed: Title auto-update didn't work anymore ([#3019](https://github.com/laurent22/joplin/issues/3019)) ## [v1.0.199](https://github.com/laurent22/joplin/releases/tag/v1.0.199) - 2020-04-10T18:41:58Z @@ -2787,24 +2787,24 @@ This is to fix a few regressions in previous release. - New: WYSIWYG: Handle resource download mode - New: WYSIWYG: Improved documentation on what plugins are compatible with WYSIWYG editor - New: WYSIWYG: Preserve HTML code in Markdown when editing from wysiwyg editor -- New: Add "Retry All" option to synchronisation page ([#268](https://github.com/laurent22/joplin/issues/268)8) +- New: Add "Retry All" option to synchronisation page ([#2688](https://github.com/laurent22/joplin/issues/2688)) - New: Add friendly default filenames to export options ([#2749](https://github.com/laurent22/joplin/issues/2749) by [@CalebJohn](https://github.com/CalebJohn)) - New: Add message box to ask confirmation when resizing image -- Improved: Clear provisional flag as soon as note is modified to avoid data loss ([#268](https://github.com/laurent22/joplin/issues/268)1) +- Improved: Clear provisional flag as soon as note is modified to avoid data loss ([#2681](https://github.com/laurent22/joplin/issues/2681)) - Improved: Close `Goto Anything` modal on outside click ([#2940](https://github.com/laurent22/joplin/issues/2940) by Siddhant Sehgal) - Improved: Moved all themes out into their own .js theme files ([#2951](https://github.com/laurent22/joplin/issues/2951) by [@TobiasDev](https://github.com/TobiasDev)) -- Improved: Resource screen improvements ([#2850](https://github.com/laurent22/joplin/issues/2850)) ([#263](https://github.com/laurent22/joplin/issues/263)9) +- Improved: Resource screen improvements ([#2850](https://github.com/laurent22/joplin/issues/2850)) ([#2639](https://github.com/laurent22/joplin/issues/2639)) - Improved: Right-click to move note to notebook ([#2566](https://github.com/laurent22/joplin/issues/2566)) ([#2296](https://github.com/laurent22/joplin/issues/2296) by Siddhant Sehgal) - Improved: Update it_IT.po ([#2978](https://github.com/laurent22/joplin/issues/2978) by [@abonte](https://github.com/abonte)) - Improved: Update ko.po ([#2986](https://github.com/laurent22/joplin/issues/2986) by [@xmlangel](https://github.com/xmlangel)) - Improved: Update nb_NO.po ([#2973](https://github.com/laurent22/joplin/issues/2973) by Mats Estensen) - Improved: Update zh_CN.po ([#2971](https://github.com/laurent22/joplin/issues/2971) by [@troilus](https://github.com/troilus)) - Improved: Wait for note to be saved before closing the app -- Fixed: Fixed iOS and macOS icons and created script to automate icon creation ([#260](https://github.com/laurent22/joplin/issues/260)4) +- Fixed: Fixed iOS and macOS icons and created script to automate icon creation ([#2604](https://github.com/laurent22/joplin/issues/2604)) - Fixed: Fixed regression when drag and dropping files - Fixed: Fixed styling issues with rendered Markdown -- Fixed: Prevent decryption loop when a resource cannot be decrypted ([#225](https://github.com/laurent22/joplin/issues/225)7) -- Fixed: When modifying a conflicted note, it would disappear from the view ([#270](https://github.com/laurent22/joplin/issues/270)9) +- Fixed: Prevent decryption loop when a resource cannot be decrypted ([#2257](https://github.com/laurent22/joplin/issues/2257)) +- Fixed: When modifying a conflicted note, it would disappear from the view ([#2709](https://github.com/laurent22/joplin/issues/2709)) ## [v1.0.197](https://github.com/laurent22/joplin/releases/tag/v1.0.197) - 2020-03-30T17:21:22Z @@ -2818,7 +2818,7 @@ This is to fix a few regressions in previous release. ## [v1.0.195](https://github.com/laurent22/joplin/releases/tag/v1.0.195) - 2020-03-22T19:56:12Z -- New: Added experimental WYSIWYG editor ([#2556](https://github.com/laurent22/joplin/issues/2556)) ([#17](https://github.com/laurent22/joplin/issues/17)6) +- New: Added experimental WYSIWYG editor ([#2556](https://github.com/laurent22/joplin/issues/2556)) ([#176](https://github.com/laurent22/joplin/issues/176)) - New: Added way to upgrade master key encryption and sync target encryption - New: Add button to About box to copy Joplin's information to the clipboard ([#2711](https://github.com/laurent22/joplin/issues/2711) by Helmut K. C. Tessarek) - New: Api: Add support for "tags" property for note PUT request ([#2649](https://github.com/laurent22/joplin/issues/2649)) ([#941](https://github.com/laurent22/joplin/issues/941) by [@jyuvaraj03](https://github.com/jyuvaraj03)) @@ -2835,13 +2835,13 @@ This is to fix a few regressions in previous release. - Fixed: Fix show-all-notes update bugs. ([#2642](https://github.com/laurent22/joplin/issues/2642) by [@mic704b](https://github.com/mic704b)) - Fixed: Fix issue with tag not being displayed below note when it is created - Fixed: Fix button label wrapping in toolbar ([#2708](https://github.com/laurent22/joplin/issues/2708)) ([#2700](https://github.com/laurent22/joplin/issues/2700) by Anjula Karunarathne) -- Fixed: Fixed renaming tag issue ([#261](https://github.com/laurent22/joplin/issues/261)8) +- Fixed: Fixed renaming tag issue ([#2618](https://github.com/laurent22/joplin/issues/2618)) ## [v1.0.194](https://github.com/laurent22/joplin/releases/tag/v1.0.194) (Pre-release) - 2020-03-14T00:00:32Z The main purpose of this pre-release is to allow evaluating the WYSIWYG editor. -- New: Added experimental WYSIWYG editor ([#2556](https://github.com/laurent22/joplin/issues/2556)) ([#17](https://github.com/laurent22/joplin/issues/17)6) +- New: Added experimental WYSIWYG editor ([#2556](https://github.com/laurent22/joplin/issues/2556)) ([#176](https://github.com/laurent22/joplin/issues/176)) - New: Added way to upgrade master key encryption and sync target encryption - New: Add button to About box to copy Joplin's information to the clipboard ([#2711](https://github.com/laurent22/joplin/issues/2711) by Helmut K. C. Tessarek) - New: Api: Add support for "tags" property for note PUT request ([#2649](https://github.com/laurent22/joplin/issues/2649)) ([#941](https://github.com/laurent22/joplin/issues/941) by [@jyuvaraj03](https://github.com/jyuvaraj03)) @@ -2853,12 +2853,12 @@ The main purpose of this pre-release is to allow evaluating the WYSIWYG editor. - New: Added concept of provisional note to simplify creation and handling of newly created notes - New: Add word counter feature to notes ([#2444](https://github.com/laurent22/joplin/issues/2444)) ([#160](https://github.com/laurent22/joplin/issues/160) by [@jdrobertso](https://github.com/jdrobertso)) -- New: Added zoom controls to the application menu ([#216](https://github.com/laurent22/joplin/issues/216)2) -- New: Added Mermaid diagrams support ([#200](https://github.com/laurent22/joplin/issues/200)1) +- New: Added zoom controls to the application menu ([#2162](https://github.com/laurent22/joplin/issues/2162)) +- New: Added Mermaid diagrams support ([#2001](https://github.com/laurent22/joplin/issues/2001)) - New: Add "add or remove tags" for multiple notes. ([#2386](https://github.com/laurent22/joplin/issues/2386)) ([#539](https://github.com/laurent22/joplin/issues/539) by [@mic704b](https://github.com/mic704b)) - New: Added new date format YYYY.MM.DD ([#2318](https://github.com/laurent22/joplin/issues/2318) by XSAkos) - New: Added new, more secure encryption methods, so that they can be switched to at a later time -- Fixed: Handle invalid UTF-8 data when encrypting ([#259](https://github.com/laurent22/joplin/issues/259)1) +- Fixed: Handle invalid UTF-8 data when encrypting ([#2591](https://github.com/laurent22/joplin/issues/2591)) - New: Add more context to encryption errors - Security: Fixed potential Arbitrary File Read via XSS (Reported by [Javier Olmedo](https://github.com/JavierOlmedo), fixed by Laurent Cozic) - Security: Changed default encryption method to CCM @@ -2892,16 +2892,16 @@ The main purpose of this pre-release is to allow evaluating the WYSIWYG editor. - Fixed: Fix to update tag list when note is deleted. ([#2554](https://github.com/laurent22/joplin/issues/2554) by [@mic704b](https://github.com/mic704b)) - Fixed: Fix Resources menu item on macOS ([#2530](https://github.com/laurent22/joplin/issues/2530) by Helmut K. C. Tessarek) - Fixed: Fixed search bar text not visible in dark mode -- Fixed: Better handling of rare error in WebDAV server ([#248](https://github.com/laurent22/joplin/issues/248)5) +- Fixed: Better handling of rare error in WebDAV server ([#2485](https://github.com/laurent22/joplin/issues/2485)) - Fixed: Fixed note renderer asset caching issue - Fixed: Add new Katex fonts to improve rendering ([#2478](https://github.com/laurent22/joplin/issues/2478)) ([#2477](https://github.com/laurent22/joplin/issues/2477) by Helmut K. C. Tessarek) - Fixed: Fix `.desktop` file & force refresh ([#2479](https://github.com/laurent22/joplin/issues/2479) by Brandon Wulf) - Fixed: Fixed incorect location format ([#2480](https://github.com/laurent22/joplin/issues/2480) by [@anjulalk](https://github.com/anjulalk)) - Fixed: Fix importing of very large attachments (150MB+) from Evernote ENEX files - Fixed: Fix to update the note list if the selected tag is deleted. ([#2398](https://github.com/laurent22/joplin/issues/2398) by [@mic704b](https://github.com/mic704b)) -- Fixed: Fix alignment of checkboxes and other list items in rendered note ([#227](https://github.com/laurent22/joplin/issues/227)7) -- Fixed: Fix slow rendering and memory leak issues with Katex notes ([#235](https://github.com/laurent22/joplin/issues/235)7) -- Fixed: Fix rendering of certain letters in Katex. Fixed printing when note contains Katex code ([#237](https://github.com/laurent22/joplin/issues/237)4) +- Fixed: Fix alignment of checkboxes and other list items in rendered note ([#2277](https://github.com/laurent22/joplin/issues/2277)) +- Fixed: Fix slow rendering and memory leak issues with Katex notes ([#2357](https://github.com/laurent22/joplin/issues/2357)) +- Fixed: Fix rendering of certain letters in Katex. Fixed printing when note contains Katex code ([#2374](https://github.com/laurent22/joplin/issues/2374)) - Fixed: Fix markdown export ([#2463](https://github.com/laurent22/joplin/issues/2463)) ([#2455](https://github.com/laurent22/joplin/issues/2455) by [@mic704b](https://github.com/mic704b)) - Fixed: Fix escaping of title when generating a markdown link ([#2456](https://github.com/laurent22/joplin/issues/2456)) ([#2085](https://github.com/laurent22/joplin/issues/2085) by Helmut K. C. Tessarek) - Fixed: Fix rendering of tabs in code blocks ([#2446](https://github.com/laurent22/joplin/issues/2446)) ([#2330](https://github.com/laurent22/joplin/issues/2330) by [@mic704b](https://github.com/mic704b)) @@ -2909,11 +2909,11 @@ The main purpose of this pre-release is to allow evaluating the WYSIWYG editor. - Fixed: Fixes long lines warpped ([#2447](https://github.com/laurent22/joplin/issues/2447) by Amit singh) - Fixed: Ensure the main window is hidden when Joplin starts ([#2432](https://github.com/laurent22/joplin/issues/2432)) ([#2365](https://github.com/laurent22/joplin/issues/2365) by 0xCLOVER) - Fixed: Fix hang when selecting tag when multiple notes are selected (also for search) ([#2372](https://github.com/laurent22/joplin/issues/2372) by [@mic704b](https://github.com/mic704b)) -- Fixed: Apply userstyle again when exporting to PDF or printing ([#232](https://github.com/laurent22/joplin/issues/232)4) +- Fixed: Apply userstyle again when exporting to PDF or printing ([#2324](https://github.com/laurent22/joplin/issues/2324)) - Fixed: Fixed update message box - Fixed: Fix identification of note in pdf export from main menu. ([#2323](https://github.com/laurent22/joplin/issues/2323) by [@mic704b](https://github.com/mic704b)) -- Fixed: Fixed bad table rendering with multitable ([#235](https://github.com/laurent22/joplin/issues/235)2) -- Fixed: Fixed issues with Katex and MultiMd table plugin ([#233](https://github.com/laurent22/joplin/issues/233)9) +- Fixed: Fixed bad table rendering with multitable ([#2352](https://github.com/laurent22/joplin/issues/2352)) +- Fixed: Fixed issues with Katex and MultiMd table plugin ([#2339](https://github.com/laurent22/joplin/issues/2339)) - Fixed: Fix Linux installation script ([#2333](https://github.com/laurent22/joplin/issues/2333) by Carl Bordum Hansen) ## [v1.0.192](https://github.com/laurent22/joplin/releases/tag/v1.0.192) (Pre-release) - 2020-03-06T23:27:52Z @@ -2921,7 +2921,7 @@ The main purpose of this pre-release is to allow evaluating the WYSIWYG editor. More fixes following latest pre-release. - Security: Changed default encryption method to CCM -- Fixed: Handle invalid UTF-8 data when encrypting ([#259](https://github.com/laurent22/joplin/issues/259)1) +- Fixed: Handle invalid UTF-8 data when encrypting ([#2591](https://github.com/laurent22/joplin/issues/2591)) - Fixed: Fixed top margin issue on note rendering - Fixed: Fixed issue with style embeded in notes @@ -2929,8 +2929,8 @@ More fixes following latest pre-release. Fix more regressions from previous pre-release. -- Fixed: Fixed sanitize function so that it does not break HTML ([#266](https://github.com/laurent22/joplin/issues/266)7) -- Fixed: Templates when creating note were broken ([#266](https://github.com/laurent22/joplin/issues/266)0) +- Fixed: Fixed sanitize function so that it does not break HTML ([#2667](https://github.com/laurent22/joplin/issues/2667)) +- Fixed: Templates when creating note were broken ([#2660](https://github.com/laurent22/joplin/issues/2660)) ## [v1.0.189](https://github.com/laurent22/joplin/releases/tag/v1.0.189) (Pre-release) - 2020-03-04T17:27:15Z @@ -2939,17 +2939,17 @@ Fixed issue from previous pre-release 1.0.187. - New: Add more context to encryption errors - Improved: Improve code css for Solarized Dark ([#2626](https://github.com/laurent22/joplin/issues/2626) by [@rajprakash](https://github.com/rajprakash)) - Improved: Empty note body has 0 line count ([#2623](https://github.com/laurent22/joplin/issues/2623) by [@jdrobertso](https://github.com/jdrobertso)) -- Fixed: Fix creation of new notes ([#265](https://github.com/laurent22/joplin/issues/265)6) -- Fixed: Improved Mermaid rendering on small viewports ([#263](https://github.com/laurent22/joplin/issues/263)8) -- Fixed: Fixed auto-title feature ([#265](https://github.com/laurent22/joplin/issues/265)2) -- Fixed: HTML code within Markdown was rendered incorrectly in some cases ([#264](https://github.com/laurent22/joplin/issues/264)0) +- Fixed: Fix creation of new notes ([#2656](https://github.com/laurent22/joplin/issues/2656)) +- Fixed: Improved Mermaid rendering on small viewports ([#2638](https://github.com/laurent22/joplin/issues/2638)) +- Fixed: Fixed auto-title feature ([#2652](https://github.com/laurent22/joplin/issues/2652)) +- Fixed: HTML code within Markdown was rendered incorrectly in some cases ([#2640](https://github.com/laurent22/joplin/issues/2640)) ## [v1.0.187](https://github.com/laurent22/joplin/releases/tag/v1.0.187) (Pre-release) - 2020-03-01T12:31:06Z - New: Added concept of provisional note to simplify creation and handling of newly created notes - New: Add word counter feature to notes ([#2444](https://github.com/laurent22/joplin/issues/2444)) ([#160](https://github.com/laurent22/joplin/issues/160) by [@jdrobertso](https://github.com/jdrobertso)) -- New: Added zoom controls to the application menu ([#216](https://github.com/laurent22/joplin/issues/216)2) -- New: Added Mermaid diagrams support ([#200](https://github.com/laurent22/joplin/issues/200)1) +- New: Added zoom controls to the application menu ([#2162](https://github.com/laurent22/joplin/issues/2162)) +- New: Added Mermaid diagrams support ([#2001](https://github.com/laurent22/joplin/issues/2001)) - New: Add "add or remove tags" for multiple notes. ([#2386](https://github.com/laurent22/joplin/issues/2386)) ([#539](https://github.com/laurent22/joplin/issues/539) by [@mic704b](https://github.com/mic704b)) - New: Added new date format YYYY.MM.DD ([#2318](https://github.com/laurent22/joplin/issues/2318) by XSAkos) - New: Added new, more secure encryption methods, so that they can be switched to at a later time @@ -2982,16 +2982,16 @@ Fixed issue from previous pre-release 1.0.187. - Fixed: Fix to update tag list when note is deleted. ([#2554](https://github.com/laurent22/joplin/issues/2554) by [@mic704b](https://github.com/mic704b)) - Fixed: Fix Resources menu item on macOS ([#2530](https://github.com/laurent22/joplin/issues/2530) by Helmut K. C. Tessarek) - Fixed: Fixed search bar text not visible in dark mode -- Fixed: Better handling of rare error in WebDAV server ([#248](https://github.com/laurent22/joplin/issues/248)5) +- Fixed: Better handling of rare error in WebDAV server ([#2485](https://github.com/laurent22/joplin/issues/2485)) - Fixed: Fixed note renderer asset caching issue - Fixed: Add new Katex fonts to improve rendering ([#2478](https://github.com/laurent22/joplin/issues/2478)) ([#2477](https://github.com/laurent22/joplin/issues/2477) by Helmut K. C. Tessarek) - Fixed: Fix `.desktop` file & force refresh ([#2479](https://github.com/laurent22/joplin/issues/2479) by Brandon Wulf) - Fixed: Fixed incorect location format ([#2480](https://github.com/laurent22/joplin/issues/2480) by [@anjulalk](https://github.com/anjulalk)) - Fixed: Fix importing of very large attachments (150MB+) from Evernote ENEX files - Fixed: Fix to update the note list if the selected tag is deleted. ([#2398](https://github.com/laurent22/joplin/issues/2398) by [@mic704b](https://github.com/mic704b)) -- Fixed: Fix alignment of checkboxes and other list items in rendered note ([#227](https://github.com/laurent22/joplin/issues/227)7) -- Fixed: Fix slow rendering and memory leak issues with Katex notes ([#235](https://github.com/laurent22/joplin/issues/235)7) -- Fixed: Fix rendering of certain letters in Katex. Fixed printing when note contains Katex code ([#237](https://github.com/laurent22/joplin/issues/237)4) +- Fixed: Fix alignment of checkboxes and other list items in rendered note ([#2277](https://github.com/laurent22/joplin/issues/2277)) +- Fixed: Fix slow rendering and memory leak issues with Katex notes ([#2357](https://github.com/laurent22/joplin/issues/2357)) +- Fixed: Fix rendering of certain letters in Katex. Fixed printing when note contains Katex code ([#2374](https://github.com/laurent22/joplin/issues/2374)) - Fixed: Fix markdown export ([#2463](https://github.com/laurent22/joplin/issues/2463)) ([#2455](https://github.com/laurent22/joplin/issues/2455) by [@mic704b](https://github.com/mic704b)) - Fixed: Fix escaping of title when generating a markdown link ([#2456](https://github.com/laurent22/joplin/issues/2456)) ([#2085](https://github.com/laurent22/joplin/issues/2085) by Helmut K. C. Tessarek) - Fixed: Fix rendering of tabs in code blocks ([#2446](https://github.com/laurent22/joplin/issues/2446)) ([#2330](https://github.com/laurent22/joplin/issues/2330) by [@mic704b](https://github.com/mic704b)) @@ -2999,37 +2999,37 @@ Fixed issue from previous pre-release 1.0.187. - Fixed: Fixes long lines warpped ([#2447](https://github.com/laurent22/joplin/issues/2447) by Amit singh) - Fixed: Ensure the main window is hidden when Joplin starts ([#2432](https://github.com/laurent22/joplin/issues/2432)) ([#2365](https://github.com/laurent22/joplin/issues/2365) by 0xCLOVER) - Fixed: Fix hang when selecting tag when multiple notes are selected (also for search) ([#2372](https://github.com/laurent22/joplin/issues/2372) by [@mic704b](https://github.com/mic704b)) -- Fixed: Apply userstyle again when exporting to PDF or printing ([#232](https://github.com/laurent22/joplin/issues/232)4) +- Fixed: Apply userstyle again when exporting to PDF or printing ([#2324](https://github.com/laurent22/joplin/issues/2324)) - Fixed: Fixed update message box - Fixed: Fix identification of note in pdf export from main menu. ([#2323](https://github.com/laurent22/joplin/issues/2323) by [@mic704b](https://github.com/mic704b)) -- Fixed: Fixed bad table rendering with multitable ([#235](https://github.com/laurent22/joplin/issues/235)2) -- Fixed: Fixed issues with Katex and MultiMd table plugin ([#233](https://github.com/laurent22/joplin/issues/233)9) +- Fixed: Fixed bad table rendering with multitable ([#2352](https://github.com/laurent22/joplin/issues/2352)) +- Fixed: Fixed issues with Katex and MultiMd table plugin ([#2339](https://github.com/laurent22/joplin/issues/2339)) - Fixed: Fix Linux installation script ([#2333](https://github.com/laurent22/joplin/issues/2333) by Carl Bordum Hansen) ## [v1.0.179](https://github.com/laurent22/joplin/releases/tag/v1.0.179) - 2020-01-24T22:42:41Z - New: Added new, more secure encryption methods, so that they can be switched to at a later time - Improved: Improve appearance of note Info dialog -- Fixed: Apply userstyle again when exporting to PDF or printing ([#232](https://github.com/laurent22/joplin/issues/232)4) +- Fixed: Apply userstyle again when exporting to PDF or printing ([#2324](https://github.com/laurent22/joplin/issues/2324)) - Fixed: Fixed update message box - Fixed: Fix identification of note in pdf export from main menu. ([#2323](https://github.com/laurent22/joplin/issues/2323) by mic704b) -- Fixed: Undefined text was being displayed on top of notes in revision viewer ([#235](https://github.com/laurent22/joplin/issues/235)2) -- Fixed: Fixed issues with Katex and MultiMd table plugin ([#233](https://github.com/laurent22/joplin/issues/233)9) +- Fixed: Undefined text was being displayed on top of notes in revision viewer ([#2352](https://github.com/laurent22/joplin/issues/2352)) +- Fixed: Fixed issues with Katex and MultiMd table plugin ([#2339](https://github.com/laurent22/joplin/issues/2339)) - Fixed: Fix Linux installation script ([#2333](https://github.com/laurent22/joplin/issues/2333) by [@carlbordum](https://github.com/carlbordum)) ## [v1.0.178](https://github.com/laurent22/joplin/releases/tag/v1.0.178) - 2020-01-20T19:06:45Z - New: Add ability to search by folder or tag title -- New: Add option to disable auto-matching braces ([#225](https://github.com/laurent22/joplin/issues/225)1) -- New: Display selected tags under a note title ([#221](https://github.com/laurent22/joplin/issues/221)7) -- New: Add external editor actions to the note context menu. ([#221](https://github.com/laurent22/joplin/issues/221)4) -- Improved: When importing MD files create resources for local linked files ([#226](https://github.com/laurent22/joplin/issues/226)2) -- Improved: Update Electron to 7.1.9 ([#231](https://github.com/laurent22/joplin/issues/231)4) -- Improved: Show completed date in note properties ([#229](https://github.com/laurent22/joplin/issues/229)2) -- Improved: Maintain selection when non-selected note is deleted ([#229](https://github.com/laurent22/joplin/issues/229)0) -- Improved: Don't count completed to-dos in note counts when they are not shown ([#228](https://github.com/laurent22/joplin/issues/228)8) -- Improved: Replace note links with relative paths in MD Exporter ([#216](https://github.com/laurent22/joplin/issues/216)1) -- Fixed: Fix pdf export when mouse over non-selected note in notelist. ([#2255](https://github.com/laurent22/joplin/issues/2255)) ([#225](https://github.com/laurent22/joplin/issues/225)4) +- New: Add option to disable auto-matching braces ([#2251](https://github.com/laurent22/joplin/issues/2251)) +- New: Display selected tags under a note title ([#2217](https://github.com/laurent22/joplin/issues/2217)) +- New: Add external editor actions to the note context menu. ([#2214](https://github.com/laurent22/joplin/issues/2214)) +- Improved: When importing MD files create resources for local linked files ([#2262](https://github.com/laurent22/joplin/issues/2262)) +- Improved: Update Electron to 7.1.9 ([#2314](https://github.com/laurent22/joplin/issues/2314)) +- Improved: Show completed date in note properties ([#2292](https://github.com/laurent22/joplin/issues/2292)) +- Improved: Maintain selection when non-selected note is deleted ([#2290](https://github.com/laurent22/joplin/issues/2290)) +- Improved: Don't count completed to-dos in note counts when they are not shown ([#2288](https://github.com/laurent22/joplin/issues/2288)) +- Improved: Replace note links with relative paths in MD Exporter ([#2161](https://github.com/laurent22/joplin/issues/2161)) +- Fixed: Fix pdf export when mouse over non-selected note in notelist. ([#2255](https://github.com/laurent22/joplin/issues/2255)) ([#2254](https://github.com/laurent22/joplin/issues/2254)) - Fixed: Fixed regression in HTML note rendering - Fixed: Fixed export to HTML, PDF and printing @@ -3038,110 +3038,110 @@ Fixed issue from previous pre-release 1.0.187. This is to test the Electron framework upgrade and the switch to a separate note renderer. If you find any bug please report on the forum or GitHub tracker. - New: Allow exporting a note as HTML -- Improved: Extract note renderer to separate package ([#220](https://github.com/laurent22/joplin/issues/220)6) +- Improved: Extract note renderer to separate package ([#2206](https://github.com/laurent22/joplin/issues/2206)) - Improved: Better handling of resource download errors, and added resource info to sync status screen -- Improved: Update Katex to 0.11.1 ([#220](https://github.com/laurent22/joplin/issues/220)1) +- Improved: Update Katex to 0.11.1 ([#2201](https://github.com/laurent22/joplin/issues/2201)) - Improved: Improved Nextcloud API error handling - Improved: Updated OneDrive login to remove webview dependency - Improved: Decrypt notes that are meant to be shared - Improved: Make it easier to view early errors when the app starts - Improved: Upgrade to Electron 7 - Improved: Render note using iframe instead of deprecated webview -- Fixed: Fix Goto Anything scrolling issue ([#2199](https://github.com/laurent22/joplin/issues/2199)) ([#212](https://github.com/laurent22/joplin/issues/212)2) -- Fixed: Prevent app from crashing when pressing focus shortcut from search bar ([#215](https://github.com/laurent22/joplin/issues/215)7) -- Fixed: Handle WebDAV servers that do not return a last modified date (fixes mail.ru) ([#209](https://github.com/laurent22/joplin/issues/209)1) -- Fixed: Fix notifications on Windows 7 ([#214](https://github.com/laurent22/joplin/issues/214)4) +- Fixed: Fix Goto Anything scrolling issue ([#2199](https://github.com/laurent22/joplin/issues/2199)) ([#2122](https://github.com/laurent22/joplin/issues/2122)) +- Fixed: Prevent app from crashing when pressing focus shortcut from search bar ([#2157](https://github.com/laurent22/joplin/issues/2157)) +- Fixed: Handle WebDAV servers that do not return a last modified date (fixes mail.ru) ([#2091](https://github.com/laurent22/joplin/issues/2091)) +- Fixed: Fix notifications on Windows 7 ([#2144](https://github.com/laurent22/joplin/issues/2144)) ## [v1.0.176](https://github.com/laurent22/joplin/releases/tag/v1.0.176) (Pre-release) - 2019-12-14T10:36:44Z -- New: Add ability to share a note publicly using Nextcloud ([#217](https://github.com/laurent22/joplin/issues/217)3) -- Improved: Allow for custom Joplin theme and Ace editor styles ([#209](https://github.com/laurent22/joplin/issues/209)9) +- New: Add ability to share a note publicly using Nextcloud ([#2173](https://github.com/laurent22/joplin/issues/2173)) +- Improved: Allow for custom Joplin theme and Ace editor styles ([#2099](https://github.com/laurent22/joplin/issues/2099)) ## [v1.0.175](https://github.com/laurent22/joplin/releases/tag/v1.0.175) - 2019-12-08T11:48:47Z -- New: Add warning message when user tries to upload a file 10MB or larger ([#2102](https://github.com/laurent22/joplin/issues/2102)) ([#209](https://github.com/laurent22/joplin/issues/209)7) -- Improved: Improved text editor syntax highlighting ([#210](https://github.com/laurent22/joplin/issues/210)0) +- New: Add warning message when user tries to upload a file 10MB or larger ([#2102](https://github.com/laurent22/joplin/issues/2102)) ([#2097](https://github.com/laurent22/joplin/issues/2097)) +- Improved: Improved text editor syntax highlighting ([#2100](https://github.com/laurent22/joplin/issues/2100)) - Improved: Improved logging during sync to allow finding bugs more easily -- Improved: Allow Electron debugging flag ([#208](https://github.com/laurent22/joplin/issues/208)4) +- Improved: Allow Electron debugging flag ([#2084](https://github.com/laurent22/joplin/issues/2084)) - Improved: Updated application icons -- Fixed: Restaured translations that had been accidentally deleted ([#212](https://github.com/laurent22/joplin/issues/212)6) -- Fixed: Fixed warning boxes in solarized theme ([#182](https://github.com/laurent22/joplin/issues/182)6) -- Fixed: Prevent sync from happening if target dir could not be created, in local sync ([#211](https://github.com/laurent22/joplin/issues/211)7) -- Fixed: Handle rare case when notebook has a parent that no longer exists, which causes a crash when sorting ([#208](https://github.com/laurent22/joplin/issues/208)8) +- Fixed: Restaured translations that had been accidentally deleted ([#2126](https://github.com/laurent22/joplin/issues/2126)) +- Fixed: Fixed warning boxes in solarized theme ([#1826](https://github.com/laurent22/joplin/issues/1826)) +- Fixed: Prevent sync from happening if target dir could not be created, in local sync ([#2117](https://github.com/laurent22/joplin/issues/2117)) +- Fixed: Handle rare case when notebook has a parent that no longer exists, which causes a crash when sorting ([#2088](https://github.com/laurent22/joplin/issues/2088)) ## [v1.0.174](https://github.com/laurent22/joplin/releases/tag/v1.0.174) - 2019-11-12T18:20:58Z - Improved: Show note count by default -- Fixed: Do not crash when a notebook parent does not exist ([#207](https://github.com/laurent22/joplin/issues/207)9) -- Fixed: Fix scaling of inline svg resource icons ([#207](https://github.com/laurent22/joplin/issues/207)5) +- Fixed: Do not crash when a notebook parent does not exist ([#2079](https://github.com/laurent22/joplin/issues/2079)) +- Fixed: Fix scaling of inline svg resource icons ([#2075](https://github.com/laurent22/joplin/issues/2075)) ## [v1.0.173](https://github.com/laurent22/joplin/releases/tag/v1.0.173) - 2019-11-11T08:33:35Z -- New: Add new setting to show note counts for folders and tags ([#200](https://github.com/laurent22/joplin/issues/200)6) -- New: Add keyboard modes to editor (vim, emacs) ([#2056](https://github.com/laurent22/joplin/issues/2056)) ([#129](https://github.com/laurent22/joplin/issues/129)8) -- New: Added link resource icon ([#203](https://github.com/laurent22/joplin/issues/203)5) -- New: Add `` tag support ([#2044](https://github.com/laurent22/joplin/issues/2044)) ([#204](https://github.com/laurent22/joplin/issues/204)3) -- New: Add Nord theme ([#2004](https://github.com/laurent22/joplin/issues/2004)) ([#190](https://github.com/laurent22/joplin/issues/190)3) -- New: Add menu item to toggle note list ([#1991](https://github.com/laurent22/joplin/issues/1991)) ([#198](https://github.com/laurent22/joplin/issues/198)8) -- New: Add context menu and menu item to create sub-notebook ([#198](https://github.com/laurent22/joplin/issues/198)4) -- New: Add typographer support ([#198](https://github.com/laurent22/joplin/issues/198)7) -- Improved: Set user-agent header to Joplin/1.0 ([#2064](https://github.com/laurent22/joplin/issues/2064)) ([#204](https://github.com/laurent22/joplin/issues/204)2) -- Improved: Prevent window from being shown on startup when it should be hidden in tray ([#203](https://github.com/laurent22/joplin/issues/203)1) -- Improved: Allow selecting what views should be available from the Layout button ([#2028](https://github.com/laurent22/joplin/issues/2028)) ([#190](https://github.com/laurent22/joplin/issues/190)0) -- Improved: Fill X primary selection from the editor on text selection ([#2029](https://github.com/laurent22/joplin/issues/2029)) ([#21](https://github.com/laurent22/joplin/issues/21)5) -- Improved: Allow custom CSS when printing ([#2014](https://github.com/laurent22/joplin/issues/2014)) ([#191](https://github.com/laurent22/joplin/issues/191)8) -- Improved: Update Markdown plugins: toc-done-right, anchor ([#2005](https://github.com/laurent22/joplin/issues/2005)) ([#195](https://github.com/laurent22/joplin/issues/195)3) -- Improved: Handle WebDAV server with empty XML namespaces ([#200](https://github.com/laurent22/joplin/issues/200)2) -- Improved: Stop watching external edits when closing editor ([#198](https://github.com/laurent22/joplin/issues/198)1) +- New: Add new setting to show note counts for folders and tags ([#2006](https://github.com/laurent22/joplin/issues/2006)) +- New: Add keyboard modes to editor (vim, emacs) ([#2056](https://github.com/laurent22/joplin/issues/2056)) ([#1298](https://github.com/laurent22/joplin/issues/1298)) +- New: Added link resource icon ([#2035](https://github.com/laurent22/joplin/issues/2035)) +- New: Add `` tag support ([#2044](https://github.com/laurent22/joplin/issues/2044)) ([#2043](https://github.com/laurent22/joplin/issues/2043)) +- New: Add Nord theme ([#2004](https://github.com/laurent22/joplin/issues/2004)) ([#1903](https://github.com/laurent22/joplin/issues/1903)) +- New: Add menu item to toggle note list ([#1991](https://github.com/laurent22/joplin/issues/1991)) ([#1988](https://github.com/laurent22/joplin/issues/1988)) +- New: Add context menu and menu item to create sub-notebook ([#1984](https://github.com/laurent22/joplin/issues/1984)) +- New: Add typographer support ([#1987](https://github.com/laurent22/joplin/issues/1987)) +- Improved: Set user-agent header to Joplin/1.0 ([#2064](https://github.com/laurent22/joplin/issues/2064)) ([#2042](https://github.com/laurent22/joplin/issues/2042)) +- Improved: Prevent window from being shown on startup when it should be hidden in tray ([#2031](https://github.com/laurent22/joplin/issues/2031)) +- Improved: Allow selecting what views should be available from the Layout button ([#2028](https://github.com/laurent22/joplin/issues/2028)) ([#1900](https://github.com/laurent22/joplin/issues/1900)) +- Improved: Fill X primary selection from the editor on text selection ([#2029](https://github.com/laurent22/joplin/issues/2029)) ([#215](https://github.com/laurent22/joplin/issues/215)) +- Improved: Allow custom CSS when printing ([#2014](https://github.com/laurent22/joplin/issues/2014)) ([#1918](https://github.com/laurent22/joplin/issues/1918)) +- Improved: Update Markdown plugins: toc-done-right, anchor ([#2005](https://github.com/laurent22/joplin/issues/2005)) ([#1953](https://github.com/laurent22/joplin/issues/1953)) +- Improved: Handle WebDAV server with empty XML namespaces ([#2002](https://github.com/laurent22/joplin/issues/2002)) +- Improved: Stop watching external edits when closing editor ([#1981](https://github.com/laurent22/joplin/issues/1981)) - Improved: Allow apps to work with read-only profile -- Fixed: Fix handling of URLs that contain single quotes ([#203](https://github.com/laurent22/joplin/issues/203)0) -- Fixed: Prevent horizontal scrolling on Linux when a scrollbar is present in note list ([#2062](https://github.com/laurent22/joplin/issues/2062)) ([#157](https://github.com/laurent22/joplin/issues/157)0) -- Fixed: Fix TOC with special characters ([#205](https://github.com/laurent22/joplin/issues/205)2) -- Fixed: Stop print command from resetting theme ([#1999](https://github.com/laurent22/joplin/issues/1999)) ([#179](https://github.com/laurent22/joplin/issues/179)0) +- Fixed: Fix handling of URLs that contain single quotes ([#2030](https://github.com/laurent22/joplin/issues/2030)) +- Fixed: Prevent horizontal scrolling on Linux when a scrollbar is present in note list ([#2062](https://github.com/laurent22/joplin/issues/2062)) ([#1570](https://github.com/laurent22/joplin/issues/1570)) +- Fixed: Fix TOC with special characters ([#2052](https://github.com/laurent22/joplin/issues/2052)) +- Fixed: Stop print command from resetting theme ([#1999](https://github.com/laurent22/joplin/issues/1999)) ([#1790](https://github.com/laurent22/joplin/issues/1790)) - Fixed: Fixed attachment markup when importing ENEX files as HTML so that it works in mobile too -- Fixed: Api: Fixed error handling when getting resources of a note that does not exist ([#201](https://github.com/laurent22/joplin/issues/201)8) -- Fixed: Fix scrolling issue when clicking on internal link ([#186](https://github.com/laurent22/joplin/issues/186)7) -- Fixed: Open links in external browser from revision view ([#200](https://github.com/laurent22/joplin/issues/200)8) +- Fixed: Api: Fixed error handling when getting resources of a note that does not exist ([#2018](https://github.com/laurent22/joplin/issues/2018)) +- Fixed: Fix scrolling issue when clicking on internal link ([#1867](https://github.com/laurent22/joplin/issues/1867)) +- Fixed: Open links in external browser from revision view ([#2008](https://github.com/laurent22/joplin/issues/2008)) ## [v1.0.170](https://github.com/laurent22/joplin/releases/tag/v1.0.170) - 2019-10-13T22:13:04Z - New: Added support for chemical equations using mhchem for Katex -- New: Add option to set page dimensions when printing ([#197](https://github.com/laurent22/joplin/issues/197)6) -- New: Add checkmark to menu item, if Dev Tools are on ([#194](https://github.com/laurent22/joplin/issues/194)9) -- New: Added Dracula theme ([#1924](https://github.com/laurent22/joplin/issues/1924)) ([#186](https://github.com/laurent22/joplin/issues/186)3) +- New: Add option to set page dimensions when printing ([#1976](https://github.com/laurent22/joplin/issues/1976)) +- New: Add checkmark to menu item, if Dev Tools are on ([#1949](https://github.com/laurent22/joplin/issues/1949)) +- New: Added Dracula theme ([#1924](https://github.com/laurent22/joplin/issues/1924)) ([#1863](https://github.com/laurent22/joplin/issues/1863)) - New: Added concept of sync version and client ID to allow upgrading sync targets -- Improved: Truncate update changelog when it's too long ([#1967](https://github.com/laurent22/joplin/issues/1967)) ([#122](https://github.com/laurent22/joplin/issues/122)2) -- Improved: Support italic in span tags ([#196](https://github.com/laurent22/joplin/issues/196)6) +- Improved: Truncate update changelog when it's too long ([#1967](https://github.com/laurent22/joplin/issues/1967)) ([#1222](https://github.com/laurent22/joplin/issues/1222)) +- Improved: Support italic in span tags ([#1966](https://github.com/laurent22/joplin/issues/1966)) - Improved: Allow a sync client to lock a sync target, so that migration operations can be performed on it - Improved: Give correct mime type to more file types -- Improved: Api: Allow getting the resources of a note ([#195](https://github.com/laurent22/joplin/issues/195)6) -- Improved: Set cancel as the default in dangerous operations ([#1934](https://github.com/laurent22/joplin/issues/1934)) ([#166](https://github.com/laurent22/joplin/issues/166)2) -- Improved: Hide some toolbar buttons when editor hidden ([#1940](https://github.com/laurent22/joplin/issues/1940)) ([#189](https://github.com/laurent22/joplin/issues/189)6) -- Improved: Larger search bar ([#1933](https://github.com/laurent22/joplin/issues/1933)) ([#91](https://github.com/laurent22/joplin/issues/91)7) -- Improved: Use profile temp dir when exporting files ([#193](https://github.com/laurent22/joplin/issues/193)2) -- Improved: Code button now detects multiline ([#191](https://github.com/laurent22/joplin/issues/191)5) -- Fixed: Prevent note content from being deleted when using certain external editors (in particular Typora) ([#185](https://github.com/laurent22/joplin/issues/185)4) -- Fixed: Display error message when notes cannot be exported ([#197](https://github.com/laurent22/joplin/issues/197)0) -- Fixed: Note view was not reloaded after viewing revisions ([#181](https://github.com/laurent22/joplin/issues/181)9) -- Fixed: Fixed alarms that would trigger immediately when they were set too far in future ([#182](https://github.com/laurent22/joplin/issues/182)9) -- Fixed: Text input context menu was not working in Windows ([#170](https://github.com/laurent22/joplin/issues/170)3) -- Fixed: App would crash if trying to index a note that has not been decrypted yet ([#193](https://github.com/laurent22/joplin/issues/193)8) +- Improved: Api: Allow getting the resources of a note ([#1956](https://github.com/laurent22/joplin/issues/1956)) +- Improved: Set cancel as the default in dangerous operations ([#1934](https://github.com/laurent22/joplin/issues/1934)) ([#1662](https://github.com/laurent22/joplin/issues/1662)) +- Improved: Hide some toolbar buttons when editor hidden ([#1940](https://github.com/laurent22/joplin/issues/1940)) ([#1896](https://github.com/laurent22/joplin/issues/1896)) +- Improved: Larger search bar ([#1933](https://github.com/laurent22/joplin/issues/1933)) ([#917](https://github.com/laurent22/joplin/issues/917)) +- Improved: Use profile temp dir when exporting files ([#1932](https://github.com/laurent22/joplin/issues/1932)) +- Improved: Code button now detects multiline ([#1915](https://github.com/laurent22/joplin/issues/1915)) +- Fixed: Prevent note content from being deleted when using certain external editors (in particular Typora) ([#1854](https://github.com/laurent22/joplin/issues/1854)) +- Fixed: Display error message when notes cannot be exported ([#1970](https://github.com/laurent22/joplin/issues/1970)) +- Fixed: Note view was not reloaded after viewing revisions ([#1819](https://github.com/laurent22/joplin/issues/1819)) +- Fixed: Fixed alarms that would trigger immediately when they were set too far in future ([#1829](https://github.com/laurent22/joplin/issues/1829)) +- Fixed: Text input context menu was not working in Windows ([#1703](https://github.com/laurent22/joplin/issues/1703)) +- Fixed: App would crash if trying to index a note that has not been decrypted yet ([#1938](https://github.com/laurent22/joplin/issues/1938)) ## [v1.0.169](https://github.com/laurent22/joplin/releases/tag/v1.0.169) - 2019-09-27T18:35:13Z -- New: Add support for Deepin desktop environment in install script ([#188](https://github.com/laurent22/joplin/issues/188)4) +- New: Add support for Deepin desktop environment in install script ([#1884](https://github.com/laurent22/joplin/issues/1884)) - Improved: Improves deletion fail-safe so it is based on percentage of notes deleted. And display warning on sidebar. - Improved: Log last requests in case of a sync error ## [v1.0.168](https://github.com/laurent22/joplin/releases/tag/v1.0.168) - 2019-09-25T21:21:38Z -- New: Import Evernote notes as HTML ([#188](https://github.com/laurent22/joplin/issues/188)7) +- New: Import Evernote notes as HTML ([#1887](https://github.com/laurent22/joplin/issues/1887)) - New: Added fail-safe to prevent data from being wiped out when the sync target is empty - Improved: Also allow importing TXT files with markdown - Improved: Cleaned up and improved config screen design, move all screens under same one, and added section buttons - Fixed: Fixed broken menu bar - Fixed: Fixed import of notes that contain links with hashes -- Fixed: Support non-alphabetical characters in note link anchors ([#187](https://github.com/laurent22/joplin/issues/187)0) +- Fixed: Support non-alphabetical characters in note link anchors ([#1870](https://github.com/laurent22/joplin/issues/1870)) ## [v1.0.167](https://github.com/laurent22/joplin/releases/tag/v1.0.167) - 2019-09-10T08:48:37Z @@ -3151,101 +3151,101 @@ This is to test the Electron framework upgrade and the switch to a separate note Note that on Windows the code signing certificate has been renewed, which some times triggers warnings when installing the application. -- New: Add support for anchor hashes in note links ([#149](https://github.com/laurent22/joplin/issues/149)0) -- Improved: Only support checkboxes that start with a dash ([#183](https://github.com/laurent22/joplin/issues/183)2) -- Improved: Apply current locale to date and time ([#182](https://github.com/laurent22/joplin/issues/182)2) -- Improved: Update template prompt font and sort templates ([#180](https://github.com/laurent22/joplin/issues/180)6) -- Fixed: Do not scroll text when search is open and user type in note ([#183](https://github.com/laurent22/joplin/issues/183)3) -- Fixed: Fixed cropped content issue when printing or exporting to PDF ([#181](https://github.com/laurent22/joplin/issues/181)5) -- Fixed: Fix typo on encryption options screen ([#182](https://github.com/laurent22/joplin/issues/182)3) -- Fixed: Use correct date format for templates ([#1810](https://github.com/laurent22/joplin/issues/1810)) ([#180](https://github.com/laurent22/joplin/issues/180)3) +- New: Add support for anchor hashes in note links ([#1490](https://github.com/laurent22/joplin/issues/1490)) +- Improved: Only support checkboxes that start with a dash ([#1832](https://github.com/laurent22/joplin/issues/1832)) +- Improved: Apply current locale to date and time ([#1822](https://github.com/laurent22/joplin/issues/1822)) +- Improved: Update template prompt font and sort templates ([#1806](https://github.com/laurent22/joplin/issues/1806)) +- Fixed: Do not scroll text when search is open and user type in note ([#1833](https://github.com/laurent22/joplin/issues/1833)) +- Fixed: Fixed cropped content issue when printing or exporting to PDF ([#1815](https://github.com/laurent22/joplin/issues/1815)) +- Fixed: Fix typo on encryption options screen ([#1823](https://github.com/laurent22/joplin/issues/1823)) +- Fixed: Use correct date format for templates ([#1810](https://github.com/laurent22/joplin/issues/1810)) ([#1803](https://github.com/laurent22/joplin/issues/1803)) ## [v1.0.165](https://github.com/laurent22/joplin/releases/tag/v1.0.165) - 2019-08-14T21:46:29Z - New: Added support for Fountain screenwriting language -- New: Add solarized themes to desktop client ([#173](https://github.com/laurent22/joplin/issues/173)3) -- New: Added support for templates ([#164](https://github.com/laurent22/joplin/issues/164)7) +- New: Add solarized themes to desktop client ([#1733](https://github.com/laurent22/joplin/issues/1733)) +- New: Added support for templates ([#1647](https://github.com/laurent22/joplin/issues/1647)) - New: Added markup language to property dialog -- New: Add support for cinnamon to install script ([#173](https://github.com/laurent22/joplin/issues/173)8) -- Improved: Better handling of adding the title to print and export to PDF ([#174](https://github.com/laurent22/joplin/issues/174)4) -- Improved: Improved bold formatting support in Enex import ([#170](https://github.com/laurent22/joplin/issues/170)8) -- Improved: Create fileURLs via drag and drop ([#165](https://github.com/laurent22/joplin/issues/165)3) +- New: Add support for cinnamon to install script ([#1738](https://github.com/laurent22/joplin/issues/1738)) +- Improved: Better handling of adding the title to print and export to PDF ([#1744](https://github.com/laurent22/joplin/issues/1744)) +- Improved: Improved bold formatting support in Enex import ([#1708](https://github.com/laurent22/joplin/issues/1708)) +- Improved: Create fileURLs via drag and drop ([#1653](https://github.com/laurent22/joplin/issues/1653)) - Improved: No longer crash if certain theme properties are not set -- Improved: Make translation files smaller by not including untranslated strings. Also add percentage translated to config screen. ([#145](https://github.com/laurent22/joplin/issues/145)9) +- Improved: Make translation files smaller by not including untranslated strings. Also add percentage translated to config screen. ([#1459](https://github.com/laurent22/joplin/issues/1459)) - Improved: Only repeat failed requests up to 3 times during sync - Improved: Upgraded packages to fix security issue - Improved: Make depthColor theme property optional - Improved: Optimised loading of multiple items - Improved: Disable Markdown actions for HTML notes -- Improved: Footnote, toc-done-right, anchor ([#174](https://github.com/laurent22/joplin/issues/174)1) +- Improved: Footnote, toc-done-right, anchor ([#1741](https://github.com/laurent22/joplin/issues/1741)) - Fixed: Fixed Back button icon on Config screen -- Fixed: Fixed note order when dragging a note outside a notebook ([#173](https://github.com/laurent22/joplin/issues/173)2) +- Fixed: Fixed note order when dragging a note outside a notebook ([#1732](https://github.com/laurent22/joplin/issues/1732)) - Fixed: Fixed race condition when loading a note while another one is still loading. Improved performance when loading large note. ## [v1.0.161](https://github.com/laurent22/joplin/releases/tag/v1.0.161) - 2019-07-13T18:30:00Z -- Improved: Show git branch and hash in About dialog ([#169](https://github.com/laurent22/joplin/issues/169)2) +- Improved: Show git branch and hash in About dialog ([#1692](https://github.com/laurent22/joplin/issues/1692)) - Improved: Better logging in case of error while indexing search - Improved: When doing local search do not split query into words -- Improved: For Ubuntu users, added unity to if condition for desktop icon creation ([#168](https://github.com/laurent22/joplin/issues/168)3) -- Improved: Cache code blocks in notes to speed up rendering ([#164](https://github.com/laurent22/joplin/issues/164)9) +- Improved: For Ubuntu users, added unity to if condition for desktop icon creation ([#1683](https://github.com/laurent22/joplin/issues/1683)) +- Improved: Cache code blocks in notes to speed up rendering ([#1649](https://github.com/laurent22/joplin/issues/1649)) - Improved: Optimised resource download queue by exiting early if resources are already downloaded -- Fixed: Keep back button when opening a note link from the search results ([#172](https://github.com/laurent22/joplin/issues/172)7) -- Fixed: Improved note selection and scrolling when moving a note to a different notebook ([#172](https://github.com/laurent22/joplin/issues/172)4) -- Fixed: Import Evernote audio files correctly ([#172](https://github.com/laurent22/joplin/issues/172)3) -- Fixed: Fixed issue with certain commands being repeated in some cases ([#172](https://github.com/laurent22/joplin/issues/172)0) -- Fixed: Set note title to correct size when zoom is enabled ([#170](https://github.com/laurent22/joplin/issues/170)4) -- Fixed: Hide toolbar button text when it is below a certain size ([#169](https://github.com/laurent22/joplin/issues/169)9) -- Fixed: When deleting resource from sync target also delete associated data blob ([#169](https://github.com/laurent22/joplin/issues/169)4) -- Fixed: Add override for ACE editor shortcut `Ctrl+K` ([#1705](https://github.com/laurent22/joplin/issues/1705)) ([#134](https://github.com/laurent22/joplin/issues/134)2) +- Fixed: Keep back button when opening a note link from the search results ([#1727](https://github.com/laurent22/joplin/issues/1727)) +- Fixed: Improved note selection and scrolling when moving a note to a different notebook ([#1724](https://github.com/laurent22/joplin/issues/1724)) +- Fixed: Import Evernote audio files correctly ([#1723](https://github.com/laurent22/joplin/issues/1723)) +- Fixed: Fixed issue with certain commands being repeated in some cases ([#1720](https://github.com/laurent22/joplin/issues/1720)) +- Fixed: Set note title to correct size when zoom is enabled ([#1704](https://github.com/laurent22/joplin/issues/1704)) +- Fixed: Hide toolbar button text when it is below a certain size ([#1699](https://github.com/laurent22/joplin/issues/1699)) +- Fixed: When deleting resource from sync target also delete associated data blob ([#1694](https://github.com/laurent22/joplin/issues/1694)) +- Fixed: Add override for ACE editor shortcut `Ctrl+K` ([#1705](https://github.com/laurent22/joplin/issues/1705)) ([#1342](https://github.com/laurent22/joplin/issues/1342)) - Fixed: Only log master key ID -- Fixed: Preserve user timestamps when adding note via API ([#167](https://github.com/laurent22/joplin/issues/167)6) -- Fixed: Fix line break issue when importing certain notes from Evernotes ([#167](https://github.com/laurent22/joplin/issues/167)2) -- Fixed: Fixed issue with issue with watching file on Linux ([#165](https://github.com/laurent22/joplin/issues/165)9) -- Fixed: Disable certain menu items when no note or multiple notes are selected, and fixed menu item to set tag ([#166](https://github.com/laurent22/joplin/issues/166)4) +- Fixed: Preserve user timestamps when adding note via API ([#1676](https://github.com/laurent22/joplin/issues/1676)) +- Fixed: Fix line break issue when importing certain notes from Evernotes ([#1672](https://github.com/laurent22/joplin/issues/1672)) +- Fixed: Fixed issue with issue with watching file on Linux ([#1659](https://github.com/laurent22/joplin/issues/1659)) +- Fixed: Disable certain menu items when no note or multiple notes are selected, and fixed menu item to set tag ([#1664](https://github.com/laurent22/joplin/issues/1664)) ## [v1.0.160](https://github.com/laurent22/joplin/releases/tag/v1.0.160) - 2019-06-15T00:21:40Z -- New: Highlight notebooks based on depth ([#163](https://github.com/laurent22/joplin/issues/163)4) -- New: Added menu item to format inline code ([#164](https://github.com/laurent22/joplin/issues/164)1) -- Improved: Added shortcut for tags (`Cmd+Opt+T` / `Ctrl+Alt+T`) ([#163](https://github.com/laurent22/joplin/issues/163)8) -- Fixed: Allow opening external editor on new notes ([#144](https://github.com/laurent22/joplin/issues/144)3) +- New: Highlight notebooks based on depth ([#1634](https://github.com/laurent22/joplin/issues/1634)) +- New: Added menu item to format inline code ([#1641](https://github.com/laurent22/joplin/issues/1641)) +- Improved: Added shortcut for tags (`Cmd+Opt+T` / `Ctrl+Alt+T`) ([#1638](https://github.com/laurent22/joplin/issues/1638)) +- Fixed: Allow opening external editor on new notes ([#1443](https://github.com/laurent22/joplin/issues/1443)) ## [v1.0.159](https://github.com/laurent22/joplin/releases/tag/v1.0.159) - 2019-06-08T00:00:19Z - New: Added option to open development tools, to make it easier to create custom CSS -- Improved: Improved tag dialog to make it easier to add and remove tags ([#158](https://github.com/laurent22/joplin/issues/158)9) -- Improved: Speed up synchronisation by allowing multiple connections when downloading items ([#163](https://github.com/laurent22/joplin/issues/163)3) +- Improved: Improved tag dialog to make it easier to add and remove tags ([#1589](https://github.com/laurent22/joplin/issues/1589)) +- Improved: Speed up synchronisation by allowing multiple connections when downloading items ([#1633](https://github.com/laurent22/joplin/issues/1633)) - Improved: Better handling of items that cannot be decrypted, including those that cause crashes -- Improved: Upgrade TOC plugin version to 4.0.0 to fix various issues ([#160](https://github.com/laurent22/joplin/issues/160)3) -- Improved: Improve how font size is applied ([#160](https://github.com/laurent22/joplin/issues/160)1) +- Improved: Upgrade TOC plugin version to 4.0.0 to fix various issues ([#1603](https://github.com/laurent22/joplin/issues/1603)) +- Improved: Improve how font size is applied ([#1601](https://github.com/laurent22/joplin/issues/1601)) - Improved: Improved workflow of downloading and decrypting data during sync -- Fixed: Fix icon path and directory in Linux install script ([#161](https://github.com/laurent22/joplin/issues/161)2) -- Fixed: Handle multiple lines in attributes when importing Enex files ([#158](https://github.com/laurent22/joplin/issues/158)3) +- Fixed: Fix icon path and directory in Linux install script ([#1612](https://github.com/laurent22/joplin/issues/1612)) +- Fixed: Handle multiple lines in attributes when importing Enex files ([#1583](https://github.com/laurent22/joplin/issues/1583)) - Fixed: Fix issue with revisions being needlessly created when decrypting notes ## [v1.0.158](https://github.com/laurent22/joplin/releases/tag/v1.0.158) - 2019-05-27T19:01:18Z -- Improved: Enable more options on multimd-table plugin ([#158](https://github.com/laurent22/joplin/issues/158)6) +- Improved: Enable more options on multimd-table plugin ([#1586](https://github.com/laurent22/joplin/issues/1586)) - Improved: Improved config screen with dark theme -- Improved: Make bold text more visible ([#157](https://github.com/laurent22/joplin/issues/157)5) -- Fixed: Fix internal note links ([#158](https://github.com/laurent22/joplin/issues/158)7) +- Improved: Make bold text more visible ([#1575](https://github.com/laurent22/joplin/issues/1575)) +- Fixed: Fix internal note links ([#1587](https://github.com/laurent22/joplin/issues/1587)) - Fixed: Fixed empty separators in menu ## [v1.0.157](https://github.com/laurent22/joplin/releases/tag/v1.0.157) - 2019-05-26T17:55:53Z -- New: Added Persian translation ([#153](https://github.com/laurent22/joplin/issues/153)9) -- New: Allow downloading attachments on demand or automatically ([#1527](https://github.com/laurent22/joplin/issues/1527)) ([#148](https://github.com/laurent22/joplin/issues/148)1) -- Improved: Make bold text more visible ([#157](https://github.com/laurent22/joplin/issues/157)5) +- New: Added Persian translation ([#1539](https://github.com/laurent22/joplin/issues/1539)) +- New: Allow downloading attachments on demand or automatically ([#1527](https://github.com/laurent22/joplin/issues/1527)) ([#1481](https://github.com/laurent22/joplin/issues/1481)) +- Improved: Make bold text more visible ([#1575](https://github.com/laurent22/joplin/issues/1575)) - Improved: Add number of characters removed and added in revision list - Improved: Remove tags from Welcome item due to issue with cleaning them up afterwards - Improved: Handle missing resource blob when setting resource size - Improved: Gray out checkboxes that have been ticked inside notes - Improved: Put back "Fetched items" message during sync - Improved: When opening a note using Goto Anything, open all its parent notebooks too -- Fixed: Clears search when clicking on a notebook. ([#1504](https://github.com/laurent22/joplin/issues/1504)) ([#118](https://github.com/laurent22/joplin/issues/118)6) -- Fixed: Default sort order for notebooks should be title and ascending ([#154](https://github.com/laurent22/joplin/issues/154)1) -- Fixed: Added backticks to auto-wrapping quotes. ([#1534](https://github.com/laurent22/joplin/issues/1534)) ([#142](https://github.com/laurent22/joplin/issues/142)6) +- Fixed: Clears search when clicking on a notebook. ([#1504](https://github.com/laurent22/joplin/issues/1504)) ([#1186](https://github.com/laurent22/joplin/issues/1186)) +- Fixed: Default sort order for notebooks should be title and ascending ([#1541](https://github.com/laurent22/joplin/issues/1541)) +- Fixed: Added backticks to auto-wrapping quotes. ([#1534](https://github.com/laurent22/joplin/issues/1534)) ([#1426](https://github.com/laurent22/joplin/issues/1426)) - Fixed: Prevent app from trying to upload resource it has not downloaded yet ## [v1.0.153](https://github.com/laurent22/joplin/releases/tag/v1.0.153) (Pre-release) - 2019-05-15T06:27:29Z @@ -3256,38 +3256,38 @@ This release only adds additional logging for the note history feature. Same as v1.0.151 but with a fix to the migration issue, that was in turns affecting synchronisation. -- New: Support for note history ([#1415](https://github.com/laurent22/joplin/issues/1415)) ([#71](https://github.com/laurent22/joplin/issues/71)2) +- New: Support for note history ([#1415](https://github.com/laurent22/joplin/issues/1415)) ([#712](https://github.com/laurent22/joplin/issues/712)) - Improved: Save size of a resource to the database; and added mechanism to run non-database migrations -- Improved: Improved note deletion dialog ([#150](https://github.com/laurent22/joplin/issues/150)2) -- Fixed: Allow resources greater than 10 MB but they won't be synced on mobile ([#37](https://github.com/laurent22/joplin/issues/37)1) -- Fixed: Improved handling of images when using external editor, so that it works in Atom, VSCode and Typora ([#142](https://github.com/laurent22/joplin/issues/142)5) +- Improved: Improved note deletion dialog ([#1502](https://github.com/laurent22/joplin/issues/1502)) +- Fixed: Allow resources greater than 10 MB but they won't be synced on mobile ([#371](https://github.com/laurent22/joplin/issues/371)) +- Fixed: Improved handling of images when using external editor, so that it works in Atom, VSCode and Typora ([#1425](https://github.com/laurent22/joplin/issues/1425)) - Fixed: Some images were not being displayed -- Fixed: Resets the undo manager when creating new notes ([#1495](https://github.com/laurent22/joplin/issues/1495)) ([#35](https://github.com/laurent22/joplin/issues/35)5) -- Fixed: Prevents notes with no title to break after synchronize ([#147](https://github.com/laurent22/joplin/issues/147)2) +- Fixed: Resets the undo manager when creating new notes ([#1495](https://github.com/laurent22/joplin/issues/1495)) ([#355](https://github.com/laurent22/joplin/issues/355)) +- Fixed: Prevents notes with no title to break after synchronize ([#1472](https://github.com/laurent22/joplin/issues/1472)) ## [v1.0.151](https://github.com/laurent22/joplin/releases/tag/v1.0.151) - 2019-05-12T15:14:32Z Same as v1.0.150 but with a small fix to set the resources file size. -- New: Support for note history ([#1415](https://github.com/laurent22/joplin/issues/1415)) ([#71](https://github.com/laurent22/joplin/issues/71)2) +- New: Support for note history ([#1415](https://github.com/laurent22/joplin/issues/1415)) ([#712](https://github.com/laurent22/joplin/issues/712)) - Improved: Save size of a resource to the database; and added mechanism to run non-database migrations -- Improved: Improved note deletion dialog ([#150](https://github.com/laurent22/joplin/issues/150)2) -- Fixed: Allow resources greater than 10 MB but they won't be synced on mobile ([#37](https://github.com/laurent22/joplin/issues/37)1) -- Fixed: Improved handling of images when using external editor, so that it works in Atom, VSCode and Typora ([#142](https://github.com/laurent22/joplin/issues/142)5) +- Improved: Improved note deletion dialog ([#1502](https://github.com/laurent22/joplin/issues/1502)) +- Fixed: Allow resources greater than 10 MB but they won't be synced on mobile ([#371](https://github.com/laurent22/joplin/issues/371)) +- Fixed: Improved handling of images when using external editor, so that it works in Atom, VSCode and Typora ([#1425](https://github.com/laurent22/joplin/issues/1425)) - Fixed: Some images were not being displayed -- Fixed: Resets the undo manager when creating new notes ([#1495](https://github.com/laurent22/joplin/issues/1495)) ([#35](https://github.com/laurent22/joplin/issues/35)5) -- Fixed: Prevents notes with no title to break after synchronize ([#147](https://github.com/laurent22/joplin/issues/147)2) +- Fixed: Resets the undo manager when creating new notes ([#1495](https://github.com/laurent22/joplin/issues/1495)) ([#355](https://github.com/laurent22/joplin/issues/355)) +- Fixed: Prevents notes with no title to break after synchronize ([#1472](https://github.com/laurent22/joplin/issues/1472)) ## [v1.0.150](https://github.com/laurent22/joplin/releases/tag/v1.0.150) - 2019-05-12T11:27:48Z -- New: Support for note history ([#1415](https://github.com/laurent22/joplin/issues/1415)) ([#71](https://github.com/laurent22/joplin/issues/71)2) +- New: Support for note history ([#1415](https://github.com/laurent22/joplin/issues/1415)) ([#712](https://github.com/laurent22/joplin/issues/712)) - Improved: Save size of a resource to the database; and added mechanism to run non-database migrations -- Improved: Improved note deletion dialog ([#150](https://github.com/laurent22/joplin/issues/150)2) -- Fixed: Allow resources greater than 10 MB but they won't be synced on mobile ([#37](https://github.com/laurent22/joplin/issues/37)1) -- Fixed: Improved handling of images when using external editor, so that it works in Atom, VSCode and Typora ([#142](https://github.com/laurent22/joplin/issues/142)5) +- Improved: Improved note deletion dialog ([#1502](https://github.com/laurent22/joplin/issues/1502)) +- Fixed: Allow resources greater than 10 MB but they won't be synced on mobile ([#371](https://github.com/laurent22/joplin/issues/371)) +- Fixed: Improved handling of images when using external editor, so that it works in Atom, VSCode and Typora ([#1425](https://github.com/laurent22/joplin/issues/1425)) - Fixed: Some images were not being displayed -- Fixed: Resets the undo manager when creating new notes ([#1495](https://github.com/laurent22/joplin/issues/1495)) ([#35](https://github.com/laurent22/joplin/issues/35)5) -- Fixed: Prevents notes with no title to break after synchronize ([#147](https://github.com/laurent22/joplin/issues/147)2) +- Fixed: Resets the undo manager when creating new notes ([#1495](https://github.com/laurent22/joplin/issues/1495)) ([#355](https://github.com/laurent22/joplin/issues/355)) +- Fixed: Prevents notes with no title to break after synchronize ([#1472](https://github.com/laurent22/joplin/issues/1472)) ## [v1.0.148](https://github.com/laurent22/joplin/releases/tag/v1.0.148) (Pre-release) - 2019-05-08T19:12:24Z @@ -3302,31 +3302,31 @@ This is to test the revision service. It is not yet recommended to upgrade as th ## [v1.0.145](https://github.com/laurent22/joplin/releases/tag/v1.0.145) - 2019-05-03T09:16:53Z - Improved: Display better error message when trying to sync with a new sync target from an old version of Joplin -- Improved: UI updates to sidebar and header, changing icon sizes and animations ([#146](https://github.com/laurent22/joplin/issues/146)3) -- Fixed: Update chokidar to fix blank screen when returning from external editor ([#147](https://github.com/laurent22/joplin/issues/147)9) -- Fixed: Fixes [#1476](https://github.com/laurent22/joplin/issues/1476): Import lists and sub-lists from Enex files with correct indentation ([#147](https://github.com/laurent22/joplin/issues/147)6) -- Fixed: Remove message "Processing a path that has already been done" as this is not an error ([#135](https://github.com/laurent22/joplin/issues/135)3) +- Improved: UI updates to sidebar and header, changing icon sizes and animations ([#1463](https://github.com/laurent22/joplin/issues/1463)) +- Fixed: Update chokidar to fix blank screen when returning from external editor ([#1479](https://github.com/laurent22/joplin/issues/1479)) +- Fixed: Fixes [#1476](https://github.com/laurent22/joplin/issues/1476): Import lists and sub-lists from Enex files with correct indentation ([#1476](https://github.com/laurent22/joplin/issues/1476)) +- Fixed: Remove message "Processing a path that has already been done" as this is not an error ([#1353](https://github.com/laurent22/joplin/issues/1353)) ## [v1.0.143](https://github.com/laurent22/joplin/releases/tag/v1.0.143) - 2019-04-22T10:51:38Z - Improved support for Japanese, Chinese, Korean search queries (also applies to Goto Anything) - Fixes [#1433](https://github.com/laurent22/joplin/issues/1433): Some resources could incorrectly be deleted even though they are still present in a note. Also added additional verifications to make sure resources that are still linked to a note are not accidentally deleted. - Fix: Goto Anything results were displayed lowercase -- Fix: Clear selected Notes when switching Notebook ([#138](https://github.com/laurent22/joplin/issues/138)7) +- Fix: Clear selected Notes when switching Notebook ([#1387](https://github.com/laurent22/joplin/issues/1387)) - Fixes [#1405](https://github.com/laurent22/joplin/issues/1405): Handle invalid resource tags that contain no data when importing ENEX - Fix: Updated Electron and Chokidar to try to fix external editor crashing app - Fixes [#423](https://github.com/laurent22/joplin/issues/423): Make sure links are clickable when exporting to PDF - Fixes [#1427](https://github.com/laurent22/joplin/issues/1427): Support checkoxes behind bullets - Fixes [#1417](https://github.com/laurent22/joplin/issues/1417): Clipper: Sort the folders in the same order as the desktop app - Fixes [#1425](https://github.com/laurent22/joplin/issues/1425) (probably): Fix display of images when using VSCode as external editor -- Change shortcuts for 'Print' and 'Goto Anything' ([#142](https://github.com/laurent22/joplin/issues/142)0) -- Add option to use soft breaks for markdown rendering ([#140](https://github.com/laurent22/joplin/issues/140)8) +- Change shortcuts for 'Print' and 'Goto Anything' ([#1420](https://github.com/laurent22/joplin/issues/1420)) +- Add option to use soft breaks for markdown rendering ([#1408](https://github.com/laurent22/joplin/issues/1408)) ## [v1.0.142](https://github.com/laurent22/joplin/releases/tag/v1.0.142) - 2019-04-02T16:44:51Z -- New: Allow toggling markdown plugins and added several new plugins ([#134](https://github.com/laurent22/joplin/issues/134)7) +- New: Allow toggling markdown plugins and added several new plugins ([#1347](https://github.com/laurent22/joplin/issues/1347)) - New: Added Goto Anything dialog (Ctrl+P or Cmd+P) -- Improved: macOS: make the menu more like a macOS menu ([#134](https://github.com/laurent22/joplin/issues/134)8) +- Improved: macOS: make the menu more like a macOS menu ([#1348](https://github.com/laurent22/joplin/issues/1348)) - Improved search - when clearing search, stay on current item. When clicking on notebook name, jump to note within notebook. Improved toolbar layout. - Fixed: The side bar was being refreshed too frequently. - Fixed: Order of notebooks with sub-notebooks was sometimes incorrect when sorting @@ -3334,7 +3334,7 @@ This is to test the revision service. It is not yet recommended to upgrade as th - Fixes [#1329](https://github.com/laurent22/joplin/issues/1329): Could not edit created and updated time anymore - Fixes [#1326](https://github.com/laurent22/joplin/issues/1326): Restored inline code styling - Fixes [#1325](https://github.com/laurent22/joplin/issues/1325): Fixed nested checkbox indentation -- fix sub pixel rendering for desktop ([#137](https://github.com/laurent22/joplin/issues/137)8) +- fix sub pixel rendering for desktop ([#1378](https://github.com/laurent22/joplin/issues/1378)) ## [v1.0.140](https://github.com/laurent22/joplin/releases/tag/v1.0.140) - 2019-03-10T20:59:58Z @@ -3362,9 +3362,9 @@ Note: this is the same as v132 but with a fix for the resizeable column bug, and - New: Experimental support for Mermaid graphs (This is **not** yet supported on mobile). - New: Allow resizing sidebar columns. - New: Resolves [#1198](https://github.com/laurent22/joplin/issues/1198): In search results, give more weight to more recent notes and less to completed to-dos -- Add shortcut to start a sync ([#123](https://github.com/laurent22/joplin/issues/123)1) -- Change notebook icon in toolbar and search result ([#125](https://github.com/laurent22/joplin/issues/125)2) -- When deleting notebook or tag, display name ([#125](https://github.com/laurent22/joplin/issues/125)3) +- Add shortcut to start a sync ([#1231](https://github.com/laurent22/joplin/issues/1231)) +- Change notebook icon in toolbar and search result ([#1252](https://github.com/laurent22/joplin/issues/1252)) +- When deleting notebook or tag, display name ([#1253](https://github.com/laurent22/joplin/issues/1253)) - API: Resolves [#1148](https://github.com/laurent22/joplin/issues/1148): Added support for search end-point and improved error handling - Security: Updated a few packages to fix CVE-2018-16469 - Security: Updated parse-url package to fix CVE-2018-3774 @@ -3378,9 +3378,9 @@ Note: this is the same as v132 but with a fix for the resizeable column bug. - New: Experimental support for Mermaid graphs (This is **not** yet supported on mobile). - New: Allow resizing sidebar columns. - New: Resolves [#1198](https://github.com/laurent22/joplin/issues/1198): In search results, give more weight to more recent notes and less to completed to-dos -- Add shortcut to start a sync ([#123](https://github.com/laurent22/joplin/issues/123)1) -- Change notebook icon in toolbar and search result ([#125](https://github.com/laurent22/joplin/issues/125)2) -- When deleting notebook or tag, display name ([#125](https://github.com/laurent22/joplin/issues/125)3) +- Add shortcut to start a sync ([#1231](https://github.com/laurent22/joplin/issues/1231)) +- Change notebook icon in toolbar and search result ([#1252](https://github.com/laurent22/joplin/issues/1252)) +- When deleting notebook or tag, display name ([#1253](https://github.com/laurent22/joplin/issues/1253)) - API: Resolves [#1148](https://github.com/laurent22/joplin/issues/1148): Added support for search end-point and improved error handling - Security: Updated a few packages to fix CVE-2018-16469 - Security: Updated parse-url package to fix CVE-2018-3774 @@ -3392,9 +3392,9 @@ Note: this is the same as v132 but with a fix for the resizeable column bug. - New: Experimental support for Mermaid graphs (This is **not** yet supported on mobile). - New: Allow resizing sidebar columns. - New: Resolves [#1198](https://github.com/laurent22/joplin/issues/1198): In search results, give more weight to more recent notes and less to completed to-dos -- Add shortcut to start a sync ([#123](https://github.com/laurent22/joplin/issues/123)1) -- Change notebook icon in toolbar and search result ([#125](https://github.com/laurent22/joplin/issues/125)2) -- When deleting notebook or tag, display name ([#125](https://github.com/laurent22/joplin/issues/125)3) +- Add shortcut to start a sync ([#1231](https://github.com/laurent22/joplin/issues/1231)) +- Change notebook icon in toolbar and search result ([#1252](https://github.com/laurent22/joplin/issues/1252)) +- When deleting notebook or tag, display name ([#1253](https://github.com/laurent22/joplin/issues/1253)) - API: Resolves [#1148](https://github.com/laurent22/joplin/issues/1148): Added support for search end-point and improved error handling - Security: Updated a few packages to fix CVE-2018-16469 - Security: Updated parse-url package to fix CVE-2018-3774 @@ -3436,7 +3436,7 @@ This big release aims at improving the overall usability of the application and - Improved: When deleting note, display title or number of notes - Improved: Highlight row backgroung in table - Improved: Printing page - checkboxes and background colours and images are now printed correctly -- Improved: Add styling to the scrollbars in text editor and viewer ([#120](https://github.com/laurent22/joplin/issues/120)4) +- Improved: Add styling to the scrollbars in text editor and viewer ([#1204](https://github.com/laurent22/joplin/issues/1204)) - Updated translations and added Turkish language (thanks Zorbey Doğangüneş) - API: Allow specifying item ID for any item @@ -3481,18 +3481,18 @@ This big release aims at improving the overall usability of the application and - Improved local search by highlighting even partial matches - Fixes [#1126](https://github.com/laurent22/joplin/issues/1126): Open Katex link in external browser instead of inside app - Fixes [#769](https://github.com/laurent22/joplin/issues/769): Disable META tags in Markdown viewers -- Improved: Handle ESC key press to cancel the NotePropertiesDialog ([#112](https://github.com/laurent22/joplin/issues/112)5) +- Improved: Handle ESC key press to cancel the NotePropertiesDialog ([#1125](https://github.com/laurent22/joplin/issues/1125)) - Fixes [#1137](https://github.com/laurent22/joplin/issues/1137): Fixed regression on SeaFile sync ## [v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) - 2019-01-10T21:42:53Z -- New: Adds functionality to toggle the notebooks and tags on the sidebar. ([#100](https://github.com/laurent22/joplin/issues/100)2) +- New: Adds functionality to toggle the notebooks and tags on the sidebar. ([#1002](https://github.com/laurent22/joplin/issues/1002)) - Resolves [#1059](https://github.com/laurent22/joplin/issues/1059): Fixed behaviour of export to PDF and print -- Fix window manager icon on linux ([#111](https://github.com/laurent22/joplin/issues/111)0) -- Fixed file url issue ([#105](https://github.com/laurent22/joplin/issues/105)4) +- Fix window manager icon on linux ([#1110](https://github.com/laurent22/joplin/issues/1110)) +- Fixed file url issue ([#1054](https://github.com/laurent22/joplin/issues/1054)) - Fixed keyword highlighting bug -- Fix markdown code for checked checkbox ([#111](https://github.com/laurent22/joplin/issues/111)3) -- Apply zoom and editorfont updates without needing to restart ([#110](https://github.com/laurent22/joplin/issues/110)9) +- Fix markdown code for checked checkbox ([#1113](https://github.com/laurent22/joplin/issues/1113)) +- Apply zoom and editorfont updates without needing to restart ([#1109](https://github.com/laurent22/joplin/issues/1109)) - Updated many translations ## [v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) - 2018-12-18T12:40:22Z @@ -3501,7 +3501,7 @@ Important: This release might be slow on startup due to the need to index all th - New: Fast full text search engine. Works with multiple terms, support for prefixes, can restrict search to either note title or body. See https://joplin.cozic.net/#searching for more info. - New: Search within current note (Ctrl+F). -- New: Add separate editor font size option ([#102](https://github.com/laurent22/joplin/issues/102)7) +- New: Add separate editor font size option ([#1027](https://github.com/laurent22/joplin/issues/1027)) - Changed: Changed global search shortcut to F6. - Fixes [#808](https://github.com/laurent22/joplin/issues/808) (maybe): Added fix for Nginx 404 error issue. - Fixed: Prevent sync infinite loop under some rare conditions (only happens when manually modifying files on sync target, which should not be done anyway). @@ -3515,7 +3515,7 @@ Important: This release might be slow on startup due to the need to index all th - New: Fast full text search engine. Works with multiple terms, support for prefixes, can restrict search to either note title or body. See https://joplin.cozic.net/#searching for more info. - New: Search within current note (Ctrl+F). -- New: Add separate editor font size option ([#102](https://github.com/laurent22/joplin/issues/102)7) +- New: Add separate editor font size option ([#1027](https://github.com/laurent22/joplin/issues/1027)) - Changed: Changed global search shortcut to F6. - Fixes [#808](https://github.com/laurent22/joplin/issues/808) (maybe): Added fix for Nginx 404 error issue. - Fixed: Prevent sync infinite loop under some rare conditions (only happens when manually modifying files on sync target, which should not be done anyway). @@ -3545,12 +3545,12 @@ This is mostly a bug fix release following the recent v115 release. This is a rather large release which includes many of the pull requests that were submitted during Hacktoberfest, plus some extra improvements and bug fixes. Many thanks to all the contributors! -- New: Adds functionality to display tags under the open note. ([#89](https://github.com/laurent22/joplin/issues/89)3) -- New: Joplin desktop Dark Mode ([#92](https://github.com/laurent22/joplin/issues/92)1) -- New: Add support for custom css across all notes ([#92](https://github.com/laurent22/joplin/issues/92)5) -- New: Show note title in pdf export ([#890](https://github.com/laurent22/joplin/issues/890)) ([#93](https://github.com/laurent22/joplin/issues/93)7) +- New: Adds functionality to display tags under the open note. ([#893](https://github.com/laurent22/joplin/issues/893)) +- New: Joplin desktop Dark Mode ([#921](https://github.com/laurent22/joplin/issues/921)) +- New: Add support for custom css across all notes ([#925](https://github.com/laurent22/joplin/issues/925)) +- New: Show note title in pdf export ([#890](https://github.com/laurent22/joplin/issues/890)) ([#937](https://github.com/laurent22/joplin/issues/937)) - New: Display number of resources being fetched in side bar -- New: Export notes to JSON ([#912](https://github.com/laurent22/joplin/issues/912), issues/912). ([#92](https://github.com/laurent22/joplin/issues/92)7) +- New: Export notes to JSON ([#912](https://github.com/laurent22/joplin/issues/912), issues/912). ([#927](https://github.com/laurent22/joplin/issues/927)) - New: Further (invisible) changes on how resources are downloaded to prepare for better resource handling. - Fix: Resolves [#918](https://github.com/laurent22/joplin/issues/918): Skip properties that are on sync target but not handled by local client - Fix: Fixes [#952](https://github.com/laurent22/joplin/issues/952): Upgraded Katex lib to fix bug @@ -3734,7 +3734,7 @@ This release is mainly to fix various issues with the recently released Web Clip ## [v1.0.91](https://github.com/laurent22/joplin/releases/tag/v1.0.91) - 2018-05-10T14:48:04Z -Same as v1.0.90 but with a fix for [#51](https://github.com/laurent22/joplin/issues/51)0 +Same as v1.0.90 but with a fix for [#510](https://github.com/laurent22/joplin/issues/510) - New: Resolves [#345](https://github.com/laurent22/joplin/issues/345): Option to hide completed todos - New: Resolves [#200](https://github.com/laurent22/joplin/issues/200), Resolves [#416](https://github.com/laurent22/joplin/issues/416): Allow attaching images by pasting them in. Allow attaching files by drag and dropping them. Insert attachment at cursor position.