github laurent22/joplin v1.4.10

latest releases: ios-v13.0.1, v3.0.3, android-v3.0.2...
pre-release3 years ago

Breaking Changes:

  • If you use the Clipper API, please note that there are a few breaking changes in this version. See this link for more information: #3983
  • Plugins: joplin.views.dialogs.open() now returns an object instead of the button ID that was clicked. So for example instead of getting just "ok", you will get { "id": "ok" }. This is to allow adding form data to that object.

Deprecated:

  • Plugins: All create() functions under joplin.views now take a viewId as a first parameter. It will still work for now if you don't provide one, but please update your plugins.
  • Plugins: MenuItemLocation.Context is deprecated and is now an alias for MenuItemLocation.NoteListContextMenu

Plugin doc has been updated with some info about the development process.


  • New: Add {{bowm}} and {{bows}} - Beginning Of Week (Monday/Sunday) (#4023 by Helmut K. C. Tessarek)
  • New: Plugins: Add support for editor context menu
  • New: Allow customising application layout
  • Improved: Allow lowercase filters when doing search
  • Improved: Make Markdown editor selection more visible in Dark mode
  • Improved: Plugins: Allow retrieving form values from dialogs
  • Fixed: Api: Fix note and resource association end points
  • Fixed: Fix drag and drop behaviour to "copy" instead of "move" (#4031 by @CalebJohn)
  • Fixed: Fix handling of certain keys in shortcut editor (#4022 by Helmut K. C. Tessarek)
  • Fixed: Fixed issue with note being saved after word has been replaced by spell checker
  • Fixed: Plugins: Fix crash when path includes trailing slash
  • Fixed: Regression: Fix application name

  • 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 (#3983)
  • New: Adds spell checker support for Rich Text editor (#3974)
  • Fixed: Fixed inconsistent note list state when using search (#3904)
  • Fixed: Fixed text editor button tooltips
  • Fixed: Regression: Fix exporting to HTML and PDF
  • Fixed: Tags could not be selected in some cases (#3876)
  • Improved: Change Markdown rendering to align with CommonMark spec (#3839)
  • Improved: Plugins: Force plugin devtool dialog to be detached

Don't miss a new joplin release

NewReleases is sending notifications on new releases.