Joplin v1.4.10 Release Notes

Release Date: 2020-11-14 // over 3 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