Version history for Joplin
<<Back to software description
Changes for v1.0.193 - v1.0.195
- New: Added experimental WYSIWYG editor (#2556) (#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 by Helmut K. C. Tessarek)
- New: Api: Add support for "tags" property for note PUT request (#2649) (#941 by @jyuvaraj03)
- New: Add global shortcut to show/hide Joplin (#2653 by Helmut K. C. Tessarek)
- Improved: Fast notebook deletion (#2730) (#2703 by @RedDocMD)
- Improved: Enhance notelist focus behaviour (#2520 by @mic704b)
- Improved: Indent lists by pressing tab when caret is after bullet (#2713) (#498 by Shotaro Yamada)
- Fixed: Expand notebook tree when clicking on notebook in search results (#2620) (#2616 by Mohammed Rabeeh)
- Fixed: Remember last selected note (#2809) (#2803 by Naveen M V)
- Fixed: Fix menu bar shortcut (Alt+E) while editing a note (Win) (#2776 by @nullpointer666)
- Fixed: Fix integration test harness issues. (#2723 by @mic704b)
- Fixed: Fix calls to non-existent function (#2675 by @mic704b)
- Fixed: Fix format of note timestamps (#2672 by @mic704b)
- Fixed: Fix show-all-notes update bugs. (#2642 by @mic704b)
- Fixed: Fix issue with tag not being displayed below note when it is created
- Fixed: Fix button label wrapping in toolbar (#2708) (#2700 by Anjula Karunarathne)
- Fixed: Fixed renaming tag issue (#2618)
Changes for v1.0.193 - v1.0.194 beta
- The main purpose of this pre-release is to allow evaluating the WYSIWYG editor.
- New: Added experimental WYSIWYG editor (#2556) (#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 by Helmut K. C. Tessarek)
- New: Api: Add support for "tags" property for note PUT request (#2649) (#941 by @jyuvaraj03)
- Improved: Enhance notelist focus behaviour (#2520 by @mic704b)
- Improved: Indent lists by pressing tab when caret is after bullet (#2713) (#498 by Shotaro Yamada)
- Fixed: Expand notebook tree when clicking on notebook in search results (#2620) (#2616 by Mohammed Rabeeh)
Changes for v1.0.164 - v1.0.165
- •New: Added support for Fountain screenwriting language
- •New: Add solarized themes to desktop client (#1733)
- •New: Added support for templates (#1647)
- •New: Added markup language to property dialog
- •New: Add support for cinnamon to install script (#1738)
- •Improved: Better handling of adding the title to print and export to PDF (#1744)
- •Improved: Improved bold formatting support in Enex import (#1708)
- •Improved: Create fileURLs via drag and drop (#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. (#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 (#1741)
- •Fixed: Fixed Back button icon on Config screen
- •Fixed: Fixed note order when dragging a note outside a notebook (#1732)
- •Fixed: Fixed race condition when loading a note while another one is still loading. Improved performance when loading large note.
Changes for v1.0.140 - v1.0.142
- •New: Allow toggling markdown plugins and added several new plugins (#1347)
- •New: Added Goto Anything dialog (Ctrl+P or Cmd+P)
- •Improved: macOS: make the menu more like a macOS menu (#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
- •Fixes #1334 (maybe): Upgraded chokidar which it seems was randomly making Electron 4 crash (maybe due to fsevent package)
- •Fixes #1329: Could not edit created and updated time anymore
- •Fixes #1326: Restored inline code styling
- •Fixes #1325: Fixed nested checkbox indentation
- •fix sub pixel rendering for desktop (#1378)
Changes for v1.0.137 - v1.0.140
- Resolves #1105: Added support for macro persistence for Katex
- Resolves #206: Added support for sorting notebooks by title or last modified
- Fixed: Windows 32-bit version should now work again.
- Improved: Rewritten Markdown rendering system to make it easier to add new features. Fixed a few minor rendering bugs doing so.
Changes for v1.0.135 - v1.0.137
Changes for v1.0.127 - v1.0.135
- New: Experimental support for Mermaid graphs (This is not yet supported on mobile).
- New: Allow resizing sidebar columns.
- New: Resolves #1198: In search results, give more weight to more recent notes and less to completed to-dos
- Add shortcut to start a sync (#1231)
- Change notebook icon in toolbar and search result (#1252)
- When deleting notebook or tag, display name (#1253)
- API: Resolves #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
- Various bug fixes and improvement following previous release.
- Fixes #1251: Handle Show Uncompleted Tasks option when selecting a tag
Changes for v1.0.126 - v1.0.127
- New: Added Welcome notes the first time the app is launched to give an overview of Joplin and its features.
- New: Allow selecting editor path with dialog window
- New: Record last selected note IDs and restore it when opening notebook
- New: Resolves #1041: Added button to go back to previous note after clicking link
- New: Restore scroll position when switching notes
- New: When selecting multiple notes, display possible actions as buttons
- Fixed importing ENEX file when note incorrectly contains a reminder tag
- Fixes #1142: Disallow dropping notes on sidebar Notebook header
- Fixes #1161: Display highlighted text and other background colours and images when exporting to PDF or printing
- Fixes #1200: Note list was hidden when minimizing and maximizing window
- Fixed: Do not display tags that are not associated with any note
- Improved: Added 'Insert date time' option to menu
- Improved: Added a few more shortcuts for macOS and other platforms
- Improved: Added Usage link next to search box
- Improved: Allow using macOS App bundle as external editor, and improved error handling
- Improved: Better handle search queries that include dashes
- Improved: Delete note using keyboard
- Improved: Fixes #1196: Optimised loading speed of notes when switching from one to another (2-3 times faster)
- Improved: Group config options into sections
- Improved: Improve how new notes are created to make it more reliable
- Improved: Improve styling and layout of notes in note viewer
- Improved: Keep synchronise button and status at bottom of side bar
- Improved: Made confirmation buttons sticky on Config screen
- Improved: Select notes in note list using arrow keys
- Improved: Toggle todo checkbox using SPACE key
- Improved: Use arrow to move between sidebar items, and added shortcuts to focus different elements
- Improved: Use ENTER and ESCAPE to go to next search result or to close search bar
- Improved: Use SPACE to collapse or expand a folder in sidebar
- 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 (#1204)
- Updated translations and added Turkish language (thanks Zorbey Doğangüneş)
- API: Allow specifying item ID for any item
Changes for v1.0.125 - v1.0.126
- New: Added Welcome notes the first time the app is launched to give an overview of Joplin and its features.
- New: Allow selecting editor path with dialog window
- New: Record last selected note IDs and restore it when opening notebook
- New: Resolves #1041: Added button to go back to previous note after clicking link
- New: Restore scroll position when switching notes
- New: When selecting multiple notes, display possible actions as buttons
- Fixed importing ENEX file when note incorrectly contains a reminder tag
- Fixes #1142: Disallow dropping notes on sidebar Notebook header
- Fixes #1161: Display highlighted text and other background colours and images when exporting to PDF or printing
- Improved: Added 'Insert date time' option to menu
- Improved: Added a few more shortcuts for macOS and other platforms
- Improved: Added Usage link next to search box
- Improved: Allow using macOS App bundle as external editor, and improved error handling
- Improved: Better handle search queries that include dashes
- Improved: Delete note using keyboard
- Improved: Fixes #1196: Optimised loading speed of notes when switching from one to another (2-3 times faster)
- Improved: Group config options into sections
- Improved: Improve how new notes are created to make it more reliable
- Improved: Improve styling and layout of notes in note viewer
- Improved: Keep synchronise button and status at bottom of side bar
- Improved: Made confirmation buttons sticky on Config screen
- Improved: Move up and down in note list using arrow keys
- Improved: Toggle todo checkbox using SPACE key
- Improved: Use arrow to move between sidebar items, and added shortcuts to focus different elements
- Improved: Use ENTER and ESCAPE to go to next search result or to close search bar
- Improved: Use SPACE to collapse or expand a folder in sidebar
- Improved: When deleting note, display title or number of notes
- API: Allow specifying item ID for any item
Changes for v1.0.114 - v1.0.115
- 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. (#893)
- New: Joplin desktop Dark Mode (#921)
- New: Add support for custom css across all notes (#925)
- New: Show note title in pdf export (#890) (#937)
- New: Display number of resources being fetched in side bar
- New: Export notes to JSON (#912, issues/912). (#927)
- New: Further (invisible) changes on how resources are downloaded to prepare for better resource handling.
- Fix: Resolves #918: Skip properties that are on sync target but not handled by local client
- Fix: Fixes #952: Upgraded Katex lib to fix bug
- Fix: Fixes #953 (maybe): Improved the way internal links to notes are loaded to make it more reliable
- Fix: Fix image fetching error for URLs that contain query parameters.
- API: Allow setting the ID of newly created notes.
- Renewed code signing certificate.
Changes for v1.0.106 - v1.0.107
- New: Resolves #755: Added note properties dialog box to view and edit created time, updated time, source URL and geolocation
- Added Dutch (Netherlands) translation
- Added Romanian translation
- Fixes #718: Allow recursively importing Markdown folder
- Fix #764: Fix equation tag positioning
- Fixes #710: Don't unwatch file when it is temporarily deleted
- Resolves #781: Allow creating notebooks with duplicate titles to allow two notebooks with same name to exist under different parents
- Fixes #799: Handle restricted_content error for Dropbox (skip files that cannot be uploaded to copyright or other Dropbox t&c violation)
- Provided script to install on Ubuntu (with icon)
Changes for v1.0.105 - v1.0.106
- Resolves #761: Highlight single tick code segments
- Resolves #714: Allow starting application minimised in the tray icon
- Fixes #759: Add border around code block when exporting to PDF
- Fixes #697: Focus search text input after clearing search
- Fixes #709: Now that HTML is supported in notes, remove BR tag replacement hack to fix newline issues.
Changes for v1.0.103 - v1.0.105
- Resolves #679: Drag a note on a tag to associate the tag.
- Resolves #427: Import source-url from Enex files
- Resolves #594: Enable support for SVG graphics
- New: replace the resource icon (for internal links) with the Joplin icon (from ForkAwesome)
- Update: Upgraded Katex to support new features
- Update: Improve speed of loading notes that include many resources, and prevent UI from freezing
- Fixes #653: Don't detect horizontal rule as bullet list item
- Fixes #113: Upgraded Ace Editor to try to fix Korean input issue (to be confirmed)
Changes for v1.0.91 - v1.0.93
- New: A portable version is now available. To install it simply copy the file "JoplinPortable.exe" to your USB device. See the documentation for more information - https://joplin.cozic.net/#desktop-applications
- Improved: Made import of ENEX files more robust and accurate
- Improved: Auto-update process should be more reliable.
- Fixed: Made sync-after-save interval longer to made synchronisations less frequent.
Changes for v1.0.82 - v1.0.83
- Fixes #365: Cannot paste in Dropbox screen
Changes for v1.0.77 - v1.0.78
- Improved: Handle deletion of resources that are not linked to any note
Changes for v0.10.60 - v0.10.61
- New: Display message when creating new note or to-do so that it doesn't look like the previous note content got deleted.
- New: Also support $ as delimiter for Katex expressions
- New: Added sync config check to config screens
- New: Allowing opening and saving resource images
- New: Toolbar button to set tags
- Update: Improved request repeating mechanism
- Fix: Make sure alarms and resources are attached to right note when creating new note
- Fix: Use mutex when saving model to avoid race conditions when decrypting and syncing at the same time
Changes for v0.10.47 - v0.10.60
- New: WebDAV synchronisation target
- New: Support for math typesetting Katex
- New: Tray icon for Windows and macOS
- Fixed: Don't allow adding notes to conflict notebook
- Updated: Russian translation
- Updated: French translation
- New: List missing master keys in encryption screen
- Fixed: Attaching images in Linux was no longer working
- Fixed crash in macOS
Changes for v0.10.39 - v0.10.41
- •Added End-To-End Encryption support (E2EE)
Changes for v0.10.23 - v0.10.25
- Allow multi-selection on note lists
- Allow drag and drop of notes
- Hide invalid characters (non-breaking spaces) in editor