Download the latest pre-releases from here: https://github.com/laurent22/joplin/releases

Note: There are two beta features in this release:

  • Support for multiple windows - right-click on a note then "Edit in..." => "Edit in new window"

  • Support for faster and more secure encryption method - go to settings => Synchronisation => Use beta encryption

Both of these features should already be relatively stable but if you notice any issue please report here or create a new issue on GitHub!


v3.2.1

v3.2.3

  • New: Add OneNote Importer (#11392 by @pedr)
  • New: Plugins: Add support for editor.scrollToText on desktop (6eac8d9)
  • Improved: Deprecated OneDrive sync method (e36f377)
  • Improved: Trying to fix issue with permission errors when installing a plugin (fb6a807)
  • Improved: Mermaid version update (#11367 by @LEVIII007)
  • Improved: Plugins: Allow specifying render options on renderMarkup command (8e3c817)
  • Improved: Remove the need for sync locks (#11377)
  • Fixed: Fix PDF export fails with error (#11390 by @personalizedrefrigerator)
  • Fixed: Fix dropping files into the editor (#11380 by @personalizedrefrigerator)
  • Fixed: Fix race condition which may cause data loss, particularly before or after pasting text in the note editor (#11334) (#11317 by @mrjo118)
  • Fixed: Fix vertical alignment of checkboxes when text wraps over multiple lines (226a8b3)
7 Likes

Note: There are two beta features in this release:

  • Support for multiple windows - right-click on a note then "Edit in..." => "Edit in new window"

  • Support for faster and more secure encryption method - go to settings => Synchronisation => Use beta encryption

Both of these features should already be relatively stable but if you notice any issue please report here or create a new issue on GitHub!

2 Likes

Is the new encryption algorithm using AES128 or AES256? Thanks

It's 256

1 Like

On 3.2.1 under MacOS (Intel), drag/drop of pdf files onto the note fails to create a linked file. Might be due to the Rich Markdown plugin I'm using, but it's the same in Markdown or Rich Editor mode.

This should be fixed by this PR:

If you open a note with a file in the new window and then open the file for editing and navigate to another note in the main Joplin window, the file is no longer monitored and all changes are lost.

It should be a little easier and there should be a shortcut to open the note in a new window.

But otherwise the whole thing looks very good :slight_smile:

5 Likes

v3.2.3

  • New: Add OneNote Importer (#11392 by @pedr)
  • New: Plugins: Add support for editor.scrollToText on desktop (6eac8d9)
  • Improved: Deprecated OneDrive sync method (e36f377)
  • Improved: Trying to fix issue with permission errors when installing a plugin (fb6a807)
  • Improved: Mermaid version update (#11367 by @LEVIII007)
  • Improved: Plugins: Allow specifying render options on renderMarkup command (8e3c817)
  • Improved: Remove the need for sync locks (#11377)
  • Fixed: Fix PDF export fails with error (#11390 by @personalizedrefrigerator)
  • Fixed: Fix dropping files into the editor (#11380 by @personalizedrefrigerator)
  • Fixed: Fix race condition which may cause data loss, particularly before or after pasting text in the note editor (#11334) (#11317 by @mrjo118)
  • Fixed: Fix vertical alignment of checkboxes when text wraps over multiple lines (226a8b3)

For those that have seen the comment about OneDrive sync being deprecated the GitHub Commit has the reason shown as:

Too slow, changes too often and as a result is unreliable. There is a risk of losing notes with this sync method.

It also has the below clarification from @laurent.

The sync method will stay indefinitely, so you can keep using it. We're marking it as deprecated and removing it from the sync wizard to discourage new users from using this sync method

So although it is being removed from the sync wizard it will not stop existing connections and it will still be available as an option in the sync settings:

1 Like

In the latest version, when mermaid uses graph, the Render using ELK will not take effect, and only the original Render will be used.