All Versions
124
Latest Version
Avg Release Cycle
20 days
Latest Release
925 days ago

Changelog History
Page 8

  • v1.0.233 Changes

    August 01, 2020
    • ๐Ÿ†• New: Add support for AWS S3 synchronisation (Beta) (#2815 by @alexchee)
    • ๐Ÿ”’ Security: Fixed a path traversal vulnerability in clipper server API that could allow an attacker to read or write an arbitrary file (CVE-2020-15844). Vulnerability found by Benjamin Harris.
    • ๐Ÿ‘Œ Improved: Improved GotoAnything speed and made it safer
    • ๐Ÿ‘Œ Improved: Enable searching in editor rather than the viewer for CodeMirror (#3360 by @CalebJohn)
    • ๐Ÿ‘Œ Improved: Enforce that whitespace check for unindent checks the begining of a (#3515 by @CalebJohn)
    • ๐Ÿ‘Œ Improved: Load more CodeMirror modes for syntax highlighting (#3401 by @CalebJohn)
    • ๐Ÿ‘Œ Improved: Split Codemirror setOptions into different effects (#3522 by @CalebJohn)
    • ๐Ÿ›  Fixed: Fix filename when exporting notebook as Markdown (#3473)
    • ๐Ÿ›  Fixed: Fixed alarms on macOS
    • ๐Ÿ›  Fixed: Improve Markdown rendering in CodeMirror, in particular for math expressions (#3448) (#3440 by @CalebJohn)
    • ๐Ÿ›  Fixed: Crash when applying tags to multiple notes from within another tag (#3481)
    • ๐Ÿ›  Fixed: Fixed regression when moving note to notebook from menu (#3482)
    • ๐Ÿ›  Fixed: Editor window was no longer being resized with the main window (#3503)
    • ๐Ÿ›  Fixed: Fixed attachments being out of order when importing Enex file
    • ๐Ÿ›  Fixed: Fixed save issue in Rich Text editor when making a change to a note and quickly switching to a different notebook
    • ๐Ÿ›  Fixed: Fixed style caching (#3449)
    • ๐Ÿ›  Fixed: In some cases, changes made to an attachment would not be saved. Also added banner to show that an attachment is being edited (#3407)
    • ๐Ÿ›  Fixed: Note links would be broken after saving a note in Rich Text editor (#3510)
    • ๐Ÿ›  Fixed: Regression: Fix sort tags alphabetically in side-menu (#3489 by Vaidotas ล imkus)
    • ๐Ÿ›  Fixed: Regression: Fixed adding a new sub-notebook to a notebook
    • ๐Ÿ›  Fixed: Revealing file in Windows did not work (#3366)
    • ๐Ÿ›  Fixed: Undoing changes multiple time on an existing note could result in a blank note (#3534)
    • ๐Ÿ›  Fixed: Fixed potential crash when notebook does not have a title
    • ๐Ÿ›  Fixed: Fixed toolbar button state when going from setting screen to main screen
  • v1.0.232 Changes

    July 28, 2020

    ๐Ÿš€ This release is to remove the hierarchical/nested tags feature for now, as it has a performance issue.

    • ๐Ÿ†• New: Add support for AWS S3 synchronisation (Beta) (#2815 by @alexchee)
    • ๐Ÿ”’ Security: Fixed a path traversal vulnerability in clipper server API that could allow an attacker to read or write an arbitrary file (CVE-2020-15844). Vulnerability found by Benjamin Harris.
    • ๐Ÿ‘Œ Improved: Improved GotoAnything speed and made it safer
    • ๐Ÿ‘Œ Improved: Enable searching in editor rather than the viewer for CodeMirror (#3360 by @CalebJohn)
    • ๐Ÿ‘Œ Improved: Enforce that whitespace check for unindent checks the begining of a (#3515 by @CalebJohn)
    • ๐Ÿ‘Œ Improved: Load more CodeMirror modes for syntax highlighting (#3401 by @CalebJohn)
    • ๐Ÿ‘Œ Improved: Split Codemirror setOptions into different effects (#3522 by @CalebJohn)
    • ๐Ÿ›  Fixed: Fix filename when exporting notebook as Markdown (#3473)
    • ๐Ÿ›  Fixed: Fixed alarms on macOS
    • ๐Ÿ›  Fixed: Improve Markdown rendering in CodeMirror, in particular for math expressions (#3448) (#3440 by @CalebJohn)
    • ๐Ÿ›  Fixed: Crash when applying tags to multiple notes from within another tag (#3481)
    • ๐Ÿ›  Fixed: Fixed regression when moving note to notebook from menu (#3482)
    • ๐Ÿ›  Fixed: Api: Fixes nested tag API to handle calls with no 'fields' query key (#3539 by Vaidotas ล imkus)
    • ๐Ÿ›  Fixed: Editor window was no longer being resized with the main window (#3503)
    • ๐Ÿ›  Fixed: Fixed attachments being out of order when importing Enex file
    • ๐Ÿ›  Fixed: Fixed save issue in Rich Text editor when making a change to a note and quickly switching to a different notebook
    • ๐Ÿ›  Fixed: Fixed style caching (#3449)
    • ๐Ÿ›  Fixed: In some cases, changes made to an attachment would not be saved. Also added banner to show that an attachment is being edited (#3407)
    • ๐Ÿ›  Fixed: Note links would be broken after saving a note in Rich Text editor (#3510)
    • ๐Ÿ›  Fixed: Regression: Fix sort tags alphabetically in side-menu (#3489 by Vaidotas ล imkus)
    • ๐Ÿ›  Fixed: Regression: Fixed adding a new sub-notebook to a notebook
    • ๐Ÿ›  Fixed: Revealing file in Windows did not work (#3366)
    • ๐Ÿ›  Fixed: Undoing changes multiple time on an existing note could result in a blank note (#3534)
  • v1.0.231

    July 24, 2020
  • v1.0.230

    July 24, 2020
  • v1.0.229

    July 14, 2020
  • v1.0.199 Changes

    April 10, 2020
    • ๐Ÿ†• New: Added new Aritim-Dark theme (#2997 by @TobiasDev)
    • ๐Ÿ†• New: WYSIWYG: Added support for code blocks edition and creation
    • ๐Ÿ†• New: WYSIWYG: Added support for tables
    • ๐Ÿ†• New: WYSIWYG: Apply theme to toolbar
    • ๐Ÿ†• New: WYSIWYG: Better handling of links on macOS and inside Katex block
    • ๐Ÿ†• New: WYSIWYG: Do not display target list in link dialog
    • ๐Ÿ†• New: WYSIWYG: Handle internal note links
    • ๐Ÿ†• New: WYSIWYG: Handle resource download mode
    • ๐Ÿ†• New: WYSIWYG: Improved documentation on what plugins are compatible with WYSIWYG editor
    • ๐Ÿ†• New: WYSIWYG: Preserve HTML code in Markdown when editing from wysiwyg editor
    • ๐Ÿ†• New: Add "Retry All" option to synchronisation page (#2688)
    • ๐Ÿ†• New: Add friendly default filenames to export options (#2749 by @CalebJohn)
    • ๐Ÿ†• New: Add message box to ask confirmation when resizing image
    • ๐Ÿ‘Œ Improved: Clear provisional flag as soon as note is modified to avoid data loss (#2681)
    • ๐Ÿ‘Œ Improved: Close Goto Anything modal on outside click (#2940 by Siddhant Sehgal)
    • ๐Ÿ‘Œ Improved: Moved all themes out into their own .js theme files (#2951 by @TobiasDev)
    • ๐Ÿ‘Œ Improved: Resource screen improvements (#2850) (#2639)
    • ๐Ÿ‘Œ Improved: Right-click to move note to notebook (#2566) (#2296 by Siddhant Sehgal)
    • ๐Ÿ‘Œ Improved: Update it_IT.po (#2978 by @abonte)
    • ๐Ÿ‘Œ Improved: Update ko.po (#2986 by @xmlangel)
    • ๐Ÿ‘Œ Improved: Update nb_NO.po (#2973 by Mats Estensen)
    • ๐Ÿ‘Œ Improved: Update zh_CN.po (#2971 by @troilus)
    • ๐Ÿ‘Œ Improved: Wait for note to be saved before closing the app
    • ๐Ÿ›  Fixed: Fixed iOS and macOS icons and created script to automate icon creation (#2604)
    • ๐Ÿ›  Fixed: Fixed regression when drag and dropping files
    • ๐Ÿ›  Fixed: Fixed styling issues with rendered Markdown
    • ๐Ÿ›  Fixed: Prevent decryption loop when a resource cannot be decrypted (#2257)
    • ๐Ÿ›  Fixed: When modifying a conflicted note, it would disappear from the view (#2709)
  • v1.0.198

    April 10, 2020
  • v1.0.197 Changes

    March 30, 2020
    • ๐Ÿ†• New: Added support for checkboxes and fixed various issues with WYSIWYG editor
    • ๐Ÿ†• New: Added Vietnamese translation
    • ๐Ÿ‘Œ Improved: Go To Anything by body (#2686) (#2683 by Anjula Karunarathne)
    • ๐Ÿ‘Œ Improved: Cleaning up the install / update script (#2719 by Brandon Wulf)
    • ๐Ÿ›  Fixed: MD importer handle special chars in linked image name (#2346) (#2334 by @bart)
    • ๐Ÿ›  Fixed: Prevent title overflow on small windows (#2918) (#2917 by anirudh murali)
    • ๐Ÿ›  Fixed: Fixed top margin of toolbar (#2828) (#2824 by Siddhant Sehgal)
  • v1.0.196

    March 29, 2020
  • v1.0.194 Changes

    March 14, 2020

    ๐Ÿš€ 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)