Releases: laurent22/joplin
Releases · laurent22/joplin
v2.14.16
- Improved: Back up to a subdirectory of the home directory by default (#9942) (#9857 by Henry Heino)
- Improved: Beta editor plugins: Allow fixing conflicts between plugins that add autocompletions (#9965) (#9964 by Henry Heino)
- Improved: Immediately sort notes after toggling a checkbox (5820f63)
- Improved: Plugins: Allow commands registered within the beta markdown editor to take arguments (#9963 by Henry Heino)
- Fixed: Beta editor plugin API: Fix plugins unable to require nodeJS modules (#9968 by Henry Heino)
- Fixed: Beta editor plugins: Fix newlines break content scripts (#9967) (#9966 by Henry Heino)
- Fixed: Fix auto-indentation in some types of code blocks (#9972) (#9971 by Henry Heino)
- Security: Disallow UNC file links (#9979 by Henry Heino) (Vulnerability discovered by Lucas "Luska" Botelho from Hakai Offsec)
v2.14.15
- Improved: CodeMirror 6 plugin API: Improve ability to register custom commands (#9956 by Henry Heino)
- Improved: Migrate profile in preparation for trash feature (115eb5d)
- Fixed: #9870: Fixed command palette not properly showing non-latin-characters (#9916) (#9870 by @pedr)
- Fixed: Fix only one CodeMirror 6 content script loaded per plugin (#9934) (#9932 by Henry Heino)
- Fixed: GotoAnything does not return all the results in some cases (#9944)
- Fixed: Highlight partial matches in search results (#9958)
- Fixed: Rich text editor: Fix context menu not shown in some cases (#9954) (#9953 by Henry Heino)
v2.14.14
v2.14.13
- Improved: Disable built-in copy of Simple Backup by default in Joplin Portable (#9907 by Henry Heino)
- Improved: Disable initial Sentry request when crash auto-upload is disabled (07aba91)
- Improved: Improve search engine error handling when preparing text for search (#9871 by Henry Heino)
- Improved: MacOS: Resolves #9488: Add "Window" menu to toolbar on MacOS (#9859) (#9488 by Henry Heino)
- Improved: Make OCR results available to search immediately after completion (6f0fd42)
- Improved: PDF search text: Remove NULL characters early to avoid possible sync issues (#9862 by Henry Heino)
- Improved: Speed up pasting text and images in Rich Text Editor (b1877fc)
- Improved: Updated packages async-mutex (v0.4.1), follow-redirects (v1.15.5), moment (v2.30.1), sass (v1.69.7), sharp (v0.33.2), sqlite3 (v5.1.7), style-loader (v3.3.4)
- Fixed: Allow using editor commands in the command palette (#9861) (#9855 by Henry Heino)
- Fixed: Copied and pasted text from Firefox to RTE does not include images (#9607)
- Fixed: Correctly search HTML-entity encoded text (#9694)
- Fixed: Don't rerender markdown notes when the note preview pane is hidden (#9901) (#9891 by Henry Heino)
- Fixed: Fix markdown (frontmatter) notes that start with a UTF-8 BOM aren't imporetd correctly (#9875) (#9868 by Henry Heino)
- Fixed: Fix mermaid save button partially hidden behind graph (#9888 by Henry Heino)
- Fixed: Fix user-installed versions of built-in plugins can't access resources in some cases (#9849) (#9832 by Henry Heino)
- Fixed: Suppress random error that happens during desktop shutdown (#9878) (#9763 by @pedr)
v2.14.12
- Improved: Do not allow switching the sync target if not all resources are downloaded (#9263)
- Improved: OCR: Use existing PDF text when available (#9764) (#9765 by Henry Heino)
- Improved: Removed ability to search by note ID to fix issue with certain plugins (#9769)
- Improved: Removed double Sentry initialization (8402c20)
- Improved: Removed obsolete template-related banner (af59295)
- Fixed: Allow dialogs to scroll on small screens (#9823) (#9822 by Henry Heino)
- Fixed: Clear "Some items cannot be synchronised" banner after situation is resolved (#9157)
- Fixed: Fix broken synchronisation link in welcome notes (#9804) (#9799 by Henry Heino)
- Fixed: Fix drag-and-drop of images and text in the rich text editor (#9827) (#9826 by Henry Heino)
- Fixed: Fix ghosting when dropping code block over another code block (#9816) (#9737 by @pedr)
- Fixed: Fix horizontal touchpad scrolling of code blocks (#9815) (#9629 by Henry Heino)
- Fixed: Fix image rotation not preserved when resizing an attached image (#9824) (#9597 by Henry Heino)
- Fixed: Fix images with SVG data URLs corrupted in the rich text editor (#9801) (#8736 by Henry Heino)
- Fixed: Fix mermaid save button creates additional space above diagrams (#9830) (#9829 by Henry Heino)
- Fixed: Fix scrollbars shown unnecessarily when opening the tag dialog (#9818) (#9817 by Henry Heino)
- Fixed: Fix synchronization happens every 10 seconds even if nothing has changed (#9814) (#9800 by Henry Heino)
- Fixed: Fixed various scrolling issues when creating new notes or to-dos (#9433)
- Fixed: Pasting rich text in the RTE sometimes result in invalid markup (#9512)
- Fixed: Rich text editor: Fix newline behavior in new notes (#9809) (#9786 by Henry Heino)
v2.14.11
- New: Plugins: Add support for promo_tile manifest key (fd432f9)
- Improved: Allow setting a minimum app version on the sync target (#9778)
- Improved: Api: Increase protection of files downloaded via the REST API (#9676 by @pedr)
- Improved: CodeMirror 6 plugin API: Support non-inline CSS assets (#9748) (#9747 by Henry Heino)
- Improved: Moved crash report auto-upload option under pre-release option (a863f92)
- Improved: Updated packages follow-redirects (v1.15.4)
- Improved: Write a crash dump to disk when the app crashes (fe3ad3e)
- Fixed: CodeMirror 6 plugin API: Allow importing
@codemirror/lang-markdown
and@lezer/highlight
(#9753) (#9752 by Henry Heino) - Fixed: Extract default plugins to directories matching their IDs (#9782) (#9781 by Henry Heino)
- Fixed: Fix search when note or OCR text contains null characters (#9774) (#9775 by Henry Heino)
- Fixed: Linux: Fix bundled Simple Backup can't create 7zip archives (#9780) (#9779 by Henry Heino)
v2.14.10
- New: Add support for automatically uploading crash reports (de0ae76)
- Improved: Display an error if a resource cannot be downloaded (cbf7e24)
- Improved: Don't log OneDrive
Authorization
tokens (#9707) (#9706 by Henry Heino) - Improved: Updated packages react
- Fixed: Beta editor: Fix
o
not working in Vim normal mode (#9700) (#9699 by Henry Heino) - Fixed: Fix warning logged when uninstalling multiple plugins (#9726) (#9725 by Henry Heino)
- Fixed: Fixes existing attachments not being shared in some cases with Joplin Server (7ebc986)
- Fixed: Shared notebook can get corrupted if contributor changes its title (#9709)